summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_branch.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tracing: Add the constant count for branch tracerSteven Rostedt (VMware)2017-01-191-8/+9
* tracing: Show number of constants profiled in likely profilerSteven Rostedt (VMware)2017-01-191-13/+55
* tracing: Process constants for (un)likely() profilerSteven Rostedt (VMware)2017-01-171-1/+5
* tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)2016-11-231-1/+1
* tracing: Remove {start,stop}_branch_traceDmitry Safonov2015-10-211-13/+2
* tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2015-07-081-7/+10
* tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-1/+1
* tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)2015-05-131-1/+1
* tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)2015-01-221-1/+0
* tracing: Have branch tracer use trace_handle_return() helper functionSteven Rostedt (Red Hat)2014-11-191-8/+7
* tracing: Merge consecutive seq_puts callsRasmus Villemoes2014-11-131-7/+7
* tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes2014-11-131-13/+13
* tracing: Update event filters for multibufferTom Zanussi2013-11-051-1/+1
* tracing: Fix the branch tracer that broke with buffer changeSteven Rostedt (Red Hat)2013-03-151-2/+2
* tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt2013-03-151-2/+4
* tracing: Cache comms only after an event occurredSteven Rostedt2012-10-311-1/+1
* tracing: Allow tracers to start at core initcallSteven Rostedt2012-10-311-1/+1
* tracing: Allow events to share their print functionsSteven Rostedt2010-05-141-2/+6
* tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt2010-02-091-2/+17
* tracing: user local buffer variable for trace branch tracerSteven Rostedt2009-10-071-3/+5
* tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cZhenwen Xu2009-10-071-1/+1
* Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-0/+8
|\
| * tracing: Fix branch tracer headerZhaolei2009-04-141-0/+8
* | tracing/filters: use ring_buffer_discard_commit() in filter_check_discard()Tom Zanussi2009-04-141-3/+2
* | tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi2009-04-141-0/+3
* | tracing: add handler to trace_statSteven Rostedt2009-03-241-2/+2
|/
* tracing: remove funky whitespace in the trace codeSteven Rostedt2009-03-101-1/+1
* tracing: remove extra latency_trace method from trace structureSteven Rostedt2009-03-041-1/+0
* tracing: remove unneeded variableWenji Huang2009-02-101-3/+1
* trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo2009-02-061-1/+0
* tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo2009-02-061-4/+3
* ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo2009-02-061-4/+3
* trace_branch: Remove unused functionArnaldo Carvalho de Melo2009-02-051-17/+0
* trace: assign defaults at register_ftrace_eventArnaldo Carvalho de Melo2009-02-051-3/+0
* trace: make the trace_event callbacks return enum print_line_tArnaldo Carvalho de Melo2009-02-041-1/+2
* trace: judicious error checking of trace_seq resultsArnaldo Carvalho de Melo2009-02-041-1/+1
* trace: Change struct trace_event callbacks parameter listArnaldo Carvalho de Melo2009-02-031-4/+3
* trace: Use tracing_reset_online_cpus in more placesArnaldo Carvalho de Melo2009-01-291-5/+1
* tracing/ftrace: separate events tracing and stats tracing engineFrederic Weisbecker2009-01-141-48/+60
* tracing/ftrace: handle more than one stat file per tracerFrederic Weisbecker2009-01-111-41/+28
* tracing/branch-tracer: adapt to the stat tracing APIFrederic Weisbecker2008-12-291-126/+142
* ftrace: change trace.c to use registered eventsSteven Rostedt2008-12-291-0/+53
* ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt2008-12-031-2/+2
* tracing/branch-tracer: include missing irqflags.hFrederic Weisbecker2008-11-291-0/+1
* trace: fix compiler warning in branch profilerSteven Rostedt2008-11-231-5/+5
* trace: profile all if conditionalsSteven Rostedt2008-11-231-2/+31
* trace: branch profiling should not print percent without dataSteven Rostedt2008-11-231-3/+7
* trace: consolidate unlikely and likely profilerSteven Rostedt2008-11-231-26/+13
*-. Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar2008-11-171-1/+2
|\ \
OpenPOWER on IntegriCloud