Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread.h53 struct list_head comm_list; in DECLARE_RC_STRUCT() local
256 return &RC_CHK_ACCESS(thread)->comm_list; in thread__db_id()
375 if (symbol_conf.comm_list &&
376 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) {
H A Dsymbol_conf.h96 *comm_list,
85 *comm_list, global() member
H A Dsymbol.c2548 if (setup_list(&symbol_conf.comm_list, in cxx_demangle_sym()
2597 strlist__delete(symbol_conf.comm_list); in dso__demangle_sym()
2611 strlist__delete(symbol_conf.comm_list);
2616 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL;
H A Dhist.c1545 if (symbol_conf.comm_list == NULL && in hist_entry__check_and_remove_filter()
H A Dsort.c4187 return __get_elide(symbol_conf.comm_list, "comm", output); in reset_dimensions()
/linux/fs/dlm/
H A Dconfig.c38 static struct config_group *comm_list; variable
447 comm_list = &cms->cs_group; in make_cluster()
464 comm_list = NULL; in drop_cluster()
901 if (!comm_list) in get_comm()
906 list_for_each_entry(i, &comm_list->cg_children, ci_entry) { in get_comm()