Home
last modified time | relevance | path

Searched refs:perf_evlist__new (Results 1 – 7 of 7) sorted by relevance

/external/linux-tools-perf/util/
Devlist.h38 struct perf_evlist *perf_evlist__new(struct cpu_map *cpus,
Devlist.c42 struct perf_evlist *perf_evlist__new(struct cpu_map *cpus, in perf_evlist__new() function
Dheader.c893 session->evlist = perf_evlist__new(NULL, NULL); in perf_session__read_header()
1038 session->evlist = perf_evlist__new(NULL, NULL); in perf_event__process_attr()
/external/linux-tools-perf/
Dbuiltin-test.c517 evlist = perf_evlist__new(cpus, threads); in test__basic_mmap()
Dbuiltin-record.c810 evsel_list = perf_evlist__new(NULL, NULL); in cmd_record()
Dbuiltin-top.c1073 top.evlist = perf_evlist__new(NULL, NULL); in cmd_top()
Dbuiltin-stat.c1149 evsel_list = perf_evlist__new(NULL, NULL); in cmd_stat()