Searched refs:guest_cpu (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dthread.h40 int guest_cpu; /* For QEMU thread */ local
181 return RC_CHK_ACCESS(thread)->guest_cpu;
184 static inline void thread__set_guest_cpu(struct thread *thread, int guest_cpu) argument
186 RC_CHK_ACCESS(thread)->guest_cpu = guest_cpu;
H A Dsession.c2824 pid_t tid, int guest_cpu)
2831 thread__set_guest_cpu(thread, guest_cpu);
2823 perf_session__set_guest_cpu(struct perf_session *session, pid_t pid, pid_t tid, int guest_cpu) argument

Completed in 108 milliseconds