/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel_fprintf.c | 105 struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_callchain() 183 if (bt_stop_list && sym && in sample__fprintf_callchain() 184 strlist__has_entry(bt_stop_list, sym->name)) { in sample__fprintf_callchain() 199 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym() 211 cursor, bt_stop_list, fp); in sample__fprintf_sym() 103 sample__fprintf_callchain(struct perf_sample *sample, int left_alignment, unsigned int print_opts, struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) sample__fprintf_callchain() argument 197 sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al, int left_alignment, unsigned int print_opts, struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) sample__fprintf_sym() argument
|
H A D | evsel_fprintf.h | 38 struct strlist *bt_stop_list, FILE *fp); 43 struct strlist *bt_stop_list, FILE *fp);
|
H A D | symbol_conf.h | 70 *bt_stop_list; member
|
H A D | symbol.c | 2494 if (setup_list(&symbol_conf.bt_stop_list, in symbol__init() 2532 strlist__delete(symbol_conf.bt_stop_list); in symbol__exit() 2540 symbol_conf.bt_stop_list = NULL; in symbol__exit()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel_fprintf.c | 113 struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_callchain() 194 if (bt_stop_list && sym && in sample__fprintf_callchain() 195 strlist__has_entry(bt_stop_list, sym->name)) { in sample__fprintf_callchain() 210 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym() 223 cursor, bt_stop_list, fp); in sample__fprintf_sym() 111 sample__fprintf_callchain(struct perf_sample *sample, int left_alignment, unsigned int print_opts, struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) sample__fprintf_callchain() argument 208 sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al, int left_alignment, unsigned int print_opts, struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) sample__fprintf_sym() argument
|
H A D | evsel_fprintf.h | 39 struct strlist *bt_stop_list, FILE *fp); 44 struct strlist *bt_stop_list, FILE *fp);
|
H A D | symbol_conf.h | 71 *bt_stop_list; member
|
H A D | symbol.c | 2708 if (setup_list(&symbol_conf.bt_stop_list, in symbol__init() 2747 strlist__delete(symbol_conf.bt_stop_list); in symbol__exit() 2756 symbol_conf.bt_stop_list = NULL; in symbol__exit()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 1463 symbol_conf.bt_stop_list, fp); in perf_sample__fprintf_bts() 1987 symbol_conf.bt_stop_list, fp); in process_event()
|
H A D | builtin-sched.c | 2067 &callchain_cursor, symbol_conf.bt_stop_list, stdout); in timehist_print_sample()
|
H A D | builtin-trace.c | 2412 return sample__fprintf_callchain(sample, 38, print_opts, &callchain_cursor, symbol_conf.bt_stop_list, trace->output);
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kwork.c | 704 cursor, symbol_conf.bt_stop_list, in timehist_print_event()
|
H A D | builtin-script.c | 1577 symbol_conf.bt_stop_list, fp); in perf_sample__fprintf_bts() 2228 symbol_conf.bt_stop_list, fp); in process_event()
|
H A D | builtin-sched.c | 2114 get_tls_callchain_cursor(), symbol_conf.bt_stop_list, stdout); in timehist_print_sample()
|
H A D | builtin-trace.c | 2467 return sample__fprintf_callchain(sample, 38, print_opts, get_tls_callchain_cursor(), symbol_conf.bt_stop_list, trace->output);
|