summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-21ftrace/samples: Add multi direct interface test moduleJiri Olsa2-0/+53
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa2-0/+68
2021-10-21ftrace: Add multi direct register/unregister interfaceJiri Olsa2-0/+153
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa1-27/+37
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)1-1/+5
2021-10-21tracing: Add trampoline/graph selftestJiri Olsa1-1/+53
2021-10-21x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)5-35/+55
2021-10-21ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACESteven Rostedt (VMware)1-1/+1
2021-10-20x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware)1-35/+3
2021-10-20x86/ftrace: Remove extra orig rax moveJiri Olsa1-1/+0
2021-10-20tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)4-18/+24
2021-10-20tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)2-11/+12
2021-10-20tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh1-17/+23
2021-10-20tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)3-17/+28
2021-10-14tracing: in_irq() cleanupChangbin Du2-2/+2
2021-10-11ftrace: Add unit test for removing trace functionCarles Pey1-0/+34
2021-10-11bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu11-91/+93
2021-10-11bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu4-27/+25
2021-10-11tools/bootconfig: Print all error message in stderrMasami Hiramatsu3-16/+2
2021-10-11bootconfig: Remove unused debug functionMasami Hiramatsu2-24/+0
2021-10-11bootconfig: Split parse-tree part from xbc_initMasami Hiramatsu1-45/+54
2021-10-11bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu4-7/+7
2021-10-11tools/bootconfig: Run test script when build allMasami Hiramatsu1-1/+1
2021-10-11bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu4-0/+25
2021-10-11bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu4-27/+27
2021-10-09ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang13-61/+5
2021-10-09tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)15-96/+103
2021-10-09tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)1-1/+2
2021-10-07tracing: Initialize upper and lower vars in pid_list_refill_irq()Steven Rostedt (VMware)1-2/+2
2021-10-06tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)2-35/+445
2021-10-06tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)7-61/+217
2021-10-01x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu3-2/+30
2021-10-01tracing: Show kretprobe unknown indicator only for kretprobe_trampolineMasami Hiramatsu1-13/+4
2021-10-01x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu4-8/+42
2021-10-01x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu1-9/+25
2021-10-01kprobes: Enable stacktrace from pt_regs in kretprobe handlerMasami Hiramatsu1-0/+7
2021-10-01arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu1-0/+2
2021-10-01ia64: Add instruction_pointer_set() APIMasami Hiramatsu1-0/+5
2021-10-01ARC: Add instruction_pointer_set() APIMasami Hiramatsu1-0/+5
2021-10-01x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2-2/+16
2021-10-01objtool: Ignore unwind hints for ignored functionsJosh Poimboeuf1-1/+1
2021-10-01objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf2-0/+24
2021-10-01kprobes: Add kretprobe_find_ret_addr() for searching return addressMasami Hiramatsu2-26/+105
2021-10-01kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu29-75/+76
2021-10-01kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu16-27/+29
2021-10-01kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu5-24/+3
2021-10-01ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu1-4/+5
2021-10-01kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu3-18/+18
2021-10-01kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu5-15/+16
2021-10-01kprobes: Add assertions for required lockMasami Hiramatsu1-7/+12