summaryrefslogtreecommitdiff
path: root/include/linux/ftrace.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-07Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2025-06-05kernel: ftrace: export ftrace_sync_ipiAndy Chiu1-0/+2
2025-05-30Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-0/+2
2025-05-08ftrace: Show subops in enabled_functionsSteven Rostedt1-0/+2
2025-04-09stack_tracer: move sysctl registration to kernel/trace/trace_stack.cJoel Granados1-2/+0
2025-04-09tracing: Move trace sysctls into trace.cJoel Granados1-7/+0
2025-01-22fgraph: Remove calltime and rettime from generic operationsSteven Rostedt1-2/+0
2024-12-26ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddrMasami Hiramatsu (Google)1-0/+13
2024-12-26tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGSMasami Hiramatsu (Google)1-0/+17
2024-12-26tracing: Add ftrace_fill_perf_regs() for perf eventMasami Hiramatsu (Google)1-0/+31
2024-12-26tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regsMasami Hiramatsu (Google)1-0/+17
2024-12-26fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google)1-0/+6
2024-12-26fgraph: Pass ftrace_regs to retfuncMasami Hiramatsu (Google)1-1/+2
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)1-3/+9
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)1-4/+13
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt1-25/+7
2024-10-11ftrace: Make ftrace_regs abstract from direct useSteven Rostedt1-3/+18
2024-10-10fgraph: Simplify return address printing in function graph tracerMasami Hiramatsu (Google)1-13/+3
2024-10-05function_graph: Support recording and printing the function return addressDonglin Peng1-2/+25
2024-09-30ftrace: Have calltime be saved in the fgraph storageSteven Rostedt1-1/+0
2024-09-30fgraph: Use fgraph data to store subtime for profilerSteven Rostedt1-3/+1
2024-09-30tracing: Add a comment about ftrace_regs definitionMasami Hiramatsu (Google)1-0/+26
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-2/+2
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-15/+33
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann1-3/+3
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)1-2/+0
2024-06-06ftrace: Declare function_trace_op in header to quiet sparse warningSteven Rostedt (Google)1-0/+3
2024-06-04function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()Steven Rostedt (VMware)1-0/+3
2024-06-04function_graph: Add "task variables" per task for fgraph_opsSteven Rostedt (VMware)1-0/+1
2024-06-04function_graph: Add pid tracing back to function graph tracerSteven Rostedt (Google)1-0/+2
2024-06-04function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)1-0/+1
2024-06-04ftrace: Allow subops filtering to be modifiedSteven Rostedt (Google)1-0/+3
2024-06-04ftrace: Add subops logic to allow one ops to manage manySteven Rostedt (Google)1-0/+1
2024-06-04ftrace: Allow ftrace startup flags to exist without dynamic ftraceSteven Rostedt (VMware)1-9/+9
2024-06-04ftrace: Allow function_graph tracer to be enabled in instancesSteven Rostedt (VMware)1-0/+1
2024-06-04ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)1-3/+7
2024-06-04function_graph: Allow multiple users to attach to function graphSteven Rostedt (VMware)1-1/+2
2024-05-23ftrace: riscv: move from REGS to ARGSPuranjay Mohan1-1/+2
2024-05-14ftrace: Remove unused global 'ftrace_direct_func_count'Dr. David Alan Gilbert1-2/+0
2024-05-14ftrace: Remove unused list 'ftrace_direct_funcs'Dr. David Alan Gilbert1-1/+0
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei1-1/+3
2023-08-22ftrace: Remove empty declaration ftrace_enable_daemon() and ftrace_disable_da...Zhang Zekun1-5/+0
2023-07-29ftrace: Remove unused extern declarationsYueHaibing1-4/+0
2023-07-12tracing: arm64: Avoid missing-prototype warningsArnd Bergmann1-0/+9
2023-06-22ftrace: Show all functions with addresses in available_filter_functions_addrsJiri Olsa1-0/+1
2023-06-21function_graph: Support recording and printing the return value of functionDonglin Peng1-0/+3
2023-05-05Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+3
2023-05-05ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attachedSteven Rostedt (Google)1-1/+3
2023-04-29Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-1/+4
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-40/+21