/Linux-v4.19/tools/perf/util/ |
D | thread_map.c | 57 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 …]
|
D | machine.h | 31 struct threads { struct 47 struct threads threads[THREADS__TABLE_SIZE]; argument 254 struct thread_map *threads, bool data_mmap, in machine__synthesize_threads()
|
D | machine.c | 43 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 …]
|
D | values.h | 8 int threads; member
|
D | thread_map.h | 41 static inline int thread_map__nr(struct thread_map *threads) in thread_map__nr()
|
/Linux-v4.19/tools/perf/tests/ |
D | thread-map.c | 59 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
|
D | event-times.c | 60 struct thread_map *threads; in attach__current_disabled() local 86 struct thread_map *threads; in attach__current_enabled() local
|
D | openat-syscall.c | 19 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event() local
|
D | openat-syscall-all-cpus.c | 27 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus() local
|
D | task-exit.c | 49 struct thread_map *threads; in test__task_exit() local
|
D | sw-clock.c | 41 struct thread_map *threads; in __test__sw_clock_freq() local
|
D | keep-tracking.c | 68 struct thread_map *threads = NULL; in test__keep_tracking() local
|
D | mmap-basic.c | 30 struct thread_map *threads; in test__basic_mmap() local
|
/Linux-v4.19/tools/testing/selftests/sync/ |
D | sync_stress_consumer.c | 56 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/ |
D | tm-vmx-unavail.c | 91 int threads; in tm_vmx_unavail_test() local
|
/Linux-v4.19/tools/testing/selftests/powerpc/math/ |
D | fpu_preempt.c | 61 int i, rc, threads; in test_preempt_fpu() local
|
D | vmx_preempt.c | 61 int i, rc, threads; in test_preempt_vmx() local
|
D | vsx_preempt.c | 96 int i, rc, threads; in test_preempt_vsx() local
|
D | fpu_signal.c | 81 int i, j, rc, threads; in test_signal_fpu() local
|
D | vmx_signal.c | 99 int i, j, rc, threads; in test_signal_vmx() local
|
/Linux-v4.19/tools/power/cpupower/lib/ |
D | cpupower.h | 9 unsigned int threads; /* per core */ member
|
/Linux-v4.19/tools/testing/selftests/powerpc/dscr/ |
D | dscr_default_test.c | 65 pthread_t threads[THREADS]; in dscr_default() local
|
/Linux-v4.19/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 52 struct thread_map *threads = NULL; in test__perf_time_to_tsc() local
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | cputhreads.h | 45 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/ |
D | iteration_check.c | 25 static pthread_t threads[NUM_THREADS]; variable
|