Home
last modified time | relevance | path

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

/linux/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/tools/lib/perf/include/perf/
H A Dthreadmap.h10 LIBPERF_API struct perf_thread_map *perf_thread_map__new_dummy(void);
/linux/tools/lib/perf/Documentation/examples/
H A Dcounting.c40 threads = perf_thread_map__new_dummy(); in main()
/linux/tools/lib/perf/
H A Dthreadmap.c62 struct perf_thread_map *perf_thread_map__new_dummy(void) in perf_thread_map__new_dummy() function
H A Devsel.c149 empty_thread_map = perf_thread_map__new_dummy(); in perf_evsel__open()
H A Devlist.c147 evsel->threads = perf_thread_map__new_dummy(); in __perf_evlist__propagate_maps()
/linux/tools/perf/tests/
H A Dthread-map.c46 map = perf_thread_map__new_dummy(); in test__thread_map()
H A Dmmap-basic.c226 struct perf_thread_map *threads = perf_thread_map__new_dummy(); in test_stat_user_read()
/linux/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/tools/perf/util/
H A Dthread_map.c228 return perf_thread_map__new_dummy(); in thread_map__new_by_tid_str()
H A Devlist.c1434 threads = perf_thread_map__new_dummy(); in evlist__create_syswide_maps()