Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dsymbol.h126 *sym_list, member
Devent.c931 if (symbol_conf.sym_list && in perf_event__preprocess_sample()
932 (!al->sym || !strlist__has_entry(symbol_conf.sym_list, in perf_event__preprocess_sample()
Dsymbol.c1959 if (setup_list(&symbol_conf.sym_list, in symbol__init()
1995 strlist__delete(symbol_conf.sym_list); in symbol__exit()
2001 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()
Dsort.c1648 return __get_elide(symbol_conf.sym_list, "symbol", output); in get_elide()