Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/tests/
Devent-times.c75 err = evsel__open_per_thread(evsel, threads); in attach__current_disabled()
99 err = evsel__open_per_thread(evsel, threads); in attach__current_enabled()
Dopenat-syscall.c37 if (evsel__open_per_thread(evsel, threads) < 0) { in test__openat_syscall_event()
/kernel/linux/linux-5.10/tools/perf/util/
Devsel.h250 int evsel__open_per_thread(struct evsel *evsel, struct perf_thread_map *threads);
Dstat.c570 return evsel__open_per_thread(evsel, evsel->core.threads); in create_perf_stat_counter()
Devsel.c1995 int evsel__open_per_thread(struct evsel *evsel, struct perf_thread_map *threads) in evsel__open_per_thread() function