Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/perf/tests/
Dtest-evsel.c61 threads = perf_thread_map__new_dummy(); in test_stat_thread()
94 threads = perf_thread_map__new_dummy(); in test_stat_thread_enable()
139 threads = perf_thread_map__new_dummy(); in test_stat_user_read()
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-5.19.10/tools/lib/perf/include/perf/
Dthreadmap.h10 LIBPERF_API struct perf_thread_map *perf_thread_map__new_dummy(void);
/linux-5.19.10/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()
/linux-5.19.10/tools/lib/perf/Documentation/examples/
Dcounting.c40 threads = perf_thread_map__new_dummy(); in main()
/linux-5.19.10/tools/perf/tests/
Dthread-map.c46 map = perf_thread_map__new_dummy(); in test__thread_map()
/linux-5.19.10/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-5.19.10/tools/perf/util/
Dthread_map.c255 return perf_thread_map__new_dummy(); in thread_map__new_by_tid_str()
Devlist.c284 evsel->core.threads = perf_thread_map__new_dummy(); in evlist__add_on_all_cpus()
1356 threads = perf_thread_map__new_dummy(); in evlist__create_syswide_maps()