Home
last modified time | relevance | path

Searched refs:perf_thread_map__new_dummy (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/tools/perf/lib/tests/
Dtest-evsel.c60 threads = perf_thread_map__new_dummy(); in test_stat_thread()
93 threads = perf_thread_map__new_dummy(); in test_stat_thread_enable()
Dtest-evlist.c87 threads = perf_thread_map__new_dummy(); in test_stat_thread()
140 threads = perf_thread_map__new_dummy(); in test_stat_thread_enable()
Dtest-threadmap.c21 threads = perf_thread_map__new_dummy(); in main()
/Linux-v5.4/tools/perf/lib/include/perf/
Dthreadmap.h10 LIBPERF_API struct perf_thread_map *perf_thread_map__new_dummy(void);
/Linux-v5.4/tools/perf/lib/
Dlibperf.map13 perf_thread_map__new_dummy;
Dthreadmap.c45 struct perf_thread_map *perf_thread_map__new_dummy(void) in perf_thread_map__new_dummy() function
Devsel.c87 empty_thread_map = perf_thread_map__new_dummy(); in perf_evsel__open()
/Linux-v5.4/tools/perf/tests/
Dthread-map.c46 map = perf_thread_map__new_dummy(); in test__thread_map()
/Linux-v5.4/tools/perf/lib/Documentation/man/
Dlibperf.rst43 struct perf_thread_map \*perf_thread_map__new_dummy(void);
/Linux-v5.4/tools/perf/util/
Dthread_map.c255 return perf_thread_map__new_dummy(); in thread_map__new_by_tid_str()
Devlist.c1228 threads = perf_thread_map__new_dummy(); in perf_evlist__create_syswide_maps()