Age | Commit message (Expand) | Author | Files | Lines |
2024-12-26 | fprobe: Rewrite fprobe on function-graph tracer | Masami Hiramatsu (Google) | 1 | -5/+3 |
2024-12-26 | ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC | Masami Hiramatsu (Google) | 1 | -0/+5 |
2024-12-26 | tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS | Masami Hiramatsu (Google) | 1 | -1/+0 |
2024-12-26 | fprobe: Use ftrace_regs in fprobe exit handler | Masami Hiramatsu (Google) | 1 | -0/+7 |
2024-12-26 | fprobe: Use ftrace_regs in fprobe entry handler | Masami Hiramatsu (Google) | 1 | -1/+2 |
2024-12-26 | fgraph: Replace fgraph_ret_regs with ftrace_regs | Masami Hiramatsu (Google) | 1 | -2/+2 |
2024-10-05 | function_graph: Support recording and printing the function return address | Donglin Peng | 1 | -0/+10 |
2024-06-12 | tracing: Build event generation tests only as modules | Masami Hiramatsu (Google) | 1 | -2/+2 |
2024-05-18 | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 1 | -0/+13 |
2024-05-13 | Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linux | Linus Torvalds | 1 | -2/+2 |
2024-05-01 | ftrace: make extra rcu_is_watching() validation check optional | Andrii Nakryiko | 1 | -0/+13 |
2024-04-12 | tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entry | Prasad Pandit | 1 | -1/+1 |
2024-04-11 | tracing: Select new NEED_TASKS_RCU Kconfig option | Paul E. McKenney | 1 | -2/+2 |
2023-06-30 | Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac... | Linus Torvalds | 1 | -0/+26 |
2023-06-21 | function_graph: Support recording and printing the return value of function | Donglin Peng | 1 | -0/+15 |
2023-06-06 | tracing/probes: Support function parameters if BTF is available | Masami Hiramatsu (Google) | 1 | -0/+12 |
2023-06-06 | tracing/probes: Add fprobe events for tracing function entry and exit. | Masami Hiramatsu (Google) | 1 | -0/+14 |
2023-03-29 | tracing: Unbreak user events | Steven Rostedt (Google) | 1 | -1/+0 |
2023-03-29 | tracing/user_events: Use remote writes for event enablement | Beau Belgrave | 1 | -2/+3 |
2023-03-21 | ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS | Florent Revest | 1 | -1/+1 |
2023-02-23 | Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 1 | -10/+10 |
2023-02-22 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+7 |
2023-02-18 | tracing: Always use canonical ftrace path | Ross Zwisler | 1 | -10/+10 |
2023-01-24 | tracing: Kconfig: Fix spelling/grammar/punctuation | Randy Dunlap | 1 | -4/+4 |
2023-01-24 | ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS | Mark Rutland | 1 | -0/+7 |
2022-12-19 | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+7 |
2022-12-16 | Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 1 | -0/+2 |
2022-12-10 | tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACE | Masami Hiramatsu (Google) | 1 | -0/+2 |
2022-11-18 | ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accesses | Mark Rutland | 1 | -3/+3 |
2022-11-18 | objtool: Add --mnop as an option to --mcount | Sathvika Vasireddy | 1 | -0/+7 |
2022-09-16 | ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE | Peter Zijlstra (Intel) | 1 | -0/+6 |
2022-07-30 | rv: Add Runtime Verification (RV) interface | Daniel Bristot de Oliveira | 1 | -0/+2 |
2022-07-12 | ftrace: Be more specific about arch impact when function tracer is enabled | Steven Rostedt (Google) | 1 | -1/+2 |
2022-05-24 | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2022-04-22 | objtool: Add CONFIG_OBJTOOL | Josh Poimboeuf | 1 | -0/+1 |
2022-04-21 | rcu: Make the TASKS_RCU Kconfig option be selected | Paul E. McKenney | 1 | -0/+1 |
2022-04-02 | tracing: mark user_events as BROKEN | Steven Rostedt (Google) | 1 | -0/+1 |
2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+26 |
2022-03-18 | fprobe: Add exit_handler support | Masami Hiramatsu | 1 | -3/+6 |
2022-03-18 | rethook: Add a generic return hook | Masami Hiramatsu | 1 | -0/+11 |
2022-03-18 | fprobe: Add ftrace based probe APIs | Masami Hiramatsu | 1 | -0/+12 |
2022-02-11 | user_events: Add minimal support for trace_event into ftrace | Beau Belgrave | 1 | -0/+14 |
2022-01-28 | ftrace: Have architectures opt-in for mcount build time sorting | Steven Rostedt (Google) | 1 | -1/+7 |
2022-01-23 | ftrace: Fix assuming build time sort works for s390 | Steven Rostedt (Google) | 1 | -1/+8 |
2022-01-14 | ftrace: Add test to make sure compiled time sorts work | Steven Rostedt (VMware) | 1 | -0/+14 |
2021-08-16 | tracing: Simplify the Kconfig dependency of FTRACE | Masahiro Yamada | 1 | -5/+1 |
2021-08-12 | tracing: define needed config DYNAMIC_FTRACE_WITH_ARGS | Lukas Bulwahn | 1 | -0/+5 |
2021-06-26 | trace: Add timerlat tracer | Daniel Bristot de Oliveira | 1 | -0/+28 |
2021-06-26 | trace: Add osnoise tracer | Daniel Bristot de Oliveira | 1 | -0/+34 |
2021-03-04 | tracing: Fix help text of TRACEPOINT_BENCHMARK in Kconfig | Rolf Eike Beer | 1 | -1/+1 |