Symbol: osnoise_tool
tools/tracing/rtla/src/common.c
124
common_apply_config(struct osnoise_tool *tool, struct common_params *params)
tools/tracing/rtla/src/common.c
182
struct osnoise_tool *tool;
tools/tracing/rtla/src/common.c
323
int top_main_loop(struct osnoise_tool *tool)
tools/tracing/rtla/src/common.c
327
struct osnoise_tool *record = tool->record;
tools/tracing/rtla/src/common.c
381
int hist_main_loop(struct osnoise_tool *tool)
tools/tracing/rtla/src/common.c
432
int osn_set_stop(struct osnoise_tool *tool)
tools/tracing/rtla/src/common.h
129
struct osnoise_tool *record;
tools/tracing/rtla/src/common.h
130
struct osnoise_tool *aa;
tools/tracing/rtla/src/common.h
137
struct osnoise_tool *(*init_tool)(struct common_params *params);
tools/tracing/rtla/src/common.h
138
int (*apply_config)(struct osnoise_tool *tool);
tools/tracing/rtla/src/common.h
139
int (*enable)(struct osnoise_tool *tool);
tools/tracing/rtla/src/common.h
140
int (*main)(struct osnoise_tool *tool);
tools/tracing/rtla/src/common.h
141
void (*print_stats)(struct osnoise_tool *tool);
tools/tracing/rtla/src/common.h
142
void (*analyze)(struct osnoise_tool *tool, bool stopped);
tools/tracing/rtla/src/common.h
143
void (*free)(struct osnoise_tool *tool);
tools/tracing/rtla/src/common.h
151
void osnoise_destroy_tool(struct osnoise_tool *top);
tools/tracing/rtla/src/common.h
152
struct osnoise_tool *osnoise_init_tool(char *tool_name);
tools/tracing/rtla/src/common.h
153
struct osnoise_tool *osnoise_init_trace_tool(const char *tracer);
tools/tracing/rtla/src/common.h
154
bool osnoise_trace_is_off(struct osnoise_tool *tool, struct osnoise_tool *record);
tools/tracing/rtla/src/common.h
160
int common_apply_config(struct osnoise_tool *tool, struct common_params *params);
tools/tracing/rtla/src/common.h
161
int top_main_loop(struct osnoise_tool *tool);
tools/tracing/rtla/src/common.h
162
int hist_main_loop(struct osnoise_tool *tool);
tools/tracing/rtla/src/common.h
163
int osn_set_stop(struct osnoise_tool *tool);
tools/tracing/rtla/src/osnoise.c
1017
struct osnoise_tool *osnoise_init_tool(char *tool_name)
tools/tracing/rtla/src/osnoise.c
1019
struct osnoise_tool *top;
tools/tracing/rtla/src/osnoise.c
1043
struct osnoise_tool *osnoise_init_trace_tool(const char *tracer)
tools/tracing/rtla/src/osnoise.c
1045
struct osnoise_tool *trace;
tools/tracing/rtla/src/osnoise.c
1070
bool osnoise_trace_is_off(struct osnoise_tool *tool, struct osnoise_tool *record)
tools/tracing/rtla/src/osnoise.c
1091
osnoise_report_missed_events(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise.c
1110
osnoise_apply_config(struct osnoise_tool *tool, struct osnoise_params *params)
tools/tracing/rtla/src/osnoise.c
1143
int osnoise_enable(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise.c
998
void osnoise_destroy_tool(struct osnoise_tool *top)
tools/tracing/rtla/src/osnoise.h
53
void osnoise_report_missed_events(struct osnoise_tool *tool);
tools/tracing/rtla/src/osnoise.h
54
int osnoise_apply_config(struct osnoise_tool *tool, struct osnoise_params *params);
tools/tracing/rtla/src/osnoise.h
56
int osnoise_enable(struct osnoise_tool *tool);
tools/tracing/rtla/src/osnoise_hist.c
131
static void osnoise_destroy_trace_hist(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise_hist.c
142
static int osnoise_init_trace_hist(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise_hist.c
179
static void osnoise_read_trace_hist(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise_hist.c
227
static void osnoise_hist_header(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise_hist.c
336
osnoise_print_stats(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise_hist.c
56
static void osnoise_free_hist_tool(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise_hist.c
638
osnoise_hist_apply_config(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise_hist.c
646
static struct osnoise_tool
tools/tracing/rtla/src/osnoise_hist.c
649
struct osnoise_tool *tool;
tools/tracing/rtla/src/osnoise_hist.c
670
static int osnoise_hist_enable(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise_hist.c
681
static int osnoise_hist_main_loop(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise_hist.c
99
static void osnoise_hist_update_multiple(struct osnoise_tool *tool, int cpu,
tools/tracing/rtla/src/osnoise_top.c
128
static void osnoise_top_header(struct osnoise_tool *top)
tools/tracing/rtla/src/osnoise_top.c
189
static void osnoise_top_print(struct osnoise_tool *tool, int cpu)
tools/tracing/rtla/src/osnoise_top.c
231
osnoise_print_stats(struct osnoise_tool *top)
tools/tracing/rtla/src/osnoise_top.c
46
static void osnoise_free_top_tool(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise_top.c
466
osnoise_top_apply_config(struct osnoise_tool *tool)
tools/tracing/rtla/src/osnoise_top.c
495
struct osnoise_tool *osnoise_init_top(struct common_params *params)
tools/tracing/rtla/src/osnoise_top.c
497
struct osnoise_tool *tool;
tools/tracing/rtla/src/osnoise_top.c
84
struct osnoise_tool *tool;
tools/tracing/rtla/src/osnoise_top.c
90
tool = container_of(trace, struct osnoise_tool, trace);
tools/tracing/rtla/src/timerlat.c
191
void timerlat_analyze(struct osnoise_tool *tool, bool stopped)
tools/tracing/rtla/src/timerlat.c
214
void timerlat_free(struct osnoise_tool *tool)
tools/tracing/rtla/src/timerlat.c
28
timerlat_apply_config(struct osnoise_tool *tool, struct timerlat_params *params)
tools/tracing/rtla/src/timerlat.c
99
int timerlat_enable(struct osnoise_tool *tool)
tools/tracing/rtla/src/timerlat.h
35
int timerlat_apply_config(struct osnoise_tool *tool, struct timerlat_params *params);
tools/tracing/rtla/src/timerlat.h
37
int timerlat_enable(struct osnoise_tool *tool);
tools/tracing/rtla/src/timerlat.h
38
void timerlat_analyze(struct osnoise_tool *tool, bool stopped);
tools/tracing/rtla/src/timerlat.h
39
void timerlat_free(struct osnoise_tool *tool);
tools/tracing/rtla/src/timerlat_aa.c
1023
int timerlat_aa_init(struct osnoise_tool *tool, int dump_tasks)
tools/tracing/rtla/src/timerlat_aa.c
115
struct osnoise_tool *tool;
tools/tracing/rtla/src/timerlat_aa.c
896
static void timerlat_aa_unregister_events(struct osnoise_tool *tool, int dump_tasks)
tools/tracing/rtla/src/timerlat_aa.c
935
static int timerlat_aa_register_events(struct osnoise_tool *tool, int dump_tasks)
tools/tracing/rtla/src/timerlat_aa.h
6
int timerlat_aa_init(struct osnoise_tool *tool, int dump_task);
tools/tracing/rtla/src/timerlat_hist.c
1012
timerlat_hist_apply_config(struct osnoise_tool *tool)
tools/tracing/rtla/src/timerlat_hist.c
1030
static struct osnoise_tool
tools/tracing/rtla/src/timerlat_hist.c
1033
struct osnoise_tool *tool;
tools/tracing/rtla/src/timerlat_hist.c
1057
static int timerlat_hist_bpf_main_loop(struct osnoise_tool *tool)
tools/tracing/rtla/src/timerlat_hist.c
1090
static int timerlat_hist_main(struct osnoise_tool *tool)
tools/tracing/rtla/src/timerlat_hist.c
137
timerlat_hist_update(struct osnoise_tool *tool, int cpu,
tools/tracing/rtla/src/timerlat_hist.c
187
struct osnoise_tool *tool;
tools/tracing/rtla/src/timerlat_hist.c
190
tool = container_of(trace, struct osnoise_tool, trace);
tools/tracing/rtla/src/timerlat_hist.c
203
static int timerlat_hist_bpf_pull_data(struct osnoise_tool *tool)
tools/tracing/rtla/src/timerlat_hist.c
286
static void timerlat_hist_header(struct osnoise_tool *tool)
tools/tracing/rtla/src/timerlat_hist.c
613
timerlat_print_stats(struct osnoise_tool *tool)
tools/tracing/rtla/src/timerlat_hist.c
76
static void timerlat_free_histogram_tool(struct osnoise_tool *tool)
tools/tracing/rtla/src/timerlat_top.c
105
timerlat_top_update_sum(struct osnoise_tool *tool, int cpu, struct timerlat_top_cpu *sum)
tools/tracing/rtla/src/timerlat_top.c
130
timerlat_top_update(struct osnoise_tool *tool, int cpu,
tools/tracing/rtla/src/timerlat_top.c
171
struct osnoise_tool *top;
tools/tracing/rtla/src/timerlat_top.c
174
top = container_of(trace, struct osnoise_tool, trace);
tools/tracing/rtla/src/timerlat_top.c
189
static int timerlat_top_bpf_pull_data(struct osnoise_tool *tool)
tools/tracing/rtla/src/timerlat_top.c
259
static void timerlat_top_header(struct timerlat_params *params, struct osnoise_tool *top)
tools/tracing/rtla/src/timerlat_top.c
305
static void timerlat_top_print(struct osnoise_tool *top, int cpu)
tools/tracing/rtla/src/timerlat_top.c
364
timerlat_top_print_sum(struct osnoise_tool *top, struct timerlat_top_cpu *summary)
tools/tracing/rtla/src/timerlat_top.c
440
timerlat_print_stats(struct osnoise_tool *top)
tools/tracing/rtla/src/timerlat_top.c
56
static void timerlat_free_top_tool(struct osnoise_tool *tool)
tools/tracing/rtla/src/timerlat_top.c
759
timerlat_top_apply_config(struct osnoise_tool *top)
tools/tracing/rtla/src/timerlat_top.c
780
static struct osnoise_tool
tools/tracing/rtla/src/timerlat_top.c
783
struct osnoise_tool *top;
tools/tracing/rtla/src/timerlat_top.c
810
timerlat_top_bpf_main_loop(struct osnoise_tool *tool)
tools/tracing/rtla/src/timerlat_top.c
863
static int timerlat_top_main_loop(struct osnoise_tool *tool)