Home
last modified time | relevance | path

Searched refs:thread__new (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dthread.h39 struct thread *thread__new(pid_t pid, pid_t tid);
Dthread.c29 struct thread *thread__new(pid_t pid, pid_t tid) in thread__new() function
Dmachine.c381 th = thread__new(pid, tid); in __machine__findnew_thread()