summaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+3
|\ \ | |/ |/|
| * ftrace: Add ftrace_set_filter_ips functionJiri Olsa2022-03-171-0/+3
* | tracing: Add snapshot at end of kernel boot upSteven Rostedt (Google)2022-03-111-1/+10
|/
* ftrace: Add multi direct modify interfaceJiri Olsa2021-10-211-0/+6
* ftrace: Add multi direct register/unregister interfaceJiri Olsa2021-10-211-0/+11
* x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)2021-10-201-0/+9
* tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)2021-10-191-2/+10
* ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich2021-08-031-0/+16
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-2/+2
* ftrace: Remove unused ftrace_force_update()Jinyang He2021-02-091-2/+0
* livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)2020-11-131-0/+7
* ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)2020-11-131-1/+6
* ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-2/+14
* fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)2020-11-101-2/+2
* ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)2020-11-061-6/+6
* ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)2020-11-061-0/+1
* ftrace: ftrace_global_list is renamed to ftrace_ops_listWei Yang2020-10-081-2/+2
* ftrace: Simplify the dyn_ftrace->flags macroWei Yang2020-10-081-5/+2
* ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2020-09-181-2/+1