Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/perf/tests/
H A Dtest-evsel.c64 threads = perf_thread_map__new_dummy(); in test_stat_thread()
97 threads = perf_thread_map__new_dummy(); in test_stat_thread_enable()
142 threads = perf_thread_map__new_dummy(); in test_stat_user_read()
317 threads = perf_thread_map__new_dummy(); in test_stat_read_format()
H A Dtest-evlist.c108 threads = perf_thread_map__new_dummy(); in test_stat_thread()
165 threads = perf_thread_map__new_dummy(); in test_stat_thread_enable()
261 threads = perf_thread_map__new_dummy(); in test_mmap_thread()
460 threads = perf_thread_map__new_dummy(); in test_stat_multiplexing()
493 threads = perf_thread_map__new_dummy(); in test_stat_multiplexing()
H A Dtest-threadmap.c56 threads = perf_thread_map__new_dummy(); in test_threadmap()
/linux-6.15/tools/lib/perf/include/perf/
H A Dthreadmap.h10 LIBPERF_API struct perf_thread_map *perf_thread_map__new_dummy(void);
/linux-6.15/tools/lib/perf/
H A Dlibperf.map19 perf_thread_map__new_dummy;
H A Dthreadmap.c62 struct perf_thread_map *perf_thread_map__new_dummy(void) in perf_thread_map__new_dummy() function
H A Devsel.c137 empty_thread_map = perf_thread_map__new_dummy(); in perf_evsel__open()
H A Devlist.c86 evsel->threads = perf_thread_map__new_dummy(); in __perf_evlist__propagate_maps()
/linux-6.15/tools/lib/perf/Documentation/examples/
H A Dcounting.c40 threads = perf_thread_map__new_dummy(); in main()
/linux-6.15/tools/perf/tests/
H A Dthread-map.c47 map = perf_thread_map__new_dummy(); in test__thread_map()
H A Dmmap-basic.c191 threads = perf_thread_map__new_dummy(); in test_stat_user_read()
/linux-6.15/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt101 37 threads = perf_thread_map__new_dummy();
H A Dlibperf.txt63 struct perf_thread_map *perf_thread_map__new_dummy(void);
/linux-6.15/tools/perf/util/
H A Dthread_map.c255 return perf_thread_map__new_dummy(); in thread_map__new_by_tid_str()
H A Devlist.c1378 threads = perf_thread_map__new_dummy(); in evlist__create_syswide_maps()