Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dthreads.c116 res = thread__new(pid, tid); in threads__findnew()
H A Dthread.h77 struct thread *thread__new(pid_t pid, pid_t tid);
H A Dthread.c43 struct thread *thread__new(pid_t pid, pid_t tid) in thread__new() function
H A Dintel-pt.c4368 pt->unknown_thread = thread__new(999999999, 999999999); in intel_pt_process_auxtrace_info()
/linux-6.15/tools/perf/
H A Dbuiltin-sched.c2384 idle_threads[i] = thread__new(0, 0); in init_idle_threads()
2434 idle_threads[cpu] = thread__new(0, 0); in get_idle_thread()