Searched refs:trace_instance (Results 1 - 12 of 12) sorted by path

/linux-master/tools/tracing/rtla/src/
H A Dosnoise.c906 * enable_osnoise - enable osnoise tracer in the trace_instance
908 int enable_osnoise(struct trace_instance *trace)
914 * enable_timerlat - enable timerlat tracer in the trace_instance
916 int enable_timerlat(struct trace_instance *trace)
H A Dosnoise.h97 struct trace_instance trace;
H A Dosnoise_hist.c295 struct trace_instance *trace,
375 struct trace_instance *trace = &tool->trace;
828 struct trace_instance *trace;
H A Dosnoise_top.c111 struct trace_instance *trace = context;
253 struct trace_instance *trace = &top->trace;
666 struct trace_instance *trace;
H A Dtimerlat_aa.c691 struct trace_instance *trace = &taa_ctx->tool->trace;
H A Dtimerlat_hist.c217 struct trace_instance *trace = data;
285 struct trace_instance *trace,
411 struct trace_instance *trace = &tool->trace;
956 struct trace_instance *trace;
H A Dtimerlat_top.c160 struct trace_instance *trace = context;
302 struct trace_instance *trace = &top->trace;
766 struct trace_instance *trace;
H A Dtrace.c118 struct trace_instance *trace = context;
132 void trace_instance_destroy(struct trace_instance *trace)
162 int trace_instance_init(struct trace_instance *trace, char *tool_name)
194 int trace_instance_start(struct trace_instance *trace)
280 static void trace_event_disable_filter(struct trace_instance *instance,
309 static void trace_event_save_hist(struct trace_instance *instance,
358 static void trace_event_disable_trigger(struct trace_instance *instance,
387 void trace_events_disable(struct trace_instance *instance,
411 static int trace_event_enable_filter(struct trace_instance *instance,
446 static int trace_event_enable_trigger(struct trace_instance *instanc
[all...]
H A Dtrace.h16 struct trace_instance { struct
22 int trace_instance_init(struct trace_instance *trace, char *tool_name);
23 int trace_instance_start(struct trace_instance *trace);
24 void trace_instance_destroy(struct trace_instance *trace);
30 int enable_osnoise(struct trace_instance *trace);
31 int enable_timerlat(struct trace_instance *trace);
41 void trace_events_disable(struct trace_instance *instance,
43 void trace_events_destroy(struct trace_instance *instance,
45 int trace_events_enable(struct trace_instance *instance,
50 int trace_is_off(struct trace_instance *too
[all...]
/linux-master/tools/verification/rv/include/
H A Dtrace.h5 struct trace_instance { struct
11 int trace_instance_init(struct trace_instance *trace, char *name);
12 int trace_instance_start(struct trace_instance *trace);
13 void trace_instance_destroy(struct trace_instance *trace);
/linux-master/tools/verification/rv/src/
H A Din_kernel.c341 /* if needed: struct trace_instance *inst = context; */
429 * Returns the trace_instance * with all set, NULL otherwise.
431 static struct trace_instance *ikm_setup_trace_instance(char *monitor_name)
434 struct trace_instance *inst;
490 static void ikm_destroy_trace_instance(struct trace_instance *inst)
635 struct trace_instance *inst = NULL;
H A Dtrace.c48 struct trace_instance *trace = context;
65 void trace_instance_destroy(struct trace_instance *trace)
96 int trace_instance_init(struct trace_instance *trace, char *name)
130 int trace_instance_start(struct trace_instance *trace)

Completed in 274 milliseconds