Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/perf/tests/
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()
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()
Dtest-threadmap.c56 threads = perf_thread_map__new_dummy(); in test_threadmap()
/Linux-v6.1/tools/lib/perf/include/perf/
Dthreadmap.h10 LIBPERF_API struct perf_thread_map *perf_thread_map__new_dummy(void);
/Linux-v6.1/tools/lib/perf/
Dlibperf.map16 perf_thread_map__new_dummy;
Dthreadmap.c62 struct perf_thread_map *perf_thread_map__new_dummy(void) in perf_thread_map__new_dummy() function
Devsel.c135 empty_thread_map = perf_thread_map__new_dummy(); in perf_evsel__open()
Devlist.c57 evsel->threads = perf_thread_map__new_dummy(); in __perf_evlist__propagate_maps()
/Linux-v6.1/tools/lib/perf/Documentation/examples/
Dcounting.c40 threads = perf_thread_map__new_dummy(); in main()
/Linux-v6.1/tools/perf/tests/
Dthread-map.c46 map = perf_thread_map__new_dummy(); in test__thread_map()
Dmmap-basic.c186 threads = perf_thread_map__new_dummy(); in test_stat_user_read()
/Linux-v6.1/tools/lib/perf/Documentation/
Dlibperf-counting.txt101 37 threads = perf_thread_map__new_dummy();
Dlibperf.txt64 struct perf_thread_map *perf_thread_map__new_dummy(void);
/Linux-v6.1/tools/perf/util/
Dthread_map.c255 return perf_thread_map__new_dummy(); in thread_map__new_by_tid_str()
Devlist.c1345 threads = perf_thread_map__new_dummy(); in evlist__create_syswide_maps()