Home
last modified time | relevance | path

Searched refs:perf_evsel__open (Results 1 – 6 of 6) sorted by relevance

/external/linux-tools-perf/util/
Devsel.h95 int perf_evsel__open(struct perf_evsel *evsel, struct cpu_map *cpus,
Devsel.c274 int perf_evsel__open(struct perf_evsel *evsel, struct cpu_map *cpus, in perf_evsel__open() function
Dpython.c515 if (perf_evsel__open(evsel, cpus, threads, group) < 0) { in pyrf_evsel__open()
/external/linux-tools-perf/
Dbuiltin-test.c368 if (perf_evsel__open(evsel, cpus, threads, false) < 0) { in test__open_syscall_event_on_all_cpus()
537 if (perf_evsel__open(evsels[i], cpus, threads, false) < 0) { in test__basic_mmap()
Dbuiltin-record.c278 if (perf_evsel__open(pos, evlist->cpus, evlist->threads, group) < 0) { in open_counters()
Dbuiltin-top.c902 if (perf_evsel__open(counter, top.evlist->cpus, in start_counters()