Home
last modified time | relevance | path

Searched refs:evsel__open (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dopenat-syscall-all-cpus.c54 if (evsel__open(evsel, cpus, threads) < 0) { in test__openat_syscall_event_on_all_cpus()
H A Dmmap-basic.c93 if (evsel__open(evsels[i], cpus, threads) < 0) { in test__basic_mmap()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsideband_evlist.c117 if (evsel__open(counter, evlist->core.cpus, evlist->core.threads) < 0) in perf_evlist__start_sb_thread()
H A Devsel.h251 int evsel__open(struct evsel *evsel, struct perf_cpu_map *cpus,
H A Dparse-events.c2609 open_return = evsel__open(evsel, NULL, tmap); in is_event_supported()
2621 ret = evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported()
H A Devsel.c1974 int evsel__open(struct evsel *evsel, struct perf_cpu_map *cpus, in evsel__open() function
1997 return evsel__open(evsel, NULL, threads); in evsel__open_per_thread()
H A Dpython.c852 if (evsel__open(evsel, cpus, threads) < 0) { in pyrf_evsel__open()
H A Devlist.c1314 err = evsel__open(evsel, evsel->core.cpus, evsel->core.threads); in evlist__open()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-top.c1032 if (evsel__open(counter, top->evlist->core.cpus, in perf_top__start_counters()
H A Dbuiltin-record.c917 if (evsel__open(pos, pos->core.cpus, pos->core.threads) < 0) { in record__open()