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

/linux-master/tools/perf/util/
H A Dthreads.c116 res = thread__new(pid, tid);
H A Dthread.h72 struct thread *thread__new(pid_t pid, pid_t tid);
H A Dthread.c40 struct thread *thread__new(pid_t pid, pid_t tid) function
H A Dintel-pt.c4336 pt->unknown_thread = thread__new(999999999, 999999999);
/linux-master/tools/perf/
H A Dbuiltin-sched.c2241 idle_threads[i] = thread__new(0, 0);
2291 idle_threads[cpu] = thread__new(0, 0);

Completed in 163 milliseconds