Home
last modified time | relevance | path

Searched defs:thread_data (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/tests/
H A Dmmap-thread-lookup.c26 struct thread_data { struct
33 static struct thread_data threads[THREADS]; argument
/linux/tools/perf/bench/
H A Dfutex-wake-parallel.c40 struct thread_data { struct
41 pthread_t worker;
42 unsigned int nwoken;
43 struct timeval runtime;
/linux/tools/testing/selftests/landlock/
H A Daudit_test.c162 struct thread_data { struct
169 const struct thread_data *data = (struct thread_data *)arg; in thread_audit_test() argument
/linux/lib/
H A Dtest_rhashtable.c73 struct thread_data { struct
74 entriesthread_data global() argument
75 idthread_data global() argument
76 taskthread_data global() argument
77 objsthread_data global() argument
/linux/drivers/md/dm-vdo/
H A Dthread-utils.c23 void *thread_data; member
50 int vdo_create_thread(void (*thread_function)(void *), void *thread_data, in vdo_create_thread() argument
/linux/tools/perf/
H A Dbuiltin-record.c186 struct record_thread *thread_data; member
1043 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() local
1207 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 …]
/linux/tools/power/x86/turbostat/
H A Dturbostat.c1994 struct thread_data { struct
1995 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 …]
/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c72 int thread_data[MAX_THREADS]; in execute_test() local