Searched refs:record_thread (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-record.c101 struct record_thread { struct
121 static __thread struct record_thread *thread;
180 struct record_thread *thread_data;
1009 static void record__thread_data_init_pipes(struct record_thread *thread_data)
1017 static int record__thread_data_open_pipes(struct record_thread *thread_data)
1037 static void record__thread_data_close_pipes(struct record_thread *thread_data)
1062 static int record__thread_data_init_maps(struct record_thread *thread_data, struct evlist *evlist)
1110 static int record__thread_data_init_pollfd(struct record_thread *thread_data, struct evlist *evlist)
1142 struct record_thread *thread_data = rec->thread_data;
1173 struct record_thread *thread_dat
[all...]

Completed in 203 milliseconds