Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread.h44 int guest_cpu; /* For QEMU thread */ in DECLARE_RC_STRUCT() local
179 return RC_CHK_ACCESS(thread)->guest_cpu; in thread__guest_cpu()
182 static inline void thread__set_guest_cpu(struct thread *thread, int guest_cpu) in thread__set_guest_cpu() argument
184 RC_CHK_ACCESS(thread)->guest_cpu = guest_cpu; in thread__set_guest_cpu()
H A Dsession.c2797 pid_t tid, int guest_cpu) in perf_session__set_guest_cpu()
2804 thread__set_guest_cpu(thread, guest_cpu); in perf_session__set_guest_cpu()
2796 perf_session__set_guest_cpu(struct perf_session *session, pid_t pid, pid_t tid, int guest_cpu) perf_session__set_guest_cpu() argument

Completed in 5 milliseconds