Searched refs:thread_data (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/tools/perf/tests/ |
D | mmap-thread-lookup.c | 19 struct thread_data { struct 26 static struct thread_data threads[THREADS]; argument 28 static int thread_init(struct thread_data *td) in thread_init() 50 struct thread_data *td = arg; in thread_fn() 75 struct thread_data *td = &threads[i]; in thread_create() 95 struct thread_data *td0 = &threads[0]; in threads_create() 112 struct thread_data *td0 = &threads[0]; in threads_destroy() 182 struct thread_data *td = &threads[i]; in mmap_events()
|
/linux-4.4.14/tools/perf/bench/ |
D | futex-wake-parallel.c | 23 struct thread_data { struct 58 struct thread_data *waker = (struct thread_data *) arg; in waking_workerfn() 75 static void wakeup_threads(struct thread_data *td, pthread_attr_t thread_attr) in wakeup_threads() 136 static void print_run(struct thread_data *waking_worker, unsigned int run_num) in print_run() 177 static void do_run_stats(struct thread_data *waking_worker) in do_run_stats() 202 struct thread_data *waking_worker; in bench_futex_wake_parallel()
|
D | sched-pipe.c | 31 struct thread_data { struct 57 struct thread_data *td = __tdata; in worker_thread() argument 80 struct thread_data threads[2], *td; in bench_sched_pipe()
|
D | numa.c | 45 struct thread_data { struct 140 struct thread_data *threads; 439 struct thread_data *td; in parse_setup_cpu_list() 576 struct thread_data *td; in parse_setup_node_list() 828 struct thread_data *td; in count_process_nodes() 864 struct thread_data *td; in count_node_processes() 936 struct thread_data *td = g->threads + t; in calc_convergence() 1033 struct thread_data *td = __tdata; in worker_thread() 1046 u8 *thread_data; in worker_thread() local 1059 thread_data = setup_private_data(g->p.bytes_thread); in worker_thread() [all …]
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 139 struct thread_data { struct 198 struct thread_data threads; 226 int for_all_cpus(int (func)(struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus() argument 227 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() 235 struct thread_data *t; in for_all_cpus() 392 int dump_counters(struct thread_data *t, struct core_data *c, in dump_counters() 461 int format_counters(struct thread_data *t, struct core_data *c, in format_counters() 659 void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_all_counters() 728 delta_thread(struct thread_data *new, struct thread_data *old, in delta_thread() 804 int delta_cpu(struct thread_data *t, struct core_data *c, in delta_cpu() [all …]
|
/linux-4.4.14/lib/ |
D | test_rhashtable.c | 60 struct thread_data { struct 219 static int thread_lookup_test(struct thread_data *tdata) in thread_lookup_test() 246 struct thread_data *tdata = data; in threadfunc() 308 struct thread_data *tdata; in test_rht_init() 351 tdata = vzalloc(tcount * sizeof(struct thread_data)); in test_rht_init()
|