Searched refs:comm_list (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | thread.c | 40 INIT_LIST_HEAD(&thread->comm_list); in thread__new() 55 list_add(&comm->list, &thread->comm_list); in thread__new() 79 list_for_each_entry_safe(comm, tmp, &thread->comm_list, list) { in thread__delete() 105 if (list_empty(&thread->comm_list)) in thread__comm() 108 return list_first_entry(&thread->comm_list, struct comm, list); in thread__comm() 115 list_for_each_entry(comm, &thread->comm_list, list) { in thread__exec_comm() 139 list_add(&new->list, &thread->comm_list); in __thread__set_comm()
|
D | thread.h | 30 struct list_head comm_list; member 100 if (symbol_conf.comm_list && in thread__is_filtered() 101 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
D | symbol.h | 127 *comm_list, member
|
D | symbol.c | 2001 if (setup_list(&symbol_conf.comm_list, in symbol__init() 2039 strlist__delete(symbol_conf.comm_list); in symbol__init() 2051 strlist__delete(symbol_conf.comm_list); in symbol__exit() 2055 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()
|
D | sort.c | 1796 return __get_elide(symbol_conf.comm_list, "comm", output); in get_elide()
|
/linux-4.4.14/fs/dlm/ |
D | config.c | 38 static struct config_group *comm_list; variable 381 comm_list = &cms->cs_group; in make_cluster() 405 comm_list = NULL; in drop_cluster() 770 if (!comm_list) in get_comm() 775 list_for_each_entry(i, &comm_list->cg_children, ci_entry) { in get_comm()
|