Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol.h134 struct strlist *dso_list, member
Dsymbol.c2016 if (setup_list(&symbol_conf.dso_list, in symbol__init()
2060 strlist__delete(symbol_conf.dso_list); in symbol__init()
2069 strlist__delete(symbol_conf.dso_list); in symbol__exit()
2074 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()
Devent.c1361 if (symbol_conf.dso_list && in machine__resolve()
1362 (!dso || !(strlist__has_entry(symbol_conf.dso_list, in machine__resolve()
1365 strlist__has_entry(symbol_conf.dso_list, in machine__resolve()
Dhist.c55 !symbol_conf.dso_list) in hists__set_unres_dso_col_len()
1194 if (symbol_conf.dso_list == NULL) in hist_entry__check_and_remove_filter()
Dsort.c2634 return __get_elide(symbol_conf.dso_list, "dso", output); in get_elide()