summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Make ftrace_profile_pages_init staticchongjiapeng2021-10-261-1/+1
* ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu2021-10-224-0/+28
* ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu2021-10-221-4/+24
* ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu2021-10-221-2/+1
* arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu2021-10-223-0/+12
* arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu2021-10-221-0/+4
* arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu2021-10-221-2/+2
* x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=yMasami Hiramatsu2021-10-221-0/+6
* kprobes: convert tests to kunitSven Schnelle2021-10-213-167/+61
* tracing: use %ps format string to print symbolsArnd Bergmann2021-10-211-10/+5
* tracing: Explain the trace recursion transition bit betterSteven Rostedt (VMware)2021-10-211-2/+6
* ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)2021-10-211-14/+20
* ftrace/samples: Add multi direct interface test moduleJiri Olsa2021-10-212-0/+53
* ftrace: Add multi direct modify interfaceJiri Olsa2021-10-212-0/+68
* ftrace: Add multi direct register/unregister interfaceJiri Olsa2021-10-212-0/+153
* ftrace: Add ftrace_add_rec_direct functionJiri Olsa2021-10-211-27/+37
* tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)2021-10-211-1/+5
* tracing: Add trampoline/graph selftestJiri Olsa2021-10-211-1/+53
* x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)2021-10-215-35/+55
* ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACESteven Rostedt (VMware)2021-10-211-1/+1
* x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware)2021-10-201-35/+3
* x86/ftrace: Remove extra orig rax moveJiri Olsa2021-10-201-1/+0
* tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)2021-10-204-18/+24
* tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)2021-10-202-11/+12
* tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh2021-10-201-17/+23
* tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)2021-10-203-17/+28
* tracing: in_irq() cleanupChangbin Du2021-10-142-2/+2
* ftrace: Add unit test for removing trace functionCarles Pey2021-10-111-0/+34
* bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu2021-10-1111-91/+93
* bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu2021-10-114-27/+25
* tools/bootconfig: Print all error message in stderrMasami Hiramatsu2021-10-113-16/+2
* bootconfig: Remove unused debug functionMasami Hiramatsu2021-10-112-24/+0
* bootconfig: Split parse-tree part from xbc_initMasami Hiramatsu2021-10-111-45/+54
* bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu2021-10-114-7/+7
* tools/bootconfig: Run test script when build allMasami Hiramatsu2021-10-111-1/+1
* bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu2021-10-114-0/+25
* bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu2021-10-114-27/+27
* ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-0913-61/+5
* tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-0915-96/+103
* tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)2021-10-091-1/+2
* tracing: Initialize upper and lower vars in pid_list_refill_irq()Steven Rostedt (VMware)2021-10-071-2/+2
* tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)2021-10-052-35/+445
* tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)2021-10-057-61/+217
* x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu2021-10-013-2/+30
* tracing: Show kretprobe unknown indicator only for kretprobe_trampolineMasami Hiramatsu2021-10-011-13/+4
* x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu2021-10-014-8/+42
* x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu2021-10-011-9/+25
* kprobes: Enable stacktrace from pt_regs in kretprobe handlerMasami Hiramatsu2021-10-011-0/+7
* arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu2021-10-011-0/+2
* ia64: Add instruction_pointer_set() APIMasami Hiramatsu2021-10-011-0/+5