Home
last modified time | relevance | path

Searched refs:trace_instance (Results 1 – 9 of 9) sorted by relevance

/linux/tools/verification/rv/include/
H A Dtrace.h5 struct trace_instance { struct
11 int trace_instance_init(struct trace_instance *trace, char *name); argument
12 int trace_instance_start(struct trace_instance *trace);
13 void trace_instance_destroy(struct trace_instance *trace);
/linux/tools/verification/rv/src/
H A Dtrace.c48 struct trace_instance *trace = context; in collect_registered_events()
65 void trace_instance_destroy(struct trace_instance *trace) in trace_instance_destroy()
96 int trace_instance_init(struct trace_instance *trace, char *name) in trace_instance_init()
130 int trace_instance_start(struct trace_instance *trace) in trace_instance_start()
H A Din_kernel.c419 /* if needed: struct trace_instance *inst = context; */ in ikm_event_handler()
522 static int ikm_enable_trace_events(char *monitor_name, struct trace_instance *inst) in ikm_enable_trace_events()
553 struct trace_instance *inst) in ikm_enable_trace_container()
585 * Returns the trace_instance * with all set, NULL otherwise.
587 static struct trace_instance *ikm_setup_trace_instance(char *monitor_name) in ikm_setup_trace_instance()
589 struct trace_instance *inst; in ikm_setup_trace_instance()
629 static void ikm_destroy_trace_instance(struct trace_instance *inst) in ikm_destroy_trace_instance()
774 struct trace_instance *inst = NULL; in ikm_run_monitor()
/linux/Documentation/trace/
H A Ddebugging.rst90 command line option and then use that memory for the trace_instance. This
95 memmap==12M$0x284500000 trace_instance=boot_map@0x284500000:12M
98 location 0x284500000. Then the trace_instance option will create a trace
109 reserve_mem=12M:4096:trace trace_instance=boot_map@trace
115 The trace_instance option creates a "boot_map" instance and will use the
126 reserve_mem=12M:0x2000000:trace trace_instance=boot_map@trace
156 reserve_mem=12M:4096:trace trace_instance=boot_map^traceprintk^traceoff@trace
/linux/tools/tracing/rtla/src/
H A Dosnoise_top.c79 struct trace_instance *trace = context; in osnoise_top_handler()
228 struct trace_instance *trace = &top->trace; in osnoise_print_stats()
598 struct trace_instance *trace; in osnoise_top_main()
H A Dtimerlat_hist.c182 struct trace_instance *trace = data; in timerlat_hist_handler()
348 struct trace_instance *trace, in timerlat_print_summary()
475 struct trace_instance *trace, in timerlat_print_stats_all()
625 struct trace_instance *trace = &tool->trace; in timerlat_print_stats()
1147 static struct trace_instance *hist_inst = NULL;
1184 struct trace_instance *trace; in timerlat_hist_main()
H A Dosnoise.h146 struct trace_instance trace;
H A Dosnoise.c910 * enable_osnoise - enable osnoise tracer in the trace_instance
912 int enable_osnoise(struct trace_instance *trace) in enable_osnoise()
918 * enable_timerlat - enable timerlat tracer in the trace_instance
920 int enable_timerlat(struct trace_instance *trace) in enable_timerlat()
H A Dtimerlat_aa.c706 struct trace_instance *trace = &taa_ctx->tool->trace; in timerlat_auto_analysis_collect_trace()