Searched defs:thread_data (Results 1 – 9 of 9) sorted by relevance
30 struct thread_data { struct31 int nr;32 int pipe_read;56 struct thread_data *td = __tdata; in worker_thread() argument
40 struct thread_data { struct41 pthread_t worker;42 unsigned int nwoken;43 struct timeval runtime;
56 struct thread_data { struct57 int curr_cpu;59 int bind_node;60 u8 *process_data;61 int process_nr;62 int thread_nr;63 int task_nr;65 u64 val;66 u64 runtime_ns;68 u64 user_time_ns;[all …]
25 struct thread_data { struct32 static struct thread_data threads[THREADS]; argument
72 struct thread_data { struct73 unsigned int entries;74 int id;75 struct task_struct *task;76 struct test_obj *objs;
344 struct thread_data { struct346 struct timeval tv_end;348 unsigned long long tsc;351 unsigned long long c1;354 unsigned int smi_count;355 unsigned int cpu_id;356 unsigned int apic_id;357 unsigned int x2apic_id;358 unsigned int flags;359 bool is_atom;[all …]
180 struct record_thread *thread_data; member971 static void record__thread_data_init_pipes(struct record_thread *thread_data) in record__thread_data_init_pipes()979 static int record__thread_data_open_pipes(struct record_thread *thread_data) in record__thread_data_open_pipes()1104 struct record_thread *thread_data = rec->thread_data; in record__free_thread_data() local1135 struct record_thread *thread_data) in record__update_evlist_pollfd_from_thread()1159 struct record_thread *thread_data) in record__dup_non_perf_events()1186 struct record_thread *thread_data; in record__alloc_thread_data() local2189 static int record__terminate_thread(struct record_thread *thread_data) in record__terminate_thread()2210 struct record_thread *thread_data = rec->thread_data; in record__start_threads() local2273 struct record_thread *thread_data = rec->thread_data; in record__stop_threads() local[all …]
72 int thread_data[MAX_THREADS]; in execute_test() local
445 struct spinlock_thread_test_data *thread_data = arg; in test_percpu_spinlock_thread() local484 struct spinlock_thread_test_data thread_data[num_threads]; in test_percpu_spinlock() local522 struct inc_thread_test_data *thread_data = arg; in test_percpu_inc_thread() local561 struct inc_thread_test_data thread_data[num_threads]; in test_percpu_inc() local