Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 25 of 183) sorted by relevance

12345678

/kernel/linux/linux-5.10/tools/perf/util/
Dthread_map.c35 struct perf_thread_map *threads; in thread_map__new_by_pid() local
63 struct perf_thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid() local
80 struct perf_thread_map *threads = thread_map__alloc(max_threads); in __thread_map__new_all_cpus() local
183 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
245 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
307 size_t thread_map__fprintf(struct perf_thread_map *threads, FILE *fp) in thread_map__fprintf()
363 void thread_map__read_comms(struct perf_thread_map *threads) in thread_map__read_comms()
371 static void thread_map__copy_event(struct perf_thread_map *threads, in thread_map__copy_event()
388 struct perf_thread_map *threads; in thread_map__new_event() local
397 bool thread_map__has(struct perf_thread_map *threads, pid_t pid) in thread_map__has()
[all …]
Dmachine.h33 struct threads { struct
50 struct threads threads[THREADS__TABLE_SIZE]; argument
/kernel/linux/linux-6.6/tools/perf/util/
Dthread_map.c36 struct perf_thread_map *threads; in thread_map__new_by_pid() local
64 struct perf_thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid() local
81 struct perf_thread_map *threads = thread_map__alloc(max_threads); in __thread_map__new_all_cpus() local
184 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
246 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
308 size_t thread_map__fprintf(struct perf_thread_map *threads, FILE *fp) in thread_map__fprintf()
364 void thread_map__read_comms(struct perf_thread_map *threads) in thread_map__read_comms()
372 static void thread_map__copy_event(struct perf_thread_map *threads, in thread_map__copy_event()
389 struct perf_thread_map *threads; in thread_map__new_event() local
398 bool thread_map__has(struct perf_thread_map *threads, pid_t pid) in thread_map__has()
[all …]
Dmachine.h34 struct threads { struct
52 struct threads threads[THREADS__TABLE_SIZE]; argument
Dpfm.c128 struct perf_thread_map *threads) in is_libpfm_event_supported()
181 struct perf_thread_map *threads = thread_map__new_by_tid(0); in print_libpfm_event() local
/kernel/linux/linux-6.6/tools/lib/perf/tests/
Dtest-evsel.c56 struct perf_thread_map *threads; in test_stat_thread() local
88 struct perf_thread_map *threads; in test_stat_thread_enable() local
130 struct perf_thread_map *threads; in test_stat_user_read() local
195 …tic int test_stat_read_format_single(struct perf_event_attr *attr, struct perf_thread_map *threads) in test_stat_read_format_single()
230 …atic int test_stat_read_format_group(struct perf_event_attr *attr, struct perf_thread_map *threads) in test_stat_read_format_group()
293 struct perf_thread_map *threads; in test_stat_read_format() local
Dtest-threadmap.c16 struct perf_thread_map *threads; in test_threadmap_array() local
48 struct perf_thread_map *threads; in test_threadmap() local
Dtest-evlist.c95 struct perf_thread_map *threads; in test_stat_thread() local
150 struct perf_thread_map *threads; in test_stat_thread_enable() local
219 struct perf_thread_map *threads; in test_mmap_thread() local
443 struct perf_thread_map *threads; in test_stat_multiplexing() local
/kernel/linux/linux-6.6/tools/perf/tests/
Dthread-map.c69 struct perf_thread_map *threads; in process_event() local
92 struct perf_thread_map *threads; in test__thread_map_synthesize() local
112 struct perf_thread_map *threads; in test__thread_map_remove() local
Dsigtrap.c137 static int run_test_threads(pthread_t *threads, pthread_barrier_t *barrier) in run_test_threads()
148 static int run_stress_test(int fd, pthread_t *threads, pthread_barrier_t *barrier) in run_stress_test()
177 pthread_t threads[NUM_THREADS]; in test__sigtrap() local
Dmmap-basic.c36 struct perf_thread_map *threads; in test__basic_mmap() local
175 struct perf_thread_map *threads; in test_stat_user_read() local
Devent-times.c62 struct perf_thread_map *threads; in attach__current_disabled() local
88 struct perf_thread_map *threads; in attach__current_enabled() local
/kernel/linux/linux-5.10/tools/perf/tests/
Dthread-map.c68 struct perf_thread_map *threads; in process_event() local
91 struct perf_thread_map *threads; in test__thread_map_synthesize() local
110 struct perf_thread_map *threads; in test__thread_map_remove() local
Devent-times.c62 struct perf_thread_map *threads; in attach__current_disabled() local
88 struct perf_thread_map *threads; in attach__current_enabled() local
Dopenat-syscall.c21 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event() local
/kernel/linux/linux-5.10/tools/lib/perf/
Dthreadmap.c47 struct perf_thread_map *threads = thread_map__alloc(1); in perf_thread_map__new_dummy() local
57 static void perf_thread_map__delete(struct perf_thread_map *threads) in perf_thread_map__delete()
83 int perf_thread_map__nr(struct perf_thread_map *threads) in perf_thread_map__nr()
/kernel/linux/linux-6.6/tools/lib/perf/
Dthreadmap.c47 struct perf_thread_map *threads = thread_map__alloc(nr_threads); in perf_thread_map__new_array() local
67 static void perf_thread_map__delete(struct perf_thread_map *threads) in perf_thread_map__delete()
93 int perf_thread_map__nr(struct perf_thread_map *threads) in perf_thread_map__nr()
/kernel/linux/linux-5.10/tools/lib/perf/tests/
Dtest-evsel.c52 struct perf_thread_map *threads; in test_stat_thread() local
84 struct perf_thread_map *threads; in test_stat_thread_enable() local
Dtest-evlist.c85 struct perf_thread_map *threads; in test_stat_thread() local
136 struct perf_thread_map *threads; in test_stat_thread_enable() local
201 struct perf_thread_map *threads; in test_mmap_thread() local
Dtest-threadmap.c15 struct perf_thread_map *threads; in main() local
/kernel/linux/linux-5.10/tools/testing/selftests/sync/
Dsync_stress_consumer.c56 int threads; member
160 pthread_t threads[n]; in test_consumer_stress_multi_producer_single_consumer() local
/kernel/linux/linux-6.6/tools/testing/selftests/sync/
Dsync_stress_consumer.c56 int threads; member
160 pthread_t threads[n]; in test_consumer_stress_multi_producer_single_consumer() local
/kernel/linux/linux-5.10/tools/perf/bench/
Dsynthesize.c62 struct perf_thread_map *threads, in do_run_single_threaded()
116 struct perf_thread_map *threads; in run_single_threaded() local
/kernel/linux/linux-6.6/tools/perf/bench/
Dbreakpoint.c89 pthread_t *threads; in breakpoint_thread() local
203 pthread_t *threads; in bench_breakpoint_enable() local
Dsynthesize.c62 struct perf_thread_map *threads, in do_run_single_threaded()
116 struct perf_thread_map *threads; in run_single_threaded() local

12345678