index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
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
*
tracing: let user specify tracing_thresh after selecting function_graph
Stanislav Fomichev
2014-07-18
1
-0
/
+7
*
ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop()
Steven Rostedt (Red Hat)
2014-07-18
1
-5
/
+0
*
ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()
Steven Rostedt (Red Hat)
2014-07-17
1
-0
/
+35
*
tracing: Add funcgraph_tail option to print function name after closing braces
Robert Elliott
2014-05-20
1
-3
/
+6
*
tracing: Eliminate duplicate TRACE_GRAPH_PRINT_xx defines
Robert Elliott
2014-05-20
1
-9
/
+0
*
tracing: Remove mock up poll wait function
Steven Rostedt (Red Hat)
2014-04-30
1
-1
/
+0
*
tracing: Pass trace_array to set_flag callback
Steven Rostedt (Red Hat)
2014-02-20
1
-1
/
+2
*
tracing: Do not use signed enums with unsigned long long in fgragh output
Steven Rostedt (Red Hat)
2013-11-06
1
-11
/
+11
*
tracing: Update event filters for multibuffer
Tom Zanussi
2013-11-05
1
-2
/
+2
*
ftrace: Add set_graph_notrace filter
Namhyung Kim
2013-10-18
1
-3
/
+53
*
tracing: Add ref_data to function and fgraph tracer structs
Steven Rostedt (Red Hat)
2013-07-18
1
-1
/
+1
*
tracing: Use trace_seq_puts()/trace_seq_putc() where possible
zhangwei(Jovi)
2013-07-18
1
-26
/
+26
*
tracing: Consolidate max_tr into main trace_array structure
Steven Rostedt (Red Hat)
2013-03-15
1
-6
/
+6
*
tracing: Replace the static global per_cpu arrays with allocated per_cpu
Steven Rostedt
2013-03-15
1
-2
/
+2
*
tracing/fgraph: Adjust fgraph depth before calling trace return callback
Steven Rostedt (Red Hat)
2013-01-29
1
-1
/
+7
*
tracing/fgraph: Add max_graph_depth to limit function_graph depth
Steven Rostedt
2013-01-21
1
-2
/
+58
*
tracing: Cache comms only after an event occurred
Steven Rostedt
2012-10-31
1
-2
/
+2
*
tracing: Allow tracers to start at core initcall
Steven Rostedt
2012-10-31
1
-1
/
+1
*
ftrace: Do not test frame pointers if -mfentry is used
Steven Rostedt
2012-08-23
1
-1
/
+4
*
tracing: Remove NR_CPUS array from trace_iterator
Steven Rostedt
2012-06-28
1
-1
/
+1
*
tracing: Still trace filtered irq functions when irq trace is disabled
Steven Rostedt
2011-07-07
1
-1
/
+1
*
tracing, function_graph: Add context-info support for function_graph tracer
Jiri Olsa
2011-06-14
1
-22
/
+31
*
tracing, function_graph: Remove lock-depth from latency trace
Jiri Olsa
2011-06-14
1
-4
/
+3
*
tracing, function_graph: Merge overhead and duration display functions
Jiri Olsa
2011-06-14
1
-74
/
+74
*
tracing, function_graph: Remove dependency of abstime and duration fields on ...
Jiri Olsa
2011-06-14
1
-16
/
+3
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
tracing: Remove parent recording in latency tracer graph options
Steven Rostedt
2010-10-18
1
-1
/
+0
*
tracing: Make graph related irqs/preemptsoff functions global
Jiri Olsa
2010-10-18
1
-3
/
+60
*
tracing: Add proper check for irq_depth routines
Jiri Olsa
2010-10-18
1
-4
/
+20
*
tracing: Fix function-graph build warning on 32-bit
Borislav Petkov
2010-10-13
1
-2
/
+3
*
tracing: Do not trace in irq when funcgraph-irq option is zero
Steven Rostedt
2010-09-14
1
-1
/
+22
*
tracing: Add funcgraph-irq option for function graph tracer.
Jiri Olsa
2010-09-14
1
-1
/
+100
*
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2010-08-19
1
-1
/
+9
|
\
|
*
Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...
Steven Rostedt
2010-08-16
1
-1
/
+9
|
|
\
|
|
*
tracing: Fix an unallocated memory access in function_graph
Shaohua Li
2010-08-06
1
-1
/
+9
*
|
|
perf, tracing: add missing __percpu markups
Namhyung Kim
2010-08-19
1
-1
/
+1
|
/
/
[next]