Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsymbol.h128 *sym_list, member
Devent.c1049 if (symbol_conf.sym_list && in perf_event__preprocess_sample()
1050 (!al->sym || !strlist__has_entry(symbol_conf.sym_list, in perf_event__preprocess_sample()
Dsymbol.c2013 if (setup_list(&symbol_conf.sym_list, in symbol__init()
2049 strlist__delete(symbol_conf.sym_list); in symbol__exit()
2055 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()
Dsort.c1792 return __get_elide(symbol_conf.sym_list, "symbol", output); in get_elide()