File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -363,8 +363,8 @@ struct trace_option_dentry {
363
363
* @name: the name chosen to select it on the available_tracers file
364
364
* @init: called when one switches to this tracer (echo name > current_tracer)
365
365
* @reset: called when one switches to another tracer
366
- * @start: called when tracing is unpaused (echo 1 > tracing_enabled )
367
- * @stop: called when tracing is paused (echo 0 > tracing_enabled )
366
+ * @start: called when tracing is unpaused (echo 1 > tracing_on )
367
+ * @stop: called when tracing is paused (echo 0 > tracing_on )
368
368
* @update_thresh: called when tracing_thresh is updated
369
369
* @open: called when the trace file is opened
370
370
* @pipe_open: called when the trace_pipe file is opened
You can’t perform that action at this time.
0 commit comments