开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_functions_graph.c
Age
Commit message (
Expand
)
Author
2024-11-22
Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2024-10-10
fgragh: No need to invoke the function call_filter_check_discard()
Steven Rostedt
2024-10-10
fgraph: Simplify return address printing in function graph tracer
Masami Hiramatsu (Google)
2024-10-08
tracing: Remove TRACE_EVENT_FL_FILTERED logic
Zheng Yejian
2024-10-05
function_graph: Support recording and printing the function return address
Donglin Peng
2024-09-30
ftrace: Have calltime be saved in the fgraph storage
Steven Rostedt
2024-09-30
ftrace: Use a running sleeptime instead of saving on shadow stack
Steven Rostedt
2024-08-15
tracing/fgraph: Have fgraph handle previous boot function addresses
Steven Rostedt
2024-06-04
function_graph: Move graph notrace bit to shadow stack global var
Steven Rostedt (VMware)
2024-06-04
function_graph: Move set_graph_function tests to shadow stack global var
Steven Rostedt (VMware)
2024-06-04
function_graph: Have the instances use their own ftrace_ops for filtering
Steven Rostedt (VMware)
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)
2023-06-20
function_graph: Support recording and printing the return value of function
Donglin Peng
2021-10-13
tracing: in_irq() cleanup
Changbin Du
2021-10-08
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
2021-02-02
tracing: Merge irqflags + preempt counter.
Sebastian Andrzej Siewior
2020-11-10
fgraph: Make overruns 4 bytes in graph stack structure
Steven Rostedt (VMware)
2020-09-18
tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...
Wei Yang
2020-03-19
ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()
Steven Rostedt (VMware)
2020-01-13
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
2020-01-13
tracing: Rename trace_buffer to array_buffer
Steven Rostedt (VMware)
2019-07-30
fgraph: Remove redundant ftrace_graph_notrace_addr() test
Changbin Du
2019-02-06
tracing: Put a margin between flags and duration for wakeup tracers
Changbin Du
2019-02-06
function_graph: Support displaying relative timestamp
Changbin Du
2018-12-08
function_graph: Move ftrace_graph_ret_addr() to fgraph.c
Steven Rostedt (VMware)
2018-12-08
fgraph: Add new fgraph_ops structure to enable function graph hooks
Steven Rostedt (VMware)
2018-12-08
function_graph: Do not expose the graph_time option when profiler is not conf...
Steven Rostedt (VMware)
2018-12-08
function_graph: Remove the use of FTRACE_NOTRACE_DEPTH
Steven Rostedt (VMware)
2018-11-29
fgraph: Have set_graph_notrace only affect function_graph tracer
Steven Rostedt (VMware)
2018-11-29
fgraph: Create a fgraph.c file to store function graph infrastructure
Steven Rostedt (VMware)
2018-11-29
tracing: Do not line wrap short line in function_graph_enter()
Steven Rostedt (VMware)
2018-11-29
tracing/fgraph: Fix set_graph_function from showing interrupts
Steven Rostedt (VMware)
2018-11-27
function_graph: Reverse the order of pushing the ret_stack and the callback
Steven Rostedt (VMware)
2018-11-27
function_graph: Move return callback before update of curr_ret_stack
Steven Rostedt (VMware)
2018-11-27
function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack
Steven Rostedt (VMware)
2018-11-27
function_graph: Make ftrace_push_return_trace() static
Steven Rostedt (VMware)
2018-11-26
function_graph: Create function_graph_enter() to consolidate architecture code
Steven Rostedt (VMware)
2018-07-03
tracing: Fix missing return symbol in function_graph output
Changbin Du
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-08
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
2016-12-09
tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions too
Steven Rostedt (Red Hat)
2016-12-09
fgraph: Handle a case where a tracer ignores set_graph_notrace
Steven Rostedt (Red Hat)
2016-11-23
tracing: Make __buffer_unlock_commit() always_inline
Steven Rostedt (Red Hat)
2016-10-06
Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2016-09-01
ftrace: Access ret_stack->subtime only in the function profiler
Namhyung Kim
2016-09-01
function_graph: Handle TRACE_BPUTS in print_graph_comment
Namhyung Kim
2016-08-24
ftrace: Add ftrace_graph_ret_addr() stack unwinding helpers
Josh Poimboeuf
2016-08-24
ftrace: Add return address pointer to ftrace_ret_stack
Josh Poimboeuf
[next]