Searched refs:comm_list (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | thread.c | 53 INIT_LIST_HEAD(&thread->comm_list); in thread__new() 67 list_add(&comm->list, &thread->comm_list); in thread__new() 104 list_for_each_entry_safe(comm, tmp_comm, &thread->comm_list, list) { in thread__delete() 211 if (list_empty(&thread->comm_list)) in thread__comm() 214 return list_first_entry(&thread->comm_list, struct comm, list); in thread__comm() 221 list_for_each_entry(comm, &thread->comm_list, list) { in thread__exec_comm() 254 list_add(&new->list, &thread->comm_list); in ____thread__set_comm()
|
A D | thread.h | 49 struct list_head comm_list; member 141 if (symbol_conf.comm_list && in thread__is_filtered() 142 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
A D | symbol_conf.h | 66 *comm_list, member
|
A D | symbol.c | 2579 if (setup_list(&symbol_conf.comm_list, in symbol__init() 2628 strlist__delete(symbol_conf.comm_list); in symbol__init() 2641 strlist__delete(symbol_conf.comm_list); in symbol__exit() 2646 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()
|
A D | hist.c | 1378 if (symbol_conf.comm_list == NULL && in hist_entry__check_and_remove_filter()
|
A D | sort.c | 3443 return __get_elide(symbol_conf.comm_list, "comm", output); in get_elide()
|
/linux-6.3-rc2/fs/dlm/ |
A D | config.c | 37 static struct config_group *comm_list; variable 448 comm_list = &cms->cs_group; in make_cluster() 465 comm_list = NULL; in drop_cluster() 852 if (!comm_list) in get_comm() 857 list_for_each_entry(i, &comm_list->cg_children, ci_entry) { in get_comm()
|
Completed in 30 milliseconds