Searched refs:trace_tool (Results 1 – 1 of 1) sorted by relevance
13 struct osnoise_tool *trace_tool; variable24 if (trace_tool) in stop_trace()25 tracefs_iterate_stop(trace_tool->trace.inst); in stop_trace()29 if (trace_tool) { in stop_trace()30 trace_instance_stop(&trace_tool->trace); in stop_trace()31 if (trace_tool->record) in stop_trace()32 trace_instance_stop(&trace_tool->record->trace); in stop_trace()175 trace_tool = tool; in run_tool()