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