Searched refs:thread__new (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread.h | 68 struct thread *thread__new(pid_t pid, pid_t tid);
|
H A D | thread.c | 39 struct thread *thread__new(pid_t pid, pid_t tid) in thread__new() function
|
H A D | cs-etm.c | 2644 etm->unknown_thread = thread__new(999999999, 999999999); in cs_etm__process_auxtrace_info()
|
H A D | machine.c | 534 th = thread__new(pid, tid); in ____machine__findnew_thread()
|
H A D | intel-pt.c | 3430 pt->unknown_thread = thread__new(999999999, 999999999); in intel_pt_process_auxtrace_info()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread.h | 70 struct thread *thread__new(pid_t pid, pid_t tid);
|
H A D | thread.c | 40 struct thread *thread__new(pid_t pid, pid_t tid) in thread__new() function
|
H A D | machine.c | 654 th = thread__new(pid, tid); in ____machine__findnew_thread()
|
H A D | intel-pt.c | 4336 pt->unknown_thread = thread__new(999999999, 999999999); in intel_pt_process_auxtrace_info()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 2229 idle_threads[i] = thread__new(0, 0); in init_idle_threads() 2279 idle_threads[cpu] = thread__new(0, 0); in get_idle_thread()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 2278 idle_threads[i] = thread__new(0, 0); in init_idle_threads() 2328 idle_threads[cpu] = thread__new(0, 0); in get_idle_thread()
|
Completed in 51 milliseconds