Home
last modified time | relevance | path

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

/tools/perf/bench/
A Dsched-pipe.c34 struct thread_data { struct
35 int nr;
36 int pipe_read;
37 int pipe_write;
38 struct epoll_event epoll_ev;
39 int epoll_fd;
40 bool cgroup_failed;
41 pthread_t pthread;
A Dfutex-wake-parallel.c40 struct thread_data { struct
41 pthread_t worker;
42 unsigned int nwoken;
43 struct timeval runtime;
A Dnuma.c58 struct thread_data { struct
59 int curr_cpu;
61 int bind_node;
62 u8 *process_data;
63 int process_nr;
64 int thread_nr;
65 int task_nr;
67 u64 val;
68 u64 runtime_ns;
70 u64 user_time_ns;
[all …]
/tools/perf/tests/
A Dmmap-thread-lookup.c26 struct thread_data { struct
33 static struct thread_data threads[THREADS]; argument
/tools/testing/selftests/landlock/
A Daudit_test.c162 struct thread_data { struct
169 const struct thread_data *data = (struct thread_data *)arg; in thread_audit_test() argument
/tools/perf/
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()
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
2272 static int record__terminate_thread(struct record_thread *thread_data) in record__terminate_thread()
2293 struct record_thread *thread_data = rec->thread_data; in record__start_threads() local
2356 struct record_thread *thread_data = rec->thread_data; in record__stop_threads() local
[all …]
/tools/testing/selftests/arm64/mte/
A Dcheck_gcr_el1_cswitch.c72 int thread_data[MAX_THREADS]; in execute_test() local
/tools/power/x86/turbostat/
A Dturbostat.c1994 struct thread_data { struct
1996 struct timeval tv_end;
1998 unsigned long long tsc;
2001 unsigned long long c1;
2005 unsigned int smi_count;
2006 unsigned int cpu_id;
2007 unsigned int apic_id;
2008 unsigned int x2apic_id;
2009 unsigned int flags;
2010 bool is_atom;
[all …]
/tools/testing/selftests/rseq/
A Dparam_test.c479 struct spinlock_thread_test_data *thread_data = arg; in test_percpu_spinlock_thread() local
518 struct spinlock_thread_test_data thread_data[num_threads]; in test_percpu_spinlock() local
556 struct inc_thread_test_data *thread_data = arg; in test_percpu_inc_thread() local
595 struct inc_thread_test_data thread_data[num_threads]; in test_percpu_inc() local

Completed in 40 milliseconds