Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.h59 struct list_head comm_list; in DECLARE_RC_STRUCT() local
243 return &RC_CHK_ACCESS(thread)->comm_list; in thread__comm_list()
333 if (symbol_conf.comm_list && in thread__is_filtered()
334 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
H A Dsymbol_conf.h67 *comm_list, member
H A Dsymbol.c2445 if (setup_list(&symbol_conf.comm_list, in symbol__init()
2494 strlist__delete(symbol_conf.comm_list); in symbol__init()
2507 strlist__delete(symbol_conf.comm_list); in symbol__exit()
2512 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()
H A Dhist.c1405 if (symbol_conf.comm_list == NULL && in hist_entry__check_and_remove_filter()
H A Dsort.c3487 return __get_elide(symbol_conf.comm_list, "comm", output); in get_elide()
/openbmc/linux/fs/dlm/
H A Dconfig.c37 static struct config_group *comm_list; variable
433 comm_list = &cms->cs_group; in make_cluster()
450 comm_list = NULL; in drop_cluster()
837 if (!comm_list) in get_comm()
842 list_for_each_entry(i, &comm_list->cg_children, ci_entry) { in get_comm()