Searched refs:comm_list (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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() 76 list_for_each_entry_safe(comm, tmp, &thread->comm_list, list) { in thread__delete() 101 if (list_empty(&thread->comm_list)) in thread__comm() 104 return list_first_entry(&thread->comm_list, struct comm, list); in thread__comm() 111 list_for_each_entry(comm, &thread->comm_list, list) { in thread__exec_comm() 135 list_add(&new->list, &thread->comm_list); in __thread__set_comm()
|
D | thread.h | 28 struct list_head comm_list; member 99 if (symbol_conf.comm_list && in thread__is_filtered() 100 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
D | symbol.h | 125 *comm_list, member
|
D | symbol.c | 1947 if (setup_list(&symbol_conf.comm_list, in symbol__init() 1985 strlist__delete(symbol_conf.comm_list); in symbol__init() 1997 strlist__delete(symbol_conf.comm_list); in symbol__exit() 2001 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()
|
D | sort.c | 1652 return __get_elide(symbol_conf.comm_list, "comm", output); in get_elide()
|
/linux-4.1.27/fs/dlm/ |
D | config.c | 38 static struct config_group *comm_list; variable 493 comm_list = &cms->cs_group; in make_cluster() 517 comm_list = NULL; in drop_cluster() 910 if (!comm_list) in get_comm() 915 list_for_each_entry(i, &comm_list->cg_children, ci_entry) { in get_comm()
|