aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_branch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-1/+1
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-2/+2
2019-11-14tracing: Use generic type for comparator functionAndy Shevchenko1-4/+4
2019-04-03x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-19tracing: Add the constant count for branch tracerSteven Rostedt (VMware)1-8/+9
2017-01-19tracing: Show number of constants profiled in likely profilerSteven Rostedt (VMware)1-13/+55
2017-01-17tracing: Process constants for (un)likely() profilerSteven Rostedt (VMware)1-1/+5
2016-11-23tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)1-1/+1
2015-10-21tracing: Remove {start,stop}_branch_traceDmitry Safonov1-13/+2
2015-07-08tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)1-7/+10
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)1-1/+1
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)1-1/+1
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)1-1/+0
2014-11-19tracing: Have branch tracer use trace_handle_return() helper functionSteven Rostedt (Red Hat)1-8/+7
2014-11-13tracing: Merge consecutive seq_puts callsRasmus Villemoes1-7/+7
2014-11-13tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes1-13/+13
2013-11-05tracing: Update event filters for multibufferTom Zanussi1-1/+1
2013-03-15tracing: Fix the branch tracer that broke with buffer changeSteven Rostedt (Red Hat)1-2/+2
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt1-2/+4
2012-10-31tracing: Cache comms only after an event occurredSteven Rostedt1-1/+1
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt1-1/+1
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt1-2/+6
2010-02-09tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt1-2/+17
2009-10-07tracing: user local buffer variable for trace branch tracerSteven Rostedt1-3/+5
2009-10-07tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cZhenwen Xu1-1/+1
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar1-0/+8
2009-04-14tracing: Fix branch tracer headerZhaolei1-0/+8
2009-04-14tracing/filters: use ring_buffer_discard_commit() in filter_check_discard()Tom Zanussi1-3/+2
2009-04-14tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi1-0/+3
2009-03-24tracing: add handler to trace_statSteven Rostedt1-2/+2
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt1-1/+1
2009-03-04tracing: remove extra latency_trace method from trace structureSteven Rostedt1-1/+0
2009-02-10tracing: remove unneeded variableWenji Huang1-3/+1
2009-02-06trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo1-1/+0
2009-02-06tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo1-4/+3
2009-02-06ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo1-4/+3
2009-02-05trace_branch: Remove unused functionArnaldo Carvalho de Melo1-17/+0
2009-02-05trace: assign defaults at register_ftrace_eventArnaldo Carvalho de Melo1-3/+0
2009-02-04trace: make the trace_event callbacks return enum print_line_tArnaldo Carvalho de Melo1-1/+2
2009-02-04trace: judicious error checking of trace_seq resultsArnaldo Carvalho de Melo1-1/+1
2009-02-03trace: Change struct trace_event callbacks parameter listArnaldo Carvalho de Melo1-4/+3
2009-01-29trace: Use tracing_reset_online_cpus in more placesArnaldo Carvalho de Melo1-5/+1
2009-01-14tracing/ftrace: separate events tracing and stats tracing engineFrederic Weisbecker1-48/+60
2009-01-11tracing/ftrace: handle more than one stat file per tracerFrederic Weisbecker1-41/+28
2008-12-29tracing/branch-tracer: adapt to the stat tracing APIFrederic Weisbecker1-126/+142
2008-12-29ftrace: change trace.c to use registered eventsSteven Rostedt1-0/+53
2008-12-03ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt1-2/+2
2008-11-29tracing/branch-tracer: include missing irqflags.hFrederic Weisbecker1-0/+1
2008-11-23trace: fix compiler warning in branch profilerSteven Rostedt1-5/+5