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

/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/tracing/rtla/src/
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...]
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 Dosnoise.h97 struct trace_instance trace;
H A Dtimerlat_hist.c220 struct trace_instance *trace = data;
288 struct trace_instance *trace,
433 struct trace_instance *trace,
565 struct trace_instance *trace = &tool->trace;
1150 struct trace_instance *trace;
H A Dosnoise_hist.c296 struct trace_instance *trace,
376 struct trace_instance *trace = &tool->trace;
843 struct trace_instance *trace;
H A Dosnoise_top.c113 struct trace_instance *trace = context;
255 struct trace_instance *trace = &top->trace;
682 struct trace_instance *trace;
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 Dtimerlat_top.c195 struct trace_instance *trace = context;
408 struct trace_instance *trace = &top->trace;
919 struct trace_instance *trace;
H A Dtimerlat_aa.c708 struct trace_instance *trace = &taa_ctx->tool->trace;
/linux-master/tools/verification/rv/src/
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)
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;

Completed in 418 milliseconds