Home
last modified time | relevance | path

Searched defs:thread_data (Results 1 – 5 of 5) sorted by relevance

/tools/perf/bench/
Dsched-pipe.c33 struct thread_data { struct
34 int nr;
35 int pipe_read;
59 struct thread_data *td = __tdata; in worker_thread() argument
Dfutex-wake-parallel.c29 struct thread_data { struct
30 pthread_t worker;
31 unsigned int nwoken;
32 struct timeval runtime;
Dnuma.c56 struct thread_data { struct
57 int curr_cpu;
58 cpu_set_t bind_cpumask;
59 int bind_node;
60 u8 *process_data;
61 int process_nr;
62 int thread_nr;
63 int task_nr;
64 unsigned int loops_done;
65 u64 val;
[all …]
/tools/perf/tests/
Dmmap-thread-lookup.c22 struct thread_data { struct
29 static struct thread_data threads[THREADS]; argument
/tools/power/x86/turbostat/
Dturbostat.c152 struct thread_data { struct
153 struct timeval tv_begin;
154 struct timeval tv_end;
155 unsigned long long tsc;
156 unsigned long long aperf;
157 unsigned long long mperf;
158 unsigned long long c1;
159 unsigned long long irq_count;
160 unsigned int smi_count;
161 unsigned int cpu_id;
[all …]