Home | History | Annotate | Download | only in tests

Lines Matching defs:thread

9 #include "thread.h"
89 struct thread *thread;
91 thread = machine__findnew_thread(machine, fake_threads[i].pid,
93 if (thread == NULL)
96 thread__set_comm(thread, fake_threads[i].comm);
153 struct thread *thread;
229 fake_common_samples[k].thread = al.thread;
251 fake_samples[i][k].thread = al.thread;
266 struct thread *t, struct map *m, struct symbol *s)
269 if (samples->thread == t && samples->map == m &&
300 he->thread, he->ms.map, he->ms.sym)) {
352 he->thread, he->ms.map, he->ms.sym) &&
355 he->thread, he->ms.map, he->ms.sym)) {
422 i, he->thread->comm, he->ms.map->dso->short_name,