Home
last modified time | relevance | path

Searched defs:guest_cpu (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dthread.h47 int guest_cpu; /* For QEMU thread */ in DECLARE_RC_STRUCT() local
191 static inline void thread__set_guest_cpu(struct thread *thread, int guest_cpu) in thread__set_guest_cpu()
H A Dsession.c2802 pid_t tid, int guest_cpu) in perf_session__set_guest_cpu()