Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dintel-pt.c69 struct thread *unknown_thread; member
805 thread = ptq->pt->unknown_thread; in intel_pt_walk_next_insn()
3396 struct thread *thread = pt->unknown_thread; in intel_pt_text_poke()
3579 thread__put(pt->unknown_thread); in intel_pt_free()
4334 pt->unknown_thread = thread__new(999999999, 999999999); in intel_pt_process_auxtrace_info()
4335 if (!pt->unknown_thread) { in intel_pt_process_auxtrace_info()
4340 err = thread__set_comm(pt->unknown_thread, "unknown", 0); in intel_pt_process_auxtrace_info()
4343 if (thread__init_maps(pt->unknown_thread, pt->machine)) { in intel_pt_process_auxtrace_info()
4483 thread__zput(pt->unknown_thread); in intel_pt_process_auxtrace_info()