Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Devent.c918 if (symbol_conf.dso_list && in perf_event__preprocess_sample()
919 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in perf_event__preprocess_sample()
922 strlist__has_entry(symbol_conf.dso_list, in perf_event__preprocess_sample()
Dsymbol.h124 struct strlist *dso_list, member
Dsymbol.c1943 if (setup_list(&symbol_conf.dso_list, in symbol__init()
1987 strlist__delete(symbol_conf.dso_list); in symbol__init()
1996 strlist__delete(symbol_conf.dso_list); in symbol__exit()
2001 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()
Dhist.c52 !symbol_conf.dso_list) in hists__set_unres_dso_col_len()
Dsort.c1650 return __get_elide(symbol_conf.dso_list, "dso", output); in get_elide()