Lines Matching defs:tracer
13 * enable_tracer_by_name - enable a tracer on the given instance
17 enum tracefs_tracers tracer;
20 tracer = TRACEFS_TRACER_CUSTOM;
22 debug_msg("Enabling %s tracer\n", tracer_name);
24 retval = tracefs_tracer_set(inst, tracer, tracer_name);
29 err_msg("Failed to enable the %s tracer\n", tracer_name);
37 * disable_tracer - set nop tracer to the insta
46 err_msg("Oops, error disabling tracer\n");
154 * If rtla cannot keep up with events generated by tracer, events are going
225 * things such as the priority of the tracer's threads.