Home
last modified time | relevance | path

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

/tools/perf/util/
A Dthread.h53 struct list_head comm_list; in DECLARE_RC_STRUCT() local
247 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()
A Dsymbol_conf.h75 *comm_list, member
A Dsymbol.c2543 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()
A Dhist.c1544 if (symbol_conf.comm_list == NULL && in hist_entry__check_and_remove_filter()
A Dsort.c4025 return __get_elide(symbol_conf.comm_list, "comm", output); in get_elide()

Completed in 25 milliseconds