/kernel/linux/linux-5.10/tools/perf/util/ |
D | thread_map.c | 35 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 …]
|
D | machine.h | 33 struct threads { struct 50 struct threads threads[THREADS__TABLE_SIZE]; argument
|
D | machine.c | 63 struct threads *threads = &machine->threads[i]; in machine__threads_init() local 200 struct threads *threads = &machine->threads[i]; in machine__delete_threads() local 229 struct threads *threads = &machine->threads[i]; in machine__exit() local 452 __threads__get_last_match(struct threads *threads, struct machine *machine, in __threads__get_last_match() 471 threads__get_last_match(struct threads *threads, struct machine *machine, in threads__get_last_match() 483 __threads__set_last_match(struct threads *threads, struct thread *th) in __threads__set_last_match() 489 threads__set_last_match(struct threads *threads, struct thread *th) in threads__set_last_match() 500 struct threads *threads, in ____machine__findnew_thread() 571 struct threads *threads = machine__threads(machine, tid); in machine__findnew_thread() local 583 struct threads *threads = machine__threads(machine, tid); in machine__find_thread() local [all …]
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | thread-map.c | 68 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
|
D | event-times.c | 62 struct perf_thread_map *threads; in attach__current_disabled() local 88 struct perf_thread_map *threads; in attach__current_enabled() local
|
D | openat-syscall.c | 21 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event() local
|
D | openat-syscall-all-cpus.c | 30 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus() local
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
D | threadmap.c | 47 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()
|
/kernel/linux/linux-5.10/tools/lib/perf/tests/ |
D | test-evsel.c | 52 struct perf_thread_map *threads; in test_stat_thread() local 84 struct perf_thread_map *threads; in test_stat_thread_enable() local
|
D | test-evlist.c | 85 struct perf_thread_map *threads; in test_stat_thread() local 136 struct perf_thread_map *threads; in test_stat_thread_enable() local 201 struct perf_thread_map *threads; in test_mmap_thread() local
|
D | test-threadmap.c | 15 struct perf_thread_map *threads; in main() local
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
D | synthesize.c | 62 struct perf_thread_map *threads, in do_run_single_threaded() 116 struct perf_thread_map *threads; in run_single_threaded() local
|
/kernel/linux/linux-5.10/tools/testing/radix-tree/ |
D | iteration_check_2.c | 56 pthread_t threads[2]; in iteration_test2() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
D | tm-vmx-unavail.c | 91 int threads; in tm_vmx_unavail_test() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | send_signal_sched_switch.c | 31 pthread_t threads[THREAD_COUNT]; in test_send_signal_sched_switch() local
|
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/examples/ |
D | counting.c | 23 struct perf_thread_map *threads; in main() local
|
/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/ |
D | It_posix_mutex_040.c | 95 pthread_t threads[THREAD_NUM]; in Testcase() local
|
D | It_posix_mutex_036.c | 93 pthread_t threads[THREAD_NUM]; in Testcase() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/math/ |
D | fpu_preempt.c | 57 int i, rc, threads; in test_preempt_fpu() local
|
D | vmx_preempt.c | 57 int i, rc, threads; in test_preempt_vmx() local
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
D | It_posix_pthread_107.c | 96 pthread_t threads[3]; // 3, need 3 pthread for test. in Testcase() local
|
/kernel/linux/linux-5.10/tools/power/cpupower/lib/ |
D | cpupower.h | 9 unsigned int threads; /* per core */ member
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
D | pthread_cond_test_001.cpp | 91 pthread_t threads[3]; // 3, need 3 pthread for test. in TestCase() local
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
D | It_posix_pthread_107.cpp | 89 pthread_t threads[3]; in Testcase() local
|