summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_branch.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-19tracing: Add the constant count for branch tracerSteven Rostedt (VMware)
2017-01-19tracing: Show number of constants profiled in likely profilerSteven Rostedt (VMware)
2017-01-17tracing: Process constants for (un)likely() profilerSteven Rostedt (VMware)
2016-11-23tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)
2015-10-21tracing: Remove {start,stop}_branch_traceDmitry Safonov
2015-07-08tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)
2014-11-19tracing: Have branch tracer use trace_handle_return() helper functionSteven Rostedt (Red Hat)
2014-11-13tracing: Merge consecutive seq_puts callsRasmus Villemoes
2014-11-13tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes
2013-11-05tracing: Update event filters for multibufferTom Zanussi
2013-03-15tracing: Fix the branch tracer that broke with buffer changeSteven Rostedt (Red Hat)
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt
2012-10-31tracing: Cache comms only after an event occurredSteven Rostedt
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt
2010-02-09tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt
2009-10-07tracing: user local buffer variable for trace branch tracerSteven Rostedt
2009-10-07tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cZhenwen Xu
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar
2009-04-14tracing: Fix branch tracer headerZhaolei
2009-04-14tracing/filters: use ring_buffer_discard_commit() in filter_check_discard()Tom Zanussi
2009-04-14tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi
2009-03-24tracing: add handler to trace_statSteven Rostedt
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt
2009-03-04tracing: remove extra latency_trace method from trace structureSteven Rostedt
2009-02-10tracing: remove unneeded variableWenji Huang
2009-02-06trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo
2009-02-06tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo
2009-02-06ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo
2009-02-05trace_branch: Remove unused functionArnaldo Carvalho de Melo
2009-02-05trace: assign defaults at register_ftrace_eventArnaldo Carvalho de Melo
2009-02-04trace: make the trace_event callbacks return enum print_line_tArnaldo Carvalho de Melo
2009-02-04trace: judicious error checking of trace_seq resultsArnaldo Carvalho de Melo
2009-02-03trace: Change struct trace_event callbacks parameter listArnaldo Carvalho de Melo
2009-01-29trace: Use tracing_reset_online_cpus in more placesArnaldo Carvalho de Melo
2009-01-14tracing/ftrace: separate events tracing and stats tracing engineFrederic Weisbecker
2009-01-11tracing/ftrace: handle more than one stat file per tracerFrederic Weisbecker
2008-12-29tracing/branch-tracer: adapt to the stat tracing APIFrederic Weisbecker
2008-12-29ftrace: change trace.c to use registered eventsSteven Rostedt
2008-12-03ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt
2008-11-29tracing/branch-tracer: include missing irqflags.hFrederic Weisbecker
2008-11-23trace: fix compiler warning in branch profilerSteven Rostedt
2008-11-23trace: profile all if conditionalsSteven Rostedt
2008-11-23trace: branch profiling should not print percent without dataSteven Rostedt
2008-11-23trace: consolidate unlikely and likely profilerSteven Rostedt
2008-11-17Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar