index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
ftrace.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-07
Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2025-06-05
kernel: ftrace: export ftrace_sync_ipi
Andy Chiu
1
-0
/
+2
2025-05-30
Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-0
/
+2
2025-05-08
ftrace: Show subops in enabled_functions
Steven Rostedt
1
-0
/
+2
2025-04-09
stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
Joel Granados
1
-2
/
+0
2025-04-09
tracing: Move trace sysctls into trace.c
Joel Granados
1
-7
/
+0
2025-01-22
fgraph: Remove calltime and rettime from generic operations
Steven Rostedt
1
-2
/
+0
2024-12-26
ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
Masami Hiramatsu (Google)
1
-0
/
+13
2024-12-26
tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
Masami Hiramatsu (Google)
1
-0
/
+17
2024-12-26
tracing: Add ftrace_fill_perf_regs() for perf event
Masami Hiramatsu (Google)
1
-0
/
+31
2024-12-26
tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
Masami Hiramatsu (Google)
1
-0
/
+17
2024-12-26
fprobe: Use ftrace_regs in fprobe exit handler
Masami Hiramatsu (Google)
1
-0
/
+6
2024-12-26
fgraph: Pass ftrace_regs to retfunc
Masami Hiramatsu (Google)
1
-1
/
+2
2024-12-26
fgraph: Replace fgraph_ret_regs with ftrace_regs
Masami Hiramatsu (Google)
1
-3
/
+9
2024-12-26
fgraph: Pass ftrace_regs to entryfunc
Masami Hiramatsu (Google)
1
-4
/
+13
2024-10-15
ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
Steven Rostedt
1
-25
/
+7
2024-10-11
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
1
-3
/
+18
2024-10-10
fgraph: Simplify return address printing in function graph tracer
Masami Hiramatsu (Google)
1
-13
/
+3
2024-10-05
function_graph: Support recording and printing the function return address
Donglin Peng
1
-2
/
+25
2024-09-30
ftrace: Have calltime be saved in the fgraph storage
Steven Rostedt
1
-1
/
+0
2024-09-30
fgraph: Use fgraph data to store subtime for profiler
Steven Rostedt
1
-3
/
+1
2024-09-30
tracing: Add a comment about ftrace_regs definition
Masami Hiramatsu (Google)
1
-0
/
+26
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-2
/
+2
2024-07-18
Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-15
/
+33
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
1
-3
/
+3
2024-06-11
function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
Steven Rostedt (Google)
1
-2
/
+0
2024-06-06
ftrace: Declare function_trace_op in header to quiet sparse warning
Steven Rostedt (Google)
1
-0
/
+3
2024-06-04
function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
Steven Rostedt (VMware)
1
-0
/
+3
2024-06-04
function_graph: Add "task variables" per task for fgraph_ops
Steven Rostedt (VMware)
1
-0
/
+1
2024-06-04
function_graph: Add pid tracing back to function graph tracer
Steven Rostedt (Google)
1
-0
/
+2
2024-06-04
function_graph: Have the instances use their own ftrace_ops for filtering
Steven Rostedt (VMware)
1
-0
/
+1
2024-06-04
ftrace: Allow subops filtering to be modified
Steven Rostedt (Google)
1
-0
/
+3
2024-06-04
ftrace: Add subops logic to allow one ops to manage many
Steven Rostedt (Google)
1
-0
/
+1
2024-06-04
ftrace: Allow ftrace startup flags to exist without dynamic ftrace
Steven Rostedt (VMware)
1
-9
/
+9
2024-06-04
ftrace: Allow function_graph tracer to be enabled in instances
Steven Rostedt (VMware)
1
-0
/
+1
2024-06-04
ftrace/function_graph: Pass fgraph_ops to function graph callbacks
Steven Rostedt (VMware)
1
-3
/
+7
2024-06-04
function_graph: Allow multiple users to attach to function graph
Steven Rostedt (VMware)
1
-1
/
+2
2024-05-23
ftrace: riscv: move from REGS to ARGS
Puranjay Mohan
1
-1
/
+2
2024-05-14
ftrace: Remove unused global 'ftrace_direct_func_count'
Dr. David Alan Gilbert
1
-2
/
+0
2024-05-14
ftrace: Remove unused list 'ftrace_direct_funcs'
Dr. David Alan Gilbert
1
-1
/
+0
2024-03-18
tracing: Support to dump instance traces by ftrace_dump_on_oops
Huang Yiwei
1
-1
/
+3
2023-08-22
ftrace: Remove empty declaration ftrace_enable_daemon() and ftrace_disable_da...
Zhang Zekun
1
-5
/
+0
2023-07-29
ftrace: Remove unused extern declarations
YueHaibing
1
-4
/
+0
2023-07-12
tracing: arm64: Avoid missing-prototype warnings
Arnd Bergmann
1
-0
/
+9
2023-06-22
ftrace: Show all functions with addresses in available_filter_functions_addrs
Jiri Olsa
1
-0
/
+1
2023-06-21
function_graph: Support recording and printing the return value of function
Donglin Peng
1
-0
/
+3
2023-05-05
Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+3
2023-05-05
ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attached
Steven Rostedt (Google)
1
-1
/
+3
2023-04-29
Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-1
/
+4
2023-04-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-40
/
+21
[next]