Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dthread.h29 struct thread *thread__new(pid_t pid, pid_t tid);
Dthread.c10 struct thread *thread__new(pid_t pid, pid_t tid) in thread__new() function
Dmachine.c296 th = thread__new(pid, tid); in __machine__findnew_thread()