Home
last modified time | relevance | path

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

/tools/perf/bench/
Dsched-pipe.c33 struct thread_data { struct
34 int nr;
35 int pipe_read;
36 int pipe_write;
37 bool cgroup_failed;
38 pthread_t pthread;
Dfutex-wake-parallel.c40 struct thread_data { struct
41 pthread_t worker;
42 unsigned int nwoken;
43 struct timeval runtime;
Dnuma.c56 struct thread_data { struct
57 int curr_cpu;
58 cpu_set_t *bind_cpumask;
59 int bind_node;
60 u8 *process_data;
61 int process_nr;
62 int thread_nr;
63 int task_nr;
64 unsigned int loops_done;
65 u64 val;
[all …]
/tools/perf/tests/
Dmmap-thread-lookup.c25 struct thread_data { struct
32 static struct thread_data threads[THREADS]; argument
/tools/perf/
Dbuiltin-record.c181 struct record_thread *thread_data; member
1019 static void record__thread_data_init_pipes(struct record_thread *thread_data) in record__thread_data_init_pipes()
1027 static int record__thread_data_open_pipes(struct record_thread *thread_data) in record__thread_data_open_pipes()
1047 static void record__thread_data_close_pipes(struct record_thread *thread_data) in record__thread_data_close_pipes()
1072 static int record__thread_data_init_maps(struct record_thread *thread_data, struct evlist *evlist) in record__thread_data_init_maps()
1120 static int record__thread_data_init_pollfd(struct record_thread *thread_data, struct evlist *evlist) in record__thread_data_init_pollfd()
1152 struct record_thread *thread_data = rec->thread_data; in record__free_thread_data() local
1183 struct record_thread *thread_data) in record__update_evlist_pollfd_from_thread()
1207 struct record_thread *thread_data) in record__dup_non_perf_events()
1234 struct record_thread *thread_data; in record__alloc_thread_data() local
[all …]
/tools/testing/selftests/arm64/mte/
Dcheck_gcr_el1_cswitch.c72 int thread_data[MAX_THREADS]; in execute_test() local
/tools/power/x86/turbostat/
Dturbostat.c1583 struct thread_data { struct
1584 struct timeval tv_begin;
1585 struct timeval tv_end;
1586 struct timeval tv_delta;
1587 unsigned long long tsc;
1588 unsigned long long aperf;
1589 unsigned long long mperf;
1590 unsigned long long c1;
1591 unsigned long long instr_count;
1592 unsigned long long irq_count;
[all …]
/tools/testing/selftests/rseq/
Dparam_test.c455 struct spinlock_thread_test_data *thread_data = arg; in test_percpu_spinlock_thread() local
494 struct spinlock_thread_test_data thread_data[num_threads]; in test_percpu_spinlock() local
532 struct inc_thread_test_data *thread_data = arg; in test_percpu_inc_thread() local
571 struct inc_thread_test_data thread_data[num_threads]; in test_percpu_inc() local