Searched defs:thread_data (Results 1 – 8 of 8) sorted by relevance
/linux/tools/perf/tests/ |
H A D | mmap-thread-lookup.c | 26 struct thread_data { struct 33 static struct thread_data threads[THREADS]; argument
|
/linux/tools/perf/bench/ |
H A D | futex-wake-parallel.c | 40 struct thread_data { struct 41 pthread_t worker; 42 unsigned int nwoken; 43 struct timeval runtime;
|
/linux/tools/testing/selftests/landlock/ |
H A D | audit_test.c | 162 struct thread_data { struct 169 const struct thread_data *data = (struct thread_data *)arg; in thread_audit_test() argument
|
/linux/lib/ |
H A D | test_rhashtable.c | 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
|
/linux/drivers/md/dm-vdo/ |
H A D | thread-utils.c | 23 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 D | builtin-record.c | 186 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 D | turbostat.c | 1994 struct thread_data { struct 2336 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus() argument 1995 tv_beginthread_data global() argument 1996 tv_endthread_data global() argument 1997 tv_deltathread_data global() argument 1998 tscthread_data global() argument 1999 aperfthread_data global() argument 2000 mperfthread_data global() argument 2001 c1thread_data global() argument 2002 instr_countthread_data global() argument 2003 irq_countthread_data global() argument 2004 nmi_countthread_data global() argument 2005 smi_countthread_data global() argument 2006 cpu_idthread_data global() argument 2007 apic_idthread_data global() argument 2008 x2apic_idthread_data global() argument 2009 flagsthread_data global() argument 2010 is_atomthread_data global() argument 2011 counterthread_data global() argument 2012 perf_counterthread_data global() argument 2013 pmt_counterthread_data global() argument 6106 for_all_cpus_2(int (func)(struct thread_data *,struct core_data *,struct pkg_data *,struct thread_data *,struct core_data *,struct pkg_data *),struct thread_data * thread_base,struct core_data * core_base,struct pkg_data * pkg_base,struct thread_data * thread_base2,struct core_data * core_base2,struct pkg_data * pkg_base2) for_all_cpus_2() argument [all...] |
/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_gcr_el1_cswitch.c | 72 int thread_data[MAX_THREADS]; in execute_test() local
|