| /tools/perf/util/ |
| D | thread_map.c | 53 struct thread_map *threads; in thread_map__new_by_pid() local 81 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid() local 98 struct thread_map *threads = thread_map__alloc(max_threads); in thread_map__new_by_uid() local 191 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local 253 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_dummy() local 265 struct thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local 324 static void thread_map__delete(struct thread_map *threads) in thread_map__delete() 350 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp) in thread_map__fprintf() 406 void thread_map__read_comms(struct thread_map *threads) in thread_map__read_comms() 414 static void thread_map__copy_event(struct thread_map *threads, in thread_map__copy_event() [all …]
|
| D | values.h | 7 int threads; member
|
| D | thread_map.h | 38 static inline int thread_map__nr(struct thread_map *threads) in thread_map__nr()
|
| D | machine.h | 33 struct rb_root threads; member 245 struct thread_map *threads, bool data_mmap, in machine__synthesize_threads()
|
| /tools/perf/tests/ |
| D | thread-map.c | 57 struct thread_map *threads; in process_event() local 80 struct thread_map *threads; in test__thread_map_synthesize() local
|
| D | openat-syscall.c | 13 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event() local
|
| D | event-times.c | 56 struct thread_map *threads; in attach__current_disabled() local 82 struct thread_map *threads; in attach__current_enabled() local
|
| D | openat-syscall-all-cpus.c | 20 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus() local
|
| D | task-exit.c | 47 struct thread_map *threads; in test__task_exit() local
|
| D | keep-tracking.c | 62 struct thread_map *threads = NULL; in test__keep_tracking() local
|
| D | sw-clock.c | 38 struct thread_map *threads; in __test__sw_clock_freq() local
|
| D | mmap-basic.c | 26 struct thread_map *threads; in test__basic_mmap() local
|
| D | mmap-thread-lookup.c | 26 static struct thread_data threads[THREADS]; variable
|
| /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
|
| /tools/power/cpupower/lib/ |
| D | cpupower.h | 8 unsigned int threads; /* per core */ member
|
| /tools/testing/selftests/powerpc/dscr/ |
| D | dscr_default_test.c | 65 pthread_t threads[THREADS]; in dscr_default() local
|
| /tools/testing/radix-tree/ |
| D | iteration_check.c | 22 static pthread_t threads[NUM_THREADS]; variable
|
| D | regression1.c | 188 static pthread_t *threads; variable
|
| /tools/perf/arch/x86/tests/ |
| D | perf-time-to-tsc.c | 49 struct thread_map *threads = NULL; in test__perf_time_to_tsc() local
|
| /tools/perf/bench/ |
| D | sched-pipe.c | 81 struct thread_data threads[2], *td; in bench_sched_pipe() local
|
| /tools/perf/scripts/python/ |
| D | stat-cpi.py | 5 threads = [] variable
|