index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
2024-06-06
ftrace: Add comments to ftrace_hash_rec_disable/enable()
Steven Rostedt (Google)
2024-06-06
ftrace: Remove "filter_hash" parameter from __ftrace_hash_rec_update()
Steven Rostedt (Google)
2024-06-06
ftrace: Rename dup_hash() and comment it
Steven Rostedt (Google)
2024-06-05
ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()
Steven Rostedt (Google)
2024-06-04
function_graph: Add pid tracing back to function graph tracer
Steven Rostedt (Google)
2024-06-04
function_graph: Have the instances use their own ftrace_ops for filtering
Steven Rostedt (VMware)
2024-06-04
ftrace: Allow subops filtering to be modified
Steven Rostedt (Google)
2024-06-04
ftrace: Add subops logic to allow one ops to manage many
Steven Rostedt (Google)
2024-06-04
ftrace: Allow function_graph tracer to be enabled in instances
Steven Rostedt (VMware)
2024-06-04
ftrace/function_graph: Pass fgraph_ops to function graph callbacks
Steven Rostedt (VMware)
2024-06-04
function_graph: Remove logic around ftrace_graph_entry and return
Steven Rostedt (VMware)
2024-05-17
Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2024-05-17
Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-16
kprobe/ftrace: bail out if ftrace was killed
Stephen Brennan
2024-05-14
ftrace: Fix possible use-after-free issue in ftrace_location()
Zheng Yejian
2024-05-14
ftrace: Remove unused global 'ftrace_direct_func_count'
Dr. David Alan Gilbert
2024-05-14
ftrace: Remove unused list 'ftrace_direct_funcs'
Dr. David Alan Gilbert
2024-05-13
ftrace: Use asynchronous grace period for register_ftrace_direct()
Paul E. McKenney
2024-05-13
ftrace: Replaces simple_strtoul in ftrace
Yuran Pereira
2024-04-24
ftrace: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-04-12
ftrace: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTION
Paul E. McKenney
2024-03-18
ftrace: Fix most kernel-doc warnings
Randy Dunlap
2024-02-13
tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
Petr Pavlu
2024-02-09
ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
Masami Hiramatsu (Google)
2023-12-30
ftrace: Fix modification of direct_function hash while in use
Steven Rostedt (Google)
2023-09-01
ftrace: Use LIST_HEAD to initialize clear_hash
Ruan Jinjie
2023-09-01
ftrace: Use within_module to check rec->ip within specified module.
Levi Yun
2023-07-12
ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
Zheng Yejian
2023-06-30
Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-06-22
ftrace: Show all functions with addresses in available_filter_functions_addrs
Jiri Olsa
2023-05-30
ftrace: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-05
Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-05-05
ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attached
Steven Rostedt (Google)
2023-04-28
Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-03-21
ftrace: Show a list of all functions that have ever been enabled
Steven Rostedt (Google)
2023-03-21
ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
Florent Revest
2023-03-21
ftrace: Store direct called addresses in their ops
Florent Revest
2023-03-21
ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
Florent Revest
2023-03-21
ftrace: Remove the legacy _ftrace_direct API
Florent Revest
2023-03-21
ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()
Florent Revest
2023-03-19
kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...
Zhen Lei
2023-03-19
Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-03-19
ftrace: Set direct_ops storage-class-specifier to static
Tom Rix
2023-03-14
Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-03-09
ftrace: Fix invalid address access in lookup_rec() when index is 0
Chen Zhongjin
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[next]