Home
last modified time | relevance | path

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

123

/Linux-v4.19/tools/perf/util/
Dthread_map.c57 struct thread_map *threads; in thread_map__new_by_pid() local
85 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid() local
102 struct thread_map *threads = thread_map__alloc(max_threads); in __thread_map__new_all_cpus() local
205 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
267 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_dummy() local
279 struct thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
341 static void thread_map__delete(struct thread_map *threads) in thread_map__delete()
367 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp) in thread_map__fprintf()
423 void thread_map__read_comms(struct thread_map *threads) in thread_map__read_comms()
431 static void thread_map__copy_event(struct thread_map *threads, in thread_map__copy_event()
[all …]
Dmachine.h31 struct threads { struct
47 struct threads threads[THREADS__TABLE_SIZE]; argument
254 struct thread_map *threads, bool data_mmap, in machine__synthesize_threads()
Dmachine.c43 struct threads *threads = &machine->threads[i]; in machine__threads_init() local
180 struct threads *threads = &machine->threads[i]; in machine__delete_threads() local
209 struct threads *threads = &machine->threads[i]; in machine__exit() local
416 __threads__get_last_match(struct threads *threads, struct machine *machine, in __threads__get_last_match()
435 threads__get_last_match(struct threads *threads, struct machine *machine, in threads__get_last_match()
447 __threads__set_last_match(struct threads *threads, struct thread *th) in __threads__set_last_match()
453 threads__set_last_match(struct threads *threads, struct thread *th) in threads__set_last_match()
464 struct threads *threads, in ____machine__findnew_thread()
533 struct threads *threads = machine__threads(machine, tid); in machine__findnew_thread() local
545 struct threads *threads = machine__threads(machine, tid); in machine__find_thread() local
[all …]
Dvalues.h8 int threads; member
Dthread_map.h41 static inline int thread_map__nr(struct thread_map *threads) in thread_map__nr()
/Linux-v4.19/tools/perf/tests/
Dthread-map.c59 struct thread_map *threads; in process_event() local
82 struct thread_map *threads; in test__thread_map_synthesize() local
101 struct thread_map *threads; in test__thread_map_remove() local
Devent-times.c60 struct thread_map *threads; in attach__current_disabled() local
86 struct thread_map *threads; in attach__current_enabled() local
Dopenat-syscall.c19 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event() local
Dopenat-syscall-all-cpus.c27 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus() local
Dtask-exit.c49 struct thread_map *threads; in test__task_exit() local
Dsw-clock.c41 struct thread_map *threads; in __test__sw_clock_freq() local
Dkeep-tracking.c68 struct thread_map *threads = NULL; in test__keep_tracking() local
Dmmap-basic.c30 struct thread_map *threads; in test__basic_mmap() local
/Linux-v4.19/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
/Linux-v4.19/tools/testing/selftests/powerpc/tm/
Dtm-vmx-unavail.c91 int threads; in tm_vmx_unavail_test() local
/Linux-v4.19/tools/testing/selftests/powerpc/math/
Dfpu_preempt.c61 int i, rc, threads; in test_preempt_fpu() local
Dvmx_preempt.c61 int i, rc, threads; in test_preempt_vmx() local
Dvsx_preempt.c96 int i, rc, threads; in test_preempt_vsx() local
Dfpu_signal.c81 int i, j, rc, threads; in test_signal_fpu() local
Dvmx_signal.c99 int i, j, rc, threads; in test_signal_vmx() local
/Linux-v4.19/tools/power/cpupower/lib/
Dcpupower.h9 unsigned int threads; /* per core */ member
/Linux-v4.19/tools/testing/selftests/powerpc/dscr/
Ddscr_default_test.c65 pthread_t threads[THREADS]; in dscr_default() local
/Linux-v4.19/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c52 struct thread_map *threads = NULL; in test__perf_time_to_tsc() local
/Linux-v4.19/arch/powerpc/include/asm/
Dcputhreads.h45 static inline cpumask_t cpu_thread_mask_to_cores(const struct cpumask *threads) in cpu_thread_mask_to_cores()
/Linux-v4.19/tools/testing/radix-tree/
Diteration_check.c25 static pthread_t threads[NUM_THREADS]; variable

123