Lines Matching refs:perf_thread_map

34 struct perf_thread_map *thread_map__new_by_pid(pid_t pid)  in thread_map__new_by_pid()
36 struct perf_thread_map *threads; in thread_map__new_by_pid()
62 struct perf_thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid()
64 struct perf_thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid()
75 static struct perf_thread_map *__thread_map__new_all_cpus(uid_t uid) in __thread_map__new_all_cpus()
81 struct perf_thread_map *threads = thread_map__alloc(max_threads); in __thread_map__new_all_cpus()
122 struct perf_thread_map *tmp; in __thread_map__new_all_cpus()
160 struct perf_thread_map *thread_map__new_all_cpus(void) in thread_map__new_all_cpus()
165 struct perf_thread_map *thread_map__new_by_uid(uid_t uid) in thread_map__new_by_uid()
170 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new()
181 static struct perf_thread_map *thread_map__new_by_pid_str(const char *pid_str) in thread_map__new_by_pid_str()
183 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str()
243 struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str) in thread_map__new_by_tid_str()
245 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str()
292 struct perf_thread_map *thread_map__new_str(const char *pid, const char *tid, in thread_map__new_str()
307 size_t thread_map__fprintf(struct perf_thread_map *threads, FILE *fp) in thread_map__fprintf()
342 static void comm_init(struct perf_thread_map *map, int i) in comm_init()
363 void thread_map__read_comms(struct perf_thread_map *threads) in thread_map__read_comms()
371 static void thread_map__copy_event(struct perf_thread_map *threads, in thread_map__copy_event()
386 struct perf_thread_map *thread_map__new_event(struct perf_record_thread_map *event) in thread_map__new_event()
388 struct perf_thread_map *threads; in thread_map__new_event()
397 bool thread_map__has(struct perf_thread_map *threads, pid_t pid) in thread_map__has()
409 int thread_map__remove(struct perf_thread_map *threads, int idx) in thread_map__remove()