Searched defs:thread_data (Results 1 – 7 of 7) 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 { global() struct 169 pipe_parentthread_data 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;
186 struct record_thread *thread_data; member 1006 static void record__thread_data_init_pipes(struct record_thread *thread_data) in record__thread_data_init_pipes() argument 1014 static int record__thread_data_open_pipes(struct record_thread *thread_data) in record__thread_data_open_pipes() argument 1034 record__thread_data_close_pipes(struct record_thread * thread_data) record__thread_data_close_pipes() argument 1059 record__thread_data_init_maps(struct record_thread * thread_data,struct evlist * evlist) record__thread_data_init_maps() argument 1107 record__thread_data_init_pollfd(struct record_thread * thread_data,struct evlist * evlist) record__thread_data_init_pollfd() argument 1139 struct record_thread *thread_data = rec->thread_data; record__free_thread_data() local 1170 record__update_evlist_pollfd_from_thread(struct record * rec,struct evlist * evlist,struct record_thread * thread_data) record__update_evlist_pollfd_from_thread() argument 1194 record__dup_non_perf_events(struct record * rec,struct evlist * evlist,struct record_thread * thread_data) record__dup_non_perf_events() argument 1221 struct record_thread *thread_data; record__alloc_thread_data() local 2306 record__terminate_thread(struct record_thread * thread_data) record__terminate_thread() argument 2327 struct record_thread *thread_data = rec->thread_data; record__start_threads() local 2390 struct record_thread *thread_data = rec->thread_data; record__stop_threads() local 2417 struct record_thread *thread_data = rec->thread_data; record__waking() local [all...]
72 int thread_data[MAX_THREADS]; in execute_test() local
2117 struct thread_data { struct2118 struct timeval tv_begin;2119 struct timeval tv_end;2120 struct timeval tv_delta;2121 unsigned long long tsc;2122 unsigned long long aperf;2123 unsigned long long mperf;2124 unsigned long long c1;2125 unsigned long long instr_count;2126 unsigned long long irq_count;[all …]