Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsymbol.h126 struct strlist *dso_list, member
Devent.c1036 if (symbol_conf.dso_list && in perf_event__preprocess_sample()
1037 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in perf_event__preprocess_sample()
1040 strlist__has_entry(symbol_conf.dso_list, in perf_event__preprocess_sample()
Dsymbol.c1997 if (setup_list(&symbol_conf.dso_list, in symbol__init()
2041 strlist__delete(symbol_conf.dso_list); in symbol__init()
2050 strlist__delete(symbol_conf.dso_list); in symbol__exit()
2055 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()
Dhist.c54 !symbol_conf.dso_list) in hists__set_unres_dso_col_len()
Dsort.c1794 return __get_elide(symbol_conf.dso_list, "dso", output); in get_elide()