summaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace.h
Commit message (Expand)AuthorAgeFilesLines
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-2/+2
* Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-07-181-15/+33
|\
| * function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)2024-06-111-2/+0
| * ftrace: Declare function_trace_op in header to quiet sparse warningSteven Rostedt (Google)2024-06-061-0/+3
| * function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()Steven Rostedt (VMware)2024-06-041-0/+3
| * function_graph: Add "task variables" per task for fgraph_opsSteven Rostedt (VMware)2024-06-041-0/+1
| * function_graph: Add pid tracing back to function graph tracerSteven Rostedt (Google)2024-06-041-0/+2
| * function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)2024-06-041-0/+1
| * ftrace: Allow subops filtering to be modifiedSteven Rostedt (Google)2024-06-041-0/+3
| * ftrace: Add subops logic to allow one ops to manage manySteven Rostedt (Google)2024-06-041-0/+1
| * ftrace: Allow ftrace startup flags to exist without dynamic ftraceSteven Rostedt (VMware)2024-06-041-9/+9
| * ftrace: Allow function_graph tracer to be enabled in instancesSteven Rostedt (VMware)2024-06-041-0/+1
| * ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)2024-06-041-3/+7
| * function_graph: Allow multiple users to attach to function graphSteven Rostedt (VMware)2024-06-041-1/+2
* | kallsyms: rework symbol lookup return codesArnd Bergmann2024-06-271-3/+3
|/
* ftrace: riscv: move from REGS to ARGSPuranjay Mohan2024-05-221-1/+2
* ftrace: Remove unused global 'ftrace_direct_func_count'Dr. David Alan Gilbert2024-05-141-2/+0
* ftrace: Remove unused list 'ftrace_direct_funcs'Dr. David Alan Gilbert2024-05-141-1/+0
* tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei2024-03-181-1/+3
* ftrace: Remove empty declaration ftrace_enable_daemon() and ftrace_disable_da...Zhang Zekun2023-08-221-5/+0
* ftrace: Remove unused extern declarationsYueHaibing2023-07-281-4/+0
* tracing: arm64: Avoid missing-prototype warningsArnd Bergmann2023-07-121-0/+9
* ftrace: Show all functions with addresses in available_filter_functions_addrsJiri Olsa2023-06-221-0/+1
* function_graph: Support recording and printing the return value of functionDonglin Peng2023-06-201-0/+3
* Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-05-051-1/+3
|\
| * ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attachedSteven Rostedt (Google)2023-05-051-1/+3
* | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-281-1/+4
|\|
| * ftrace: Show a list of all functions that have ever been enabledSteven Rostedt (Google)2023-03-211-1/+4
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-04-251-40/+21
|\|
| * ftrace: selftest: remove broken trace_direct_trampMark Rutland2023-03-211-0/+2
| * ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGSFlorent Revest2023-03-211-0/+6
| * ftrace: Store direct called addresses in their opsFlorent Revest2023-03-211-0/+3
| * ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest2023-03-211-10/+10
| * ftrace: Remove the legacy _ftrace_direct APIFlorent Revest2023-03-211-32/+0
| * ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Florent Revest2023-03-211-2/+4
* | ftrace: Mark get_lock_parent_ip() __always_inlineJohn Keeping2023-04-031-1/+1
|/
* ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland2023-01-241-4/+14
* ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland2022-11-181-0/+29
* ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio...Mark Rutland2022-11-181-5/+4
* ftrace: pass fregs to arch_ftrace_set_direct_caller()Mark Rutland2022-11-181-5/+4
* ftrace: Remove obsoleted code from ftrace and task_structGaosheng Cui2022-09-271-41/+0
* ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu2022-07-221-0/+38
* ftrace: Add modify_ftrace_direct_multi_nolockSong Liu2022-07-221-0/+5
* Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-291-2/+2
|\
| * ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-261-2/+2
* | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-3/+0
|\ \
| * | ftrace: move sysctl_ftrace_enabled to ftrace.cWei Xiao2022-04-061-3/+0
| |/
* / ftrace: Add ftrace_lookup_symbols functionJiri Olsa2022-05-101-0/+6
|/
* Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-04-031-1/+15
|\
| * ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy2022-04-021-1/+15