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 { struct 74 entriesthread_data global() argument 75 idthread_data global() argument 76 taskthread_data global() argument 77 objsthread_data global() argument
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; member1043 static void record__thread_data_init_pipes(struct record_thread *thread_data) in record__thread_data_init_pipes()1051 static int record__thread_data_open_pipes(struct record_thread *thread_data) in record__thread_data_open_pipes()1071 static void record__thread_data_close_pipes(struct record_thread *thread_data) in record__thread_data_close_pipes()1096 static int record__thread_data_init_maps(struct record_thread *thread_data, struct evlist *evlist) in record__thread_data_init_maps()1144 static int record__thread_data_init_pollfd(struct record_thread *thread_data, struct evlist *evlist) in record__thread_data_init_pollfd()1176 struct record_thread *thread_data = rec->thread_data; in record__free_thread_data() local1207 struct record_thread *thread_data) in record__update_evlist_pollfd_from_thread()1231 struct record_thread *thread_data) in record__dup_non_perf_events()1258 struct record_thread *thread_data; in record__alloc_thread_data() local[all …]
1994 struct thread_data { struct1995 struct timeval tv_begin;1996 struct timeval tv_end;1997 struct timeval tv_delta;1998 unsigned long long tsc;1999 unsigned long long aperf;2000 unsigned long long mperf;2001 unsigned long long c1;2002 unsigned long long instr_count;2003 unsigned long long irq_count;[all …]
72 int thread_data[MAX_THREADS]; in execute_test() local