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
56 struct thread_data { struct57 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 …]
40 struct thread_data { struct41 pthread_t worker;42 unsigned int nwoken;43 struct timeval runtime;
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;
180 struct record_thread *thread_data; member231 struct record_thread *thread_data = rec->thread_data; in record__bytes_written() local945 static void record__thread_data_init_pipes(struct record_thread *thread_data) in record__thread_data_init_pipes()953 static int record__thread_data_open_pipes(struct record_thread *thread_data) in record__thread_data_open_pipes()973 static void record__thread_data_close_pipes(struct record_thread *thread_data) in record__thread_data_close_pipes()998 static int record__thread_data_init_maps(struct record_thread *thread_data, struct evlist *evlist) in record__thread_data_init_maps()1046 static int record__thread_data_init_pollfd(struct record_thread *thread_data, struct evlist *evlist) in record__thread_data_init_pollfd()1078 struct record_thread *thread_data = rec->thread_data; in record__free_thread_data() local1109 struct record_thread *thread_data) in record__update_evlist_pollfd_from_thread()1133 struct record_thread *thread_data) in record__dup_non_perf_events()[all …]
342 struct thread_data { struct343 struct timeval tv_begin;344 struct timeval tv_end;345 struct timeval tv_delta;346 unsigned long long tsc;347 unsigned long long aperf;348 unsigned long long mperf;349 unsigned long long c1;350 unsigned long long instr_count;351 unsigned long long irq_count;[all …]
72 int thread_data[MAX_THREADS]; in execute_test() local
385 struct spinlock_thread_test_data *thread_data = arg; in test_percpu_spinlock_thread() local424 struct spinlock_thread_test_data thread_data[num_threads]; in test_percpu_spinlock() local462 struct inc_thread_test_data *thread_data = arg; in test_percpu_inc_thread() local500 struct inc_thread_test_data thread_data[num_threads]; in test_percpu_inc() local