Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dthread.h69 struct thread *thread__new(pid_t pid, pid_t tid);
Dthread.c39 struct thread *thread__new(pid_t pid, pid_t tid) in thread__new() function
Dcs-etm.c3064 etm->unknown_thread = thread__new(999999999, 999999999); in cs_etm__process_auxtrace_info()
Dmachine.c645 th = thread__new(pid, tid); in ____machine__findnew_thread()
Dintel-pt.c4243 pt->unknown_thread = thread__new(999999999, 999999999); in intel_pt_process_auxtrace_info()
/linux-6.1.9/tools/perf/
Dbuiltin-sched.c2256 idle_threads[i] = thread__new(0, 0); in init_idle_threads()
2306 idle_threads[cpu] = thread__new(0, 0); in get_idle_thread()