Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/perf/tests/
H A Dtest-evsel.c60 threads = perf_thread_map__new_dummy(); in test_stat_thread()
93 threads = perf_thread_map__new_dummy(); in test_stat_thread_enable()
H A Dtest-evlist.c98 threads = perf_thread_map__new_dummy(); in test_stat_thread()
151 threads = perf_thread_map__new_dummy(); in test_stat_thread_enable()
243 threads = perf_thread_map__new_dummy(); in test_mmap_thread()
H A Dtest-threadmap.c21 threads = perf_thread_map__new_dummy(); in main()
/OK3568_Linux_fs/kernel/tools/lib/perf/include/perf/
H A Dthreadmap.h10 LIBPERF_API struct perf_thread_map *perf_thread_map__new_dummy(void);
/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Dlibperf.map13 perf_thread_map__new_dummy;
H A Dthreadmap.c45 struct perf_thread_map *perf_thread_map__new_dummy(void) in perf_thread_map__new_dummy() function
H A Devsel.c87 empty_thread_map = perf_thread_map__new_dummy(); in perf_evsel__open()
/OK3568_Linux_fs/kernel/tools/lib/perf/Documentation/examples/
H A Dcounting.c40 threads = perf_thread_map__new_dummy(); in main()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dthread-map.c46 map = perf_thread_map__new_dummy(); in test__thread_map()
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dthread_map.c255 return perf_thread_map__new_dummy(); in thread_map__new_by_tid_str()
H A Devlist.c1283 threads = perf_thread_map__new_dummy(); in perf_evlist__create_syswide_maps()