Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol_conf.h65 *sym_list, member
Devent.c680 if (symbol_conf.sym_list) { in machine__resolve()
686 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve()
692 ret = strlist__has_entry(symbol_conf.sym_list, in machine__resolve()
Dsymbol.c2490 if (setup_list(&symbol_conf.sym_list, in symbol__init()
2516 strlist__delete(symbol_conf.sym_list); in symbol__init()
2533 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()
Dhist.c1377 if (symbol_conf.sym_list == NULL) in hist_entry__check_and_remove_filter()
Dsort.c2916 return __get_elide(symbol_conf.sym_list, "symbol", output); in get_elide()