index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_functions_graph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
Merge tag 'ftrace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-3
/
+0
2025-11-26
fgraph: Remove coarse PID filtering from graph_entry()
Shengming Hu
1
-3
/
+0
2025-11-26
function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultane...
pengdonglin
1
-24
/
+47
2025-11-26
fgraph: Make fgraph_no_sleep_time signed
Steven Rostedt
1
-1
/
+1
2025-11-14
tracing: Convert function graph set_flags() to use a switch() statement
Steven Rostedt
1
-5
/
+7
2025-11-14
tracing: Have function graph tracer option sleep-time be per instance
Steven Rostedt
1
-10
/
+54
2025-11-14
tracing: Move graph-time out of function graph options
Steven Rostedt
1
-9
/
+1
2025-11-14
tracing: Have function graph tracer option funcgraph-irqs be per instance
Steven Rostedt
1
-10
/
+31
2025-11-13
tracing: Have function graph tracer define options per instance
Steven Rostedt
1
-7
/
+11
2025-11-04
tracing: Allow tracer to add more than 32 options
Masami Hiramatsu (Google)
1
-9
/
+9
2025-08-22
fgraph: Copy args in intermediate storage with entry
Steven Rostedt
1
-6
/
+16
2025-07-09
fgraph: Make pid_str size match the comment
Artem Sadovnikov
1
-1
/
+1
2025-06-18
fgraph: Do not enable function_graph tracer when setting funcgraph-args
Steven Rostedt
1
-0
/
+6
2025-05-09
ftrace: Do not disabled function graph based on "disabled" field
Steven Rostedt
1
-29
/
+9
2025-04-12
ftrace: Do not have print_graph_retval() add a newline
Steven Rostedt
1
-6
/
+5
2025-03-22
tracing: Fix use-after-free in print_graph_function_flags during tracer switc...
Tengda Wu
1
-0
/
+1
2025-03-07
function_graph: Remove the unused variable func
Jiapeng Chong
1
-3
/
+0
2025-03-04
ftrace: Have funcgraph-args take affect during tracing
Steven Rostedt
1
-1
/
+26
2025-03-04
ftrace: Add support for function argument to graph tracer
Sven Schnelle
1
-32
/
+113
2025-02-08
fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BIT
Steven Rostedt
1
-1
/
+1
2025-01-21
fgraph: Remove calltime and rettime from generic operations
Steven Rostedt
1
-14
/
+19
2024-12-26
fgraph: Pass ftrace_regs to retfunc
Masami Hiramatsu (Google)
1
-3
/
+4
2024-12-26
fgraph: Pass ftrace_regs to entryfunc
Masami Hiramatsu (Google)
1
-1
/
+2
2024-12-23
fgraph: Remove unnecessary disabling of interrupts and recursion
Steven Rostedt
1
-22
/
+15
2024-11-22
Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-6
/
+2
2024-10-10
fgragh: No need to invoke the function call_filter_check_discard()
Steven Rostedt
1
-3
/
+1
2024-10-10
fgraph: Simplify return address printing in function graph tracer
Masami Hiramatsu (Google)
1
-9
/
+9
2024-10-08
tracing: Remove TRACE_EVENT_FL_FILTERED logic
Zheng Yejian
1
-6
/
+2
2024-10-05
function_graph: Support recording and printing the function return address
Donglin Peng
1
-44
/
+172
2024-09-30
ftrace: Have calltime be saved in the fgraph storage
Steven Rostedt
1
-19
/
+41
2024-09-30
ftrace: Use a running sleeptime instead of saving on shadow stack
Steven Rostedt
1
-0
/
+28
2024-08-15
tracing/fgraph: Have fgraph handle previous boot function addresses
Steven Rostedt
1
-5
/
+18
2024-06-04
function_graph: Move graph notrace bit to shadow stack global var
Steven Rostedt (VMware)
1
-4
/
+6
2024-06-04
function_graph: Move set_graph_function tests to shadow stack global var
Steven Rostedt (VMware)
1
-3
/
+3
2024-06-04
function_graph: Have the instances use their own ftrace_ops for filtering
Steven Rostedt (VMware)
1
-2
/
+6
2024-06-04
ftrace: Allow function_graph tracer to be enabled in instances
Steven Rostedt (VMware)
1
-25
/
+40
2024-06-04
ftrace/function_graph: Pass fgraph_ops to function graph callbacks
Steven Rostedt (VMware)
1
-4
/
+7
2023-06-20
function_graph: Support recording and printing the return value of function
Donglin Peng
1
-10
/
+83
2021-10-13
tracing: in_irq() cleanup
Changbin Du
1
-1
/
+1
2021-10-08
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
1
-1
/
+1
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-02-02
tracing: Merge irqflags + preempt counter.
Sebastian Andrzej Siewior
1
-17
/
+15
2020-11-10
fgraph: Make overruns 4 bytes in graph stack structure
Steven Rostedt (VMware)
1
-1
/
+1
2020-09-18
tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...
Wei Yang
1
-4
/
+4
2020-03-19
ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()
Steven Rostedt (VMware)
1
-1
/
+1
2020-01-13
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
1
-2
/
+2
2020-01-13
tracing: Rename trace_buffer to array_buffer
Steven Rostedt (VMware)
1
-7
/
+7
2019-07-30
fgraph: Remove redundant ftrace_graph_notrace_addr() test
Changbin Du
1
-10
/
+7
2019-02-06
tracing: Put a margin between flags and duration for wakeup tracers
Changbin Du
1
-2
/
+3
2019-02-06
function_graph: Support displaying relative timestamp
Changbin Du
1
-0
/
+25
[next]