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