Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/tools/lib/perf/include/perf/
H A Dthreadmap.h10 LIBPERF_API struct perf_thread_map *perf_thread_map__new_dummy(void);
/openbmc/linux/tools/lib/perf/
H A Dlibperf.map16 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.c135 empty_thread_map = perf_thread_map__new_dummy(); in perf_evsel__open()
H A Devlist.c72 evsel->threads = perf_thread_map__new_dummy(); in __perf_evlist__propagate_maps()
/openbmc/linux/tools/lib/perf/Documentation/examples/
H A Dcounting.c40 threads = perf_thread_map__new_dummy(); in main()
/openbmc/linux/tools/perf/tests/
H A Dthread-map.c47 map = perf_thread_map__new_dummy(); in test__thread_map()
H A Dmmap-basic.c188 threads = perf_thread_map__new_dummy(); in test_stat_user_read()
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt101 37 threads = perf_thread_map__new_dummy();
H A Dlibperf.txt64 struct perf_thread_map *perf_thread_map__new_dummy(void);
/openbmc/linux/tools/perf/util/
H A Dthread_map.c256 return perf_thread_map__new_dummy(); in thread_map__new_by_tid_str()
H A Devlist.c1366 threads = perf_thread_map__new_dummy(); in evlist__create_syswide_maps()