Searched refs:comm_list (Results 1 – 5 of 5) sorted by relevance
53 struct list_head comm_list; in DECLARE_RC_STRUCT() local247 return &RC_CHK_ACCESS(thread)->comm_list; in thread__comm_list()340 if (symbol_conf.comm_list && in thread__is_filtered()341 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
75 *comm_list, member
2543 if (setup_list(&symbol_conf.comm_list, in symbol__init()2592 strlist__delete(symbol_conf.comm_list); in symbol__init()2605 strlist__delete(symbol_conf.comm_list); in symbol__exit()2610 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()
1544 if (symbol_conf.comm_list == NULL && in hist_entry__check_and_remove_filter()
4025 return __get_elide(symbol_conf.comm_list, "comm", output); in get_elide()
Completed in 25 milliseconds