Home
last modified time | relevance | path

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

12

/tools/perf/util/
Dthread_map.c53 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 …]
Dvalues.h7 int threads; member
Dthread_map.h38 static inline int thread_map__nr(struct thread_map *threads) in thread_map__nr()
Dmachine.h33 struct rb_root threads; member
245 struct thread_map *threads, bool data_mmap, in machine__synthesize_threads()
/tools/perf/tests/
Dthread-map.c57 struct thread_map *threads; in process_event() local
80 struct thread_map *threads; in test__thread_map_synthesize() local
Dopenat-syscall.c13 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event() local
Devent-times.c56 struct thread_map *threads; in attach__current_disabled() local
82 struct thread_map *threads; in attach__current_enabled() local
Dopenat-syscall-all-cpus.c20 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus() local
Dtask-exit.c47 struct thread_map *threads; in test__task_exit() local
Dkeep-tracking.c62 struct thread_map *threads = NULL; in test__keep_tracking() local
Dsw-clock.c38 struct thread_map *threads; in __test__sw_clock_freq() local
Dmmap-basic.c26 struct thread_map *threads; in test__basic_mmap() local
Dmmap-thread-lookup.c26 static struct thread_data threads[THREADS]; variable
/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
/tools/power/cpupower/lib/
Dcpupower.h8 unsigned int threads; /* per core */ member
/tools/testing/selftests/powerpc/dscr/
Ddscr_default_test.c65 pthread_t threads[THREADS]; in dscr_default() local
/tools/testing/radix-tree/
Diteration_check.c22 static pthread_t threads[NUM_THREADS]; variable
Dregression1.c188 static pthread_t *threads; variable
/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c49 struct thread_map *threads = NULL; in test__perf_time_to_tsc() local
/tools/perf/bench/
Dsched-pipe.c81 struct thread_data threads[2], *td; in bench_sched_pipe() local
/tools/perf/scripts/python/
Dstat-cpi.py5 threads = [] variable

12