Home
last modified time | relevance | path

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

/Linux-v4.19/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.c38 struct thread_data { struct
39 pthread_t worker;
40 unsigned int nwoken;
41 struct timeval runtime;
Dnuma.c52 struct thread_data { struct
53 int curr_cpu;
54 cpu_set_t bind_cpumask;
55 int bind_node;
56 u8 *process_data;
57 int process_nr;
58 int thread_nr;
59 int task_nr;
60 unsigned int loops_done;
61 u64 val;
[all …]
/Linux-v4.19/tools/perf/tests/
Dmmap-thread-lookup.c22 struct thread_data { struct
29 static struct thread_data threads[THREADS]; argument
/Linux-v4.19/lib/
Dtest_rhashtable.c75 struct thread_data { struct
76 unsigned int entries;
77 int id;
78 struct task_struct *task;
79 struct test_obj *objs;
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c164 struct thread_data { struct
165 struct timeval tv_begin;
166 struct timeval tv_end;
167 unsigned long long tsc;
168 unsigned long long aperf;
169 unsigned long long mperf;
170 unsigned long long c1;
171 unsigned long long irq_count;
172 unsigned int smi_count;
173 unsigned int cpu_id;
[all …]
/Linux-v4.19/tools/testing/selftests/rseq/
Dparam_test.c360 struct spinlock_thread_test_data *thread_data = arg; in test_percpu_spinlock_thread() local
400 struct spinlock_thread_test_data thread_data[num_threads]; in test_percpu_spinlock() local
438 struct inc_thread_test_data *thread_data = arg; in test_percpu_inc_thread() local
475 struct inc_thread_test_data thread_data[num_threads]; in test_percpu_inc() local