Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dintel-pt.c69 struct thread *unknown_thread; member
806 thread = ptq->pt->unknown_thread; in intel_pt_walk_next_insn()
3400 struct thread *thread = pt->unknown_thread; in intel_pt_text_poke()
3583 thread__put(pt->unknown_thread); in intel_pt_free()
4338 pt->unknown_thread = thread__new(999999999, 999999999); in intel_pt_process_auxtrace_info()
4339 if (!pt->unknown_thread) { in intel_pt_process_auxtrace_info()
4344 err = thread__set_comm(pt->unknown_thread, "unknown", 0); in intel_pt_process_auxtrace_info()
4347 if (thread__init_maps(pt->unknown_thread, pt->machine)) { in intel_pt_process_auxtrace_info()
4487 thread__zput(pt->unknown_thread); in intel_pt_process_auxtrace_info()