Home
last modified time | relevance | path

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

12345

/openbmc/linux/tools/perf/util/
H A 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 …]
H A Dmachine.h34 struct threads { struct
52 struct threads threads[THREADS__TABLE_SIZE]; argument
H A 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
/openbmc/linux/tools/lib/perf/tests/
H A 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
H A Dtest-threadmap.c16 struct perf_thread_map *threads; in test_threadmap_array() local
48 struct perf_thread_map *threads; in test_threadmap() local
H A 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
/openbmc/linux/tools/perf/tests/
H A 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
H A 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
H A 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
H A Devent-times.c62 struct perf_thread_map *threads; in attach__current_disabled() local
88 struct perf_thread_map *threads; in attach__current_enabled() local
H A Dopenat-syscall.c23 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event() local
/openbmc/linux/tools/lib/perf/
H A 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()
/openbmc/qemu/tests/unit/
H A Dtest-aio-multithread.c24 static IOThread *threads[NUM_CONTEXTS]; variable
226 static void test_multi_co_mutex(int threads, int seconds) in test_multi_co_mutex()
345 static void test_multi_fair_mutex(int threads, int seconds) in test_multi_fair_mutex()
401 static void test_multi_mutex(int threads, int seconds) in test_multi_mutex()
/openbmc/linux/tools/testing/selftests/sync/
H A Dsync_stress_consumer.c56 int threads; member
160 pthread_t threads[n]; in test_consumer_stress_multi_producer_single_consumer() local
/openbmc/linux/tools/perf/bench/
H A Dbreakpoint.c89 pthread_t *threads; in breakpoint_thread() local
203 pthread_t *threads; in bench_breakpoint_enable() local
H A Dsynthesize.c62 struct perf_thread_map *threads, in do_run_single_threaded()
116 struct perf_thread_map *threads; in run_single_threaded() local
/openbmc/qemu/subprojects/libvhost-user/
H A Dmeson.build11 threads = dependency('threads') variable
/openbmc/google-misc/subprojects/nemora-postd/
H A Dmeson.build29 threads = dependency('threads') variable
/openbmc/linux/tools/testing/selftests/kvm/
H A Dmax_guest_memory_test.c97 pthread_t *threads; in spawn_workers() local
174 pthread_t *threads; in main() local
/openbmc/linux/tools/testing/radix-tree/
H A Diteration_check_2.c56 pthread_t threads[2]; in iteration_test2() local
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-vmx-unavail.c90 int threads; in tm_vmx_unavail_test() local
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsend_signal_sched_switch.c32 pthread_t threads[THREAD_COUNT]; in serial_test_send_signal_sched_switch() local
/openbmc/dbus-sensors/
H A Dmeson.build34 threads = dependency('threads') variable
/openbmc/qemu/tests/tcg/multiarch/
H A Dthreadcount.c39 pthread_t *threads; in main() local
/openbmc/linux/tools/lib/perf/Documentation/examples/
H A Dcounting.c23 struct perf_thread_map *threads; in main() local

12345