Home
last modified time | relevance | path

Searched refs:bt_stop_list (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/tools/perf/util/
Devsel_fprintf.c113 struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_callchain() argument
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() argument
223 cursor, bt_stop_list, fp); in sample__fprintf_sym()
Devsel_fprintf.h39 struct strlist *bt_stop_list, FILE *fp);
44 struct strlist *bt_stop_list, FILE *fp);
Dsymbol_conf.h71 *bt_stop_list; member
Dsymbol.c2708 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()
/linux-6.6.21/tools/perf/
Dbuiltin-kwork.c704 cursor, symbol_conf.bt_stop_list, in timehist_print_event()
Dbuiltin-script.c1577 symbol_conf.bt_stop_list, fp); in perf_sample__fprintf_bts()
2228 symbol_conf.bt_stop_list, fp); in process_event()
Dbuiltin-sched.c2114 get_tls_callchain_cursor(), symbol_conf.bt_stop_list, stdout); in timehist_print_sample()
Dbuiltin-trace.c2467 …chain(sample, 38, print_opts, get_tls_callchain_cursor(), symbol_conf.bt_stop_list, trace->output);