Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread.c48 INIT_LIST_HEAD(&thread->comm_list); in thread__new()
62 list_add(&comm->list, &thread->comm_list); in thread__new()
98 list_for_each_entry_safe(comm, tmp_comm, &thread->comm_list, list) { in thread__delete()
176 if (list_empty(&thread->comm_list)) in thread__comm()
179 return list_first_entry(&thread->comm_list, struct comm, list); in thread__comm()
186 list_for_each_entry(comm, &thread->comm_list, list) { in thread__exec_comm()
209 list_add(&new->list, &thread->comm_list); in ____thread__set_comm()
Dthread.h34 struct list_head comm_list; member
116 if (symbol_conf.comm_list && in thread__is_filtered()
117 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
Dsymbol.h139 *comm_list, member
Dsymbol.c2139 if (setup_list(&symbol_conf.comm_list, in symbol__init()
2183 strlist__delete(symbol_conf.comm_list); in symbol__init()
2196 strlist__delete(symbol_conf.comm_list); in symbol__exit()
2200 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()
Dhist.c1207 if (symbol_conf.comm_list == NULL && in hist_entry__check_and_remove_filter()
Dsort.c2788 return __get_elide(symbol_conf.comm_list, "comm", output); in get_elide()
/Linux-v4.19/fs/dlm/
Dconfig.c38 static struct config_group *comm_list; variable
382 comm_list = &cms->cs_group; in make_cluster()
399 comm_list = NULL; in drop_cluster()
750 if (!comm_list) in get_comm()
755 list_for_each_entry(i, &comm_list->cg_children, ci_entry) { in get_comm()