Home
last modified time | relevance | path

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

/external/linux-tools-perf/
Dbuiltin-diff.c229 sort_entry__setup_elide(&sort_comm, symbol_conf.comm_list, "comm", NULL); in cmd_diff()
Dbuiltin-report.c526 sort_entry__setup_elide(&sort_comm, symbol_conf.comm_list, "comm", stdout); in cmd_report()
/external/linux-tools-perf/util/
Dsymbol.h119 *comm_list, member
Devent.c788 if (symbol_conf.comm_list && in perf_event__preprocess_sample()
789 !strlist__has_entry(symbol_conf.comm_list, thread->comm)) in perf_event__preprocess_sample()
Dsymbol.c2499 if (setup_list(&symbol_conf.comm_list, in symbol__init()
2527 strlist__delete(symbol_conf.comm_list); in symbol__init()
2537 strlist__delete(symbol_conf.comm_list); in symbol__exit()
2539 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL; in symbol__exit()