Searched defs:thread_data (Results 1 – 8 of 8) sorted by relevance
26 struct thread_data { struct33 static struct thread_data threads[THREADS]; argument
40 struct thread_data { struct41 pthread_t worker;42 unsigned int nwoken;43 struct timeval runtime;
162 struct thread_data { struct169 const struct thread_data *data = (struct thread_data *)arg; in thread_audit_test() argument
73 struct thread_data { struct74 unsigned int entries;75 int id;76 struct task_struct *task;77 struct test_obj *objs;
23 void *thread_data; member50 int vdo_create_thread(void (*thread_function)(void *), void *thread_data, in vdo_create_thread() argument
186 struct record_thread *thread_data; member1006 static void record__thread_data_init_pipes(struct record_thread *thread_data) in record__thread_data_init_pipes()1014 static int record__thread_data_open_pipes(struct record_thread *thread_data) in record__thread_data_open_pipes()1034 static void record__thread_data_close_pipes(struct record_thread *thread_data) in record__thread_data_close_pipes()1059 static int record__thread_data_init_maps(struct record_thread *thread_data, struct evlist *evlist) in record__thread_data_init_maps()1107 static int record__thread_data_init_pollfd(struct record_thread *thread_data, struct evlist *evlist) in record__thread_data_init_pollfd()1139 struct record_thread *thread_data = rec->thread_data; in record__free_thread_data() local1170 struct record_thread *thread_data) in record__update_evlist_pollfd_from_thread()1194 struct record_thread *thread_data) in record__dup_non_perf_events()1221 struct record_thread *thread_data; in record__alloc_thread_data() local[all …]
72 int thread_data[MAX_THREADS]; in execute_test() local
2114 struct thread_data { struct2115 struct timeval tv_begin;2116 struct timeval tv_end;2117 struct timeval tv_delta;2118 unsigned long long tsc;2119 unsigned long long aperf;2120 unsigned long long mperf;2121 unsigned long long c1;2122 unsigned long long instr_count;2123 unsigned long long irq_count;[all …]