Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread.h40 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.c400 th = thread__new(pid, tid); in ____machine__findnew_thread()
Dintel-pt.c2066 pt->unknown_thread = thread__new(999999999, 999999999); in intel_pt_process_auxtrace_info()