summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_nop.c
AgeCommit message (Expand)AuthorLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-03-08tracing: Fix typoes in code comment and printk in trace_nop.cChunyu Hu-2/+2
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)-2/+0
2014-04-30tracing: Remove mock up poll wait functionSteven Rostedt (Red Hat)-1/+0
2014-02-20tracing: Set up infrastructure to allow tracers for instancesSteven Rostedt (Red Hat)-1/+2
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)-1/+1
2009-03-23tracing/ftrace: make nop-tracer use polling wait for events on pipeFrederic Weisbecker-0/+1
2009-02-06trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo-1/+0
2009-01-29trace: Use tracing_reset_online_cpus in more placesArnaldo Carvalho de Melo-5/+1
2008-11-18tracing/ftrace: make nop tracer using tracer flagsFrederic Weisbecker-0/+52
2008-11-16tracing/ftrace: change the type of the init() callbackFrederic Weisbecker-1/+2
2008-11-08ftrace: remove trace array ctrlSteven Rostedt-4/+2
2008-11-08ftrace: remove ctrl_update methodSteven Rostedt-10/+0
2008-10-14ftrace: make work with new ring bufferSteven Rostedt-1/+1
2008-10-14tracing/ftrace: replace none tracer by nop tracerFrédéric Weisbecker-6/+1
2008-10-14tracing/ftrace: make nop tracer reset previous entriesFrédéric Weisbecker-0/+4
2008-10-14ftrace: add nop tracerSteven Noonan-0/+65