Home
last modified time | relevance | path

Searched refs:sym_list (Results 1 – 5 of 5) sorted by relevance

/external/linux-tools-perf/
Dbuiltin-diff.c230 sort_entry__setup_elide(&sort_sym, symbol_conf.sym_list, "symbol", NULL); in cmd_diff()
Dbuiltin-report.c527 sort_entry__setup_elide(&sort_sym, symbol_conf.sym_list, "symbol", stdout); in cmd_report()
/external/linux-tools-perf/util/
Dsymbol.h120 *sym_list; member
Devent.c825 if (symbol_conf.sym_list && al->sym && in perf_event__preprocess_sample()
826 !strlist__has_entry(symbol_conf.sym_list, al->sym->name)) in perf_event__preprocess_sample()
Dsymbol.c2503 if (setup_list(&symbol_conf.sym_list, in symbol__init()
2535 strlist__delete(symbol_conf.sym_list); in symbol__exit()
2539 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()