Home
last modified time | relevance | path

Searched defs:thread_data (Results 1 – 7 of 7) 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 { global() struct
169 pipe_parentthread_data thread_audit_test() argument
/linux/lib/
H A Dtest_rhashtable.c73 struct thread_data { struct
74 unsigned int entries;
75 int id;
76 struct task_struct *task;
77 struct test_obj *objs;
/linux/tools/perf/
H A Dbuiltin-record.c186 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...]
/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c72 int thread_data[MAX_THREADS]; in execute_test() local
/linux/tools/power/x86/turbostat/
H A Dturbostat.c2117 struct thread_data { struct
2118 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 …]