Searched refs:thread_map__fprintf (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | thread-map.c | 123 thread_map__fprintf(threads, stderr); in test__thread_map_remove() 131 thread_map__fprintf(threads, stderr); in test__thread_map_remove() 139 thread_map__fprintf(threads, stderr); in test__thread_map_remove()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | thread-map.c | 125 thread_map__fprintf(threads, stderr); in test__thread_map_remove() 133 thread_map__fprintf(threads, stderr); in test__thread_map_remove() 141 thread_map__fprintf(threads, stderr); in test__thread_map_remove()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread_map.h | 26 size_t thread_map__fprintf(struct perf_thread_map *threads, FILE *fp);
|
H A D | thread_map.c | 307 size_t thread_map__fprintf(struct perf_thread_map *threads, FILE *fp) in thread_map__fprintf() function
|
H A D | event.c | 312 ret += thread_map__fprintf(threads, fp); in perf_event__fprintf_thread_map()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread_map.h | 24 size_t thread_map__fprintf(struct perf_thread_map *threads, FILE *fp);
|
H A D | thread_map.c | 308 size_t thread_map__fprintf(struct perf_thread_map *threads, FILE *fp) in thread_map__fprintf() function
|
H A D | event.c | 366 ret += thread_map__fprintf(threads, fp); in perf_event__fprintf_thread_map()
|
Completed in 5 milliseconds