Searched refs:thread_data (Results 1 – 4 of 4) sorted by relevance
/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()
|
/tools/perf/bench/ |
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 | 43 struct thread_data { struct 135 struct thread_data *threads; 434 struct thread_data *td; in parse_setup_cpu_list() 571 struct thread_data *td; in parse_setup_node_list() 823 struct thread_data *td; in count_process_nodes() 856 struct thread_data *td; in count_node_processes() 923 struct thread_data *td = g->threads + t; in calc_convergence() 1020 struct thread_data *td = __tdata; in worker_thread() 1033 u8 *thread_data; in worker_thread() local 1045 thread_data = setup_private_data(g->p.bytes_thread); in worker_thread() [all …]
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 122 struct thread_data { struct 177 struct thread_data threads; 205 int for_all_cpus(int (func)(struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus() argument 206 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() 214 struct thread_data *t; in for_all_cpus() 359 int dump_counters(struct thread_data *t, struct core_data *c, in dump_counters() 419 int format_counters(struct thread_data *t, struct core_data *c, in format_counters() 601 void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_all_counters() 660 delta_thread(struct thread_data *new, struct thread_data *old, in delta_thread() 734 int delta_cpu(struct thread_data *t, struct core_data *c, in delta_cpu() [all …]
|