Home
last modified time | relevance | path

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

123

/tools/perf/util/
Dthread_map.c35 struct perf_thread_map *threads; in thread_map__new_by_pid() local
63 struct perf_thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid() local
80 struct perf_thread_map *threads = thread_map__alloc(max_threads); in __thread_map__new_all_cpus() local
183 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
245 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
307 size_t thread_map__fprintf(struct perf_thread_map *threads, FILE *fp) in thread_map__fprintf()
363 void thread_map__read_comms(struct perf_thread_map *threads) in thread_map__read_comms()
371 static void thread_map__copy_event(struct perf_thread_map *threads, in thread_map__copy_event()
388 struct perf_thread_map *threads; in thread_map__new_event() local
397 bool thread_map__has(struct perf_thread_map *threads, pid_t pid) in thread_map__has()
[all …]
Dmachine.h32 struct threads { struct
49 struct threads threads[THREADS__TABLE_SIZE]; argument
Dmachine.c57 struct threads *threads = &machine->threads[i]; in machine__threads_init() local
194 struct threads *threads = &machine->threads[i]; in machine__delete_threads() local
223 struct threads *threads = &machine->threads[i]; in machine__exit() local
446 __threads__get_last_match(struct threads *threads, struct machine *machine, in __threads__get_last_match()
465 threads__get_last_match(struct threads *threads, struct machine *machine, in threads__get_last_match()
477 __threads__set_last_match(struct threads *threads, struct thread *th) in __threads__set_last_match()
483 threads__set_last_match(struct threads *threads, struct thread *th) in threads__set_last_match()
494 struct threads *threads, in ____machine__findnew_thread()
566 struct threads *threads = machine__threads(machine, tid); in machine__findnew_thread() local
578 struct threads *threads = machine__threads(machine, tid); in machine__find_thread() local
[all …]
Dvalues.h8 int threads; member
/tools/perf/tests/
Dthread-map.c68 struct perf_thread_map *threads; in process_event() local
91 struct perf_thread_map *threads; in test__thread_map_synthesize() local
110 struct perf_thread_map *threads; in test__thread_map_remove() local
Devent-times.c62 struct perf_thread_map *threads; in attach__current_disabled() local
88 struct perf_thread_map *threads; in attach__current_enabled() local
Dopenat-syscall.c21 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event() local
Dopenat-syscall-all-cpus.c30 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus() local
Dtask-exit.c54 struct perf_thread_map *threads; in test__task_exit() local
Dsw-clock.c45 struct perf_thread_map *threads; in __test__sw_clock_freq() local
Dkeep-tracking.c73 struct perf_thread_map *threads = NULL; in test__keep_tracking() local
Dmmap-basic.c35 struct perf_thread_map *threads; in test__basic_mmap() local
/tools/perf/lib/
Dthreadmap.c47 struct perf_thread_map *threads = thread_map__alloc(1); in perf_thread_map__new_dummy() local
57 static void perf_thread_map__delete(struct perf_thread_map *threads) in perf_thread_map__delete()
83 int perf_thread_map__nr(struct perf_thread_map *threads) in perf_thread_map__nr()
/tools/perf/lib/tests/
Dtest-evsel.c52 struct perf_thread_map *threads; in test_stat_thread() local
84 struct perf_thread_map *threads; in test_stat_thread_enable() local
Dtest-evlist.c74 struct perf_thread_map *threads; in test_stat_thread() local
125 struct perf_thread_map *threads; in test_stat_thread_enable() local
Dtest-threadmap.c15 struct perf_thread_map *threads; in main() local
/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
/tools/testing/selftests/powerpc/tm/
Dtm-vmx-unavail.c91 int threads; in tm_vmx_unavail_test() local
/tools/testing/selftests/powerpc/math/
Dfpu_preempt.c57 int i, rc, threads; in test_preempt_fpu() local
Dvmx_preempt.c57 int i, rc, threads; in test_preempt_vmx() local
Dvsx_preempt.c92 int i, rc, threads; in test_preempt_vsx() local
Dfpu_signal.c77 int i, j, rc, threads; in test_signal_fpu() local
/tools/power/cpupower/lib/
Dcpupower.h9 unsigned int threads; /* per core */ member
/tools/testing/selftests/powerpc/dscr/
Ddscr_default_test.c62 pthread_t threads[THREADS]; in dscr_default() local
/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c58 struct perf_thread_map *threads = NULL; in test__perf_time_to_tsc() local

123