Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/bench/
Dsched-pipe.c31 struct thread_data { struct
32 int nr;
33 int pipe_read;
57 struct thread_data *td = __tdata; in worker_thread() argument
Dfutex-wake-parallel.c23 struct thread_data { struct
24 pthread_t worker;
25 unsigned int nwoken;
26 struct timeval runtime;
Dnuma.c45 struct thread_data { struct
46 int curr_cpu;
47 cpu_set_t bind_cpumask;
48 int bind_node;
49 u8 *process_data;
50 int process_nr;
51 int thread_nr;
52 int task_nr;
53 unsigned int loops_done;
54 u64 val;
[all …]
/linux-4.4.14/tools/perf/tests/
Dmmap-thread-lookup.c19 struct thread_data { struct
26 static struct thread_data threads[THREADS]; argument
/linux-4.4.14/lib/
Dtest_rhashtable.c60 struct thread_data { struct
61 int id;
62 struct task_struct *task;
63 struct test_obj *objs;
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c139 struct thread_data { struct
140 unsigned long long tsc;
141 unsigned long long aperf;
142 unsigned long long mperf;
143 unsigned long long c1;
144 unsigned long long extra_msr64;
145 unsigned long long extra_delta64;
146 unsigned long long extra_msr32;
147 unsigned long long extra_delta32;
148 unsigned int smi_count;
[all …]