Searched refs:trace_instance (Results 1 – 9 of 9) sorted by relevance
5 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);
48 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()
419 /* 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()
90 command line option and then use that memory for the trace_instance. This95 memmap==12M$0x284500000 trace_instance=boot_map@0x284500000:12M98 location 0x284500000. Then the trace_instance option will create a trace109 reserve_mem=12M:4096:trace trace_instance=boot_map@trace115 The trace_instance option creates a "boot_map" instance and will use the126 reserve_mem=12M:0x2000000:trace trace_instance=boot_map@trace156 reserve_mem=12M:4096:trace trace_instance=boot_map^traceprintk^traceoff@trace
79 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()
182 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()
146 struct trace_instance trace;
910 * enable_osnoise - enable osnoise tracer in the trace_instance912 int enable_osnoise(struct trace_instance *trace) in enable_osnoise() 918 * enable_timerlat - enable timerlat tracer in the trace_instance920 int enable_timerlat(struct trace_instance *trace) in enable_timerlat()
706 struct trace_instance *trace = &taa_ctx->tool->trace; in timerlat_auto_analysis_collect_trace()