Home
last modified time | relevance | path

Searched refs:trace_inst (Results 1 – 3 of 3) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dcommon.c10 struct trace_instance *trace_inst; variable
20 tracefs_iterate_stop(trace_inst->inst); in stop_trace()
24 if (trace_inst) in stop_trace()
25 trace_instance_stop(trace_inst); in stop_trace()
123 trace_inst = &tool->trace; in run_tool()
131 retval = enable_tracer_by_name(trace_inst->inst, ops->tracer); in run_tool()
H A Dcommon.h56 extern struct trace_instance *trace_inst;
H A Dtimerlat.c205 max_lat = tracefs_instance_file_read(trace_inst->inst, "tracing_max_latency", NULL); in timerlat_analyze()