Searched refs:__get_elide (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | sort.c | 2769 static bool __get_elide(struct strlist *list, const char *list_name, FILE *fp) in __get_elide() function 2784 return __get_elide(symbol_conf.sym_list, "symbol", output); in get_elide() 2786 return __get_elide(symbol_conf.dso_list, "dso", output); in get_elide() 2788 return __get_elide(symbol_conf.comm_list, "comm", output); in get_elide() 2798 return __get_elide(symbol_conf.sym_from_list, "sym_from", output); in get_elide() 2800 return __get_elide(symbol_conf.sym_to_list, "sym_to", output); in get_elide() 2802 return __get_elide(symbol_conf.dso_from_list, "dso_from", output); in get_elide() 2804 return __get_elide(symbol_conf.dso_to_list, "dso_to", output); in get_elide()
|