Searched refs:bt_stop_list (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | evsel_fprintf.c | 113 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()
|
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 | 73 *bt_stop_list; member
|
H A D | symbol.c | 2465 if (setup_list(&symbol_conf.bt_stop_list, in symbol__init() 2504 strlist__delete(symbol_conf.bt_stop_list); in symbol__exit() 2513 symbol_conf.bt_stop_list = NULL; in symbol__exit()
|
/openbmc/linux/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 …chain(sample, 38, print_opts, get_tls_callchain_cursor(), symbol_conf.bt_stop_list, trace->output);
|