summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_functions_graph.c
Commit message (Expand)AuthorAgeFilesLines
* function_graph: Support recording and printing the return value of functionDonglin Peng2023-06-201-10/+83
* tracing: in_irq() cleanupChangbin Du2021-10-131-1/+1
* tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-081-1/+1
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-17/+15
* fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)2020-11-101-1/+1
* tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang2020-09-181-4/+4
* ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)2020-03-191-1/+1
* tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-2/+2
* tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-131-7/+7
* fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du2019-07-301-10/+7
* tracing: Put a margin between flags and duration for wakeup tracersChangbin Du2019-02-061-2/+3
* function_graph: Support displaying relative timestampChangbin Du2019-02-061-0/+25
* function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)2018-12-081-55/+0
* fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)2018-12-081-5/+16
* function_graph: Do not expose the graph_time option when profiler is not conf...Steven Rostedt (VMware)2018-12-081-0/+4
* function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)2018-12-081-11/+0
* fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)2018-11-291-0/+22
* fgraph: Create a fgraph.c file to store function graph infrastructureSteven Rostedt (VMware)2018-11-291-220/+0
* tracing: Do not line wrap short line in function_graph_enter()Steven Rostedt (VMware)2018-11-291-2/+1
* tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)2018-11-291-0/+4
* function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)2018-11-271-4/+6
* function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)2018-11-271-9/+13
* function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)2018-11-271-8/+13
* function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)2018-11-271-1/+1
* function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)2018-11-261-0/+16
* tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-031-1/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
* tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)2016-12-091-7/+7
* fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)2016-12-091-3/+14
* tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)2016-11-231-2/+2
* Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-10-061-1/+5
|\
| * ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim2016-09-011-1/+0
| * function_graph: Handle TRACE_BPUTS in print_graph_commentNamhyung Kim2016-09-011-0/+5
* | ftrace: Add ftrace_graph_ret_addr() stack unwinding helpersJosh Poimboeuf2016-08-241-0/+58
* | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+4
* | ftrace: Only allocate the ret_stack 'fp' field when neededJosh Poimboeuf2016-08-241-0/+2
* | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2016-08-241-1/+1
|/
* tracing/function_graph: Fix filters for function_graph thresholdJoel Fernandes2016-06-271-9/+8
* ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)2016-06-201-1/+1
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-3/+3
* tracing: Remove unused ftrace_cpu_disabled per cpu variableDmitry Safonov2015-11-071-6/+0
* tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-301-21/+29
* tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)2015-09-301-1/+12
* ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)2015-07-201-2/+2
* tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-2/+2
* tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)2015-05-131-2/+2
* Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2015-04-221-2/+6
|\