index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_functions_graph.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
function_graph: Move ftrace_graph_ret_addr() to fgraph.c
Steven Rostedt (VMware)
2018-12-08
1
-55
/
+0
*
fgraph: Add new fgraph_ops structure to enable function graph hooks
Steven Rostedt (VMware)
2018-12-08
1
-5
/
+16
*
function_graph: Do not expose the graph_time option when profiler is not conf...
Steven Rostedt (VMware)
2018-12-08
1
-0
/
+4
*
function_graph: Remove the use of FTRACE_NOTRACE_DEPTH
Steven Rostedt (VMware)
2018-12-08
1
-11
/
+0
*
fgraph: Have set_graph_notrace only affect function_graph tracer
Steven Rostedt (VMware)
2018-11-29
1
-0
/
+22
*
fgraph: Create a fgraph.c file to store function graph infrastructure
Steven Rostedt (VMware)
2018-11-29
1
-220
/
+0
*
tracing: Do not line wrap short line in function_graph_enter()
Steven Rostedt (VMware)
2018-11-29
1
-2
/
+1
*
tracing/fgraph: Fix set_graph_function from showing interrupts
Steven Rostedt (VMware)
2018-11-29
1
-0
/
+4
*
function_graph: Reverse the order of pushing the ret_stack and the callback
Steven Rostedt (VMware)
2018-11-27
1
-4
/
+6
*
function_graph: Move return callback before update of curr_ret_stack
Steven Rostedt (VMware)
2018-11-27
1
-9
/
+13
*
function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack
Steven Rostedt (VMware)
2018-11-27
1
-8
/
+13
*
function_graph: Make ftrace_push_return_trace() static
Steven Rostedt (VMware)
2018-11-27
1
-1
/
+1
*
function_graph: Create function_graph_enter() to consolidate architecture code
Steven Rostedt (VMware)
2018-11-26
1
-0
/
+16
*
tracing: Fix missing return symbol in function_graph output
Changbin Du
2018-07-03
1
-1
/
+4
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
2017-09-08
1
-1
/
+1
*
tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions too
Steven Rostedt (Red Hat)
2016-12-09
1
-7
/
+7
*
fgraph: Handle a case where a tracer ignores set_graph_notrace
Steven Rostedt (Red Hat)
2016-12-09
1
-3
/
+14
*
tracing: Make __buffer_unlock_commit() always_inline
Steven Rostedt (Red Hat)
2016-11-23
1
-2
/
+2
*
Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2016-10-06
1
-1
/
+5
|
\
|
*
ftrace: Access ret_stack->subtime only in the function profiler
Namhyung Kim
2016-09-01
1
-1
/
+0
|
*
function_graph: Handle TRACE_BPUTS in print_graph_comment
Namhyung Kim
2016-09-01
1
-0
/
+5
*
|
ftrace: Add ftrace_graph_ret_addr() stack unwinding helpers
Josh Poimboeuf
2016-08-24
1
-0
/
+58
*
|
ftrace: Add return address pointer to ftrace_ret_stack
Josh Poimboeuf
2016-08-24
1
-1
/
+4
*
|
ftrace: Only allocate the ret_stack 'fp' field when needed
Josh Poimboeuf
2016-08-24
1
-0
/
+2
*
|
ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config
Josh Poimboeuf
2016-08-24
1
-1
/
+1
|
/
*
tracing/function_graph: Fix filters for function_graph threshold
Joel Fernandes
2016-06-27
1
-9
/
+8
*
ftrace: Have set_ftrace_pid use the bitmap like events do
Steven Rostedt (Red Hat)
2016-06-20
1
-1
/
+1
*
arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections
Alexander Potapenko
2016-03-25
1
-0
/
+1
*
kernel/...: convert pr_warning to pr_warn
Joe Perches
2016-03-22
1
-3
/
+3
*
tracing: Remove unused ftrace_cpu_disabled per cpu variable
Dmitry Safonov
2015-11-07
1
-6
/
+0
*
tracing: Move trace_flags from global to a trace_array field
Steven Rostedt (Red Hat)
2015-09-30
1
-21
/
+29
*
tracing: Move sleep-time and graph-time options out of the core trace_flags
Steven Rostedt (Red Hat)
2015-09-30
1
-1
/
+12
*
ftrace: Fix function_graph duration spacing with 7-digits
Steven Rostedt (Red Hat)
2015-07-20
1
-2
/
+2
*
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
Steven Rostedt (Red Hat)
2015-05-13
1
-2
/
+2
*
tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()
Steven Rostedt (Red Hat)
2015-05-13
1
-2
/
+2
*
Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2015-04-22
1
-2
/
+6
|
\
|
*
tracing: Handle ftrace_dump() atomic context in graph_trace_open()
Rabin Vincent
2015-04-16
1
-2
/
+6
*
|
tracing: Convert the tracing facility over to use tracefs
Steven Rostedt (Red Hat)
2015-02-03
1
-4
/
+3
|
/
*
tracing: Use IS_ERR() check for return value of tracing_init_dentry()
Steven Rostedt (Red Hat)
2015-01-22
1
-1
/
+1
*
Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-12-10
1
-4
/
+7
|
\
|
*
tracing: Use trace_seq_used() and seq_buf_used() instead of len
Steven Rostedt (Red Hat)
2014-11-19
1
-1
/
+4
|
*
tracing: Create seq_buf layer in trace_seq
Steven Rostedt (Red Hat)
2014-11-19
1
-3
/
+3
*
|
tracing: Add additional marks to signal very large time deltas
Byungchul Park
2014-12-03
1
-20
/
+3
|
/
*
tracing: Have function_graph use trace_seq_has_overflowed()
Steven Rostedt (Red Hat)
2014-11-19
1
-265
/
+117
*
function_graph: Fix micro seconds notations
Byungchul Park
2014-11-14
1
-6
/
+6
*
ftrace-graph: show latency-format on print_graph_irq()
Daniel Bristot de Oliveira
2014-11-14
1
-0
/
+9
*
trace: Replace single-character seq_puts with seq_putc
Rasmus Villemoes
2014-11-14
1
-2
/
+2
*
tracing: Replace seq_printf by simpler equivalents
Rasmus Villemoes
2014-11-13
1
-14
/
+14
*
tracing: Convert local function_graph functions to static
Steven Rostedt (Red Hat)
2014-07-18
1
-4
/
+4
[next]