Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/bench/
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;
Dnuma.c58 struct thread_data { struct
59 int curr_cpu;
60 cpu_set_t *bind_cpumask;
61 int bind_node;
62 u8 *process_data;
63 int process_nr;
64 int thread_nr;
65 int task_nr;
66 unsigned int loops_done;
67 u64 val;
[all …]
Dfutex-wake-parallel.c40 struct thread_data { struct
41 pthread_t worker;
42 unsigned int nwoken;
43 struct timeval runtime;
/linux-6.15/tools/perf/tests/
Dmmap-thread-lookup.c25 struct thread_data { struct
32 static struct thread_data threads[THREADS]; argument
/linux-6.15/tools/testing/selftests/landlock/
Daudit_test.c161 struct thread_data { struct
168 const struct thread_data *data = (struct thread_data *)arg; in thread_audit_test() argument
/linux-6.15/lib/
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-6.15/drivers/md/dm-vdo/
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-6.15/tools/perf/
Dbuiltin-record.c182 struct record_thread *thread_data; member
1022 static void record__thread_data_init_pipes(struct record_thread *thread_data) in record__thread_data_init_pipes()
1030 static int record__thread_data_open_pipes(struct record_thread *thread_data) in record__thread_data_open_pipes()
1050 static void record__thread_data_close_pipes(struct record_thread *thread_data) in record__thread_data_close_pipes()
1075 static int record__thread_data_init_maps(struct record_thread *thread_data, struct evlist *evlist) in record__thread_data_init_maps()
1123 static int record__thread_data_init_pollfd(struct record_thread *thread_data, struct evlist *evlist) in record__thread_data_init_pollfd()
1155 struct record_thread *thread_data = rec->thread_data; in record__free_thread_data() local
1186 struct record_thread *thread_data) in record__update_evlist_pollfd_from_thread()
1210 struct record_thread *thread_data) in record__dup_non_perf_events()
1237 struct record_thread *thread_data; in record__alloc_thread_data() local
[all …]
/linux-6.15/tools/testing/selftests/arm64/mte/
Dcheck_gcr_el1_cswitch.c72 int thread_data[MAX_THREADS]; in execute_test() local
/linux-6.15/tools/power/x86/turbostat/
Dturbostat.c1735 struct thread_data { struct
1736 struct timeval tv_begin;
1737 struct timeval tv_end;
1738 struct timeval tv_delta;
1739 unsigned long long tsc;
1740 unsigned long long aperf;
1741 unsigned long long mperf;
1742 unsigned long long c1;
1743 unsigned long long instr_count;
1744 unsigned long long irq_count;
[all …]
/linux-6.15/tools/testing/selftests/rseq/
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