index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_branch.c
Age
Commit message (
Expand
)
Author
2015-07-08
tracing: Have branch tracer use recursive field of task struct
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()
Steven Rostedt (Red Hat)
2015-01-22
tracing: Remove unneeded includes of debugfs.h and fs.h
Steven Rostedt (Red Hat)
2014-11-19
tracing: Have branch tracer use trace_handle_return() helper function
Steven Rostedt (Red Hat)
2014-11-14
tracing: Merge consecutive seq_puts calls
Rasmus Villemoes
2014-11-14
tracing: Replace seq_printf by simpler equivalents
Rasmus Villemoes
2013-11-05
tracing: Update event filters for multibuffer
Tom Zanussi
2013-03-15
tracing: Fix the branch tracer that broke with buffer change
Steven Rostedt (Red Hat)
2013-03-15
tracing: Replace the static global per_cpu arrays with allocated per_cpu
Steven Rostedt
2012-10-31
tracing: Cache comms only after an event occurred
Steven Rostedt
2012-10-31
tracing: Allow tracers to start at core initcall
Steven Rostedt
2010-05-14
tracing: Allow events to share their print functions
Steven Rostedt
2010-02-10
tracing: Add correct/incorrect to sort keys for branch annotation output
Steven Rostedt
2009-10-08
tracing: user local buffer variable for trace branch tracer
Steven Rostedt
2009-10-08
tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.c
Zhenwen Xu
2009-05-07
Merge branch 'linus' into tracing/core
Ingo Molnar
2009-04-14
tracing: Fix branch tracer header
Zhaolei
2009-04-13
tracing/filters: use ring_buffer_discard_commit() in filter_check_discard()
Tom Zanussi
2009-04-13
tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT events
Tom Zanussi
2009-03-25
tracing: add handler to trace_stat
Steven Rostedt
2009-03-10
tracing: remove funky whitespace in the trace code
Steven Rostedt
2009-03-05
tracing: remove extra latency_trace method from trace structure
Steven Rostedt
2009-02-10
tracing: remove unneeded variable
Wenji Huang
2009-02-06
trace: Call tracing_reset_online_cpus before tracer->init()
Arnaldo Carvalho de Melo
2009-02-06
tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}
Arnaldo Carvalho de Melo
2009-02-06
ring_buffer: remove unused flags parameter
Arnaldo Carvalho de Melo
2009-02-05
trace_branch: Remove unused function
Arnaldo Carvalho de Melo
2009-02-05
trace: assign defaults at register_ftrace_event
Arnaldo Carvalho de Melo
2009-02-04
trace: make the trace_event callbacks return enum print_line_t
Arnaldo Carvalho de Melo
2009-02-04
trace: judicious error checking of trace_seq results
Arnaldo Carvalho de Melo
2009-02-03
trace: Change struct trace_event callbacks parameter list
Arnaldo Carvalho de Melo
2009-01-29
trace: Use tracing_reset_online_cpus in more places
Arnaldo Carvalho de Melo
2009-01-14
tracing/ftrace: separate events tracing and stats tracing engine
Frederic Weisbecker
2009-01-11
tracing/ftrace: handle more than one stat file per tracer
Frederic Weisbecker
2008-12-29
tracing/branch-tracer: adapt to the stat tracing API
Frederic Weisbecker
2008-12-29
ftrace: change trace.c to use registered events
Steven Rostedt
2008-12-03
ftrace: replace raw_local_irq_save with local_irq_save
Steven Rostedt
2008-11-29
tracing/branch-tracer: include missing irqflags.h
Frederic Weisbecker
2008-11-23
trace: fix compiler warning in branch profiler
Steven Rostedt
2008-11-23
trace: profile all if conditionals
Steven Rostedt
2008-11-23
trace: branch profiling should not print percent without data
Steven Rostedt
2008-11-23
trace: consolidate unlikely and likely profiler
Steven Rostedt
2008-11-17
Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...
Ingo Molnar
2008-11-16
tracing/branch-tracer: fix a trace recursion on branch tracer
Frederic Weisbecker
2008-11-16
tracing/ftrace: change the type of the init() callback
Frederic Weisbecker
2008-11-12
ftrace: rename trace_unlikely.c file
Steven Rostedt