Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dsymbol.h115 *comm_list, member
Dsymbol.c1467 if (setup_list(&symbol_conf.comm_list, in symbol__init()
1493 strlist__delete(symbol_conf.comm_list); in symbol__init()
1505 strlist__delete(symbol_conf.comm_list); in symbol__exit()
1507 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()
Devent.c725 if (symbol_conf.comm_list && in perf_event__preprocess_sample()
726 !strlist__has_entry(symbol_conf.comm_list, thread->comm)) in perf_event__preprocess_sample()
Dsort.c1028 sort_entry__setup_elide(&sort_comm, symbol_conf.comm_list, in sort__setup_elide()