Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dsort.c3255 static bool __get_elide(struct strlist *list, const char *list_name, FILE *fp) in __get_elide() function
3270 return __get_elide(symbol_conf.sym_list, "symbol", output); in get_elide()
3272 return __get_elide(symbol_conf.dso_list, "dso", output); in get_elide()
3274 return __get_elide(symbol_conf.comm_list, "comm", output); in get_elide()
3284 return __get_elide(symbol_conf.sym_from_list, "sym_from", output); in get_elide()
3286 return __get_elide(symbol_conf.sym_to_list, "sym_to", output); in get_elide()
3288 return __get_elide(symbol_conf.dso_from_list, "dso_from", output); in get_elide()
3290 return __get_elide(symbol_conf.dso_to_list, "dso_to", output); in get_elide()
3292 return __get_elide(symbol_conf.sym_from_list, "addr_from", output); in get_elide()
3294 return __get_elide(symbol_conf.sym_to_list, "addr_to", output); in get_elide()