summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-21ftrace/samples: Add multi direct interface test moduleJiri Olsa
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa
2021-10-21ftrace: Add multi direct register/unregister interfaceJiri Olsa
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)
2021-10-20tracing: Add trampoline/graph selftestJiri Olsa
2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)
2021-10-20ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACESteven Rostedt (VMware)
2021-10-19x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware)
2021-10-19x86/ftrace: Remove extra orig rax moveJiri Olsa
2021-10-19tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)
2021-10-19tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)
2021-10-19tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh
2021-10-19tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)
2021-10-13tracing: in_irq() cleanupChangbin Du
2021-10-10ftrace: Add unit test for removing trace functionCarles Pey
2021-10-10bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu
2021-10-10bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu
2021-10-10tools/bootconfig: Print all error message in stderrMasami Hiramatsu
2021-10-10bootconfig: Remove unused debug functionMasami Hiramatsu
2021-10-10bootconfig: Split parse-tree part from xbc_initMasami Hiramatsu
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu
2021-10-10tools/bootconfig: Run test script when build allMasami Hiramatsu
2021-10-10bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu
2021-10-10bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)
2021-10-08tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)
2021-10-07tracing: Initialize upper and lower vars in pid_list_refill_irq()Steven Rostedt (VMware)
2021-10-05tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu
2021-09-30tracing: Show kretprobe unknown indicator only for kretprobe_trampolineMasami Hiramatsu
2021-09-30x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu
2021-09-30x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu
2021-09-30kprobes: Enable stacktrace from pt_regs in kretprobe handlerMasami Hiramatsu
2021-09-30arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu
2021-09-30ia64: Add instruction_pointer_set() APIMasami Hiramatsu
2021-09-30ARC: Add instruction_pointer_set() APIMasami Hiramatsu
2021-09-30x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf
2021-09-30objtool: Ignore unwind hints for ignored functionsJosh Poimboeuf
2021-09-30objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf
2021-09-30kprobes: Add kretprobe_find_ret_addr() for searching return addressMasami Hiramatsu
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu
2021-09-30ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu
2021-09-30kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu
2021-09-30kprobes: Add assertions for required lockMasami Hiramatsu