Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/Documentation/
H A Dperf-intel-pt.txt1613 …13376/13384 [002] 7919.408803872: branches: ffffffffc109cfb2 vcpu_enter_guest+0x752 ([kerne…
1614 …13376/13384 [002] 7919.408803881: branches: ffffffffc109d028 vcpu_enter_guest+0x7c8 ([kerne…
1615 …13376/13384 [002] 7919.408803897: branches: ffffffffc109d06f vcpu_enter_guest+0x80f ([kerne…
1628 …fffffc109f899 vcpu_run+0x59 ([kernel.kallsyms]) => ffffffffc109c860 vcpu_enter_guest+0x0 ([kernel.…
1629 …13376/13384 [002] 7919.408803993: branches: ffffffffc109cd4c vcpu_enter_guest+0x4ec ([kerne…
1630 …13376/13384 [002] 7919.408803996: branches: ffffffffc109cd7d vcpu_enter_guest+0x51d ([kerne…
1631 …13376/13384 [002] 7919.408803996: branches: ffffffffc109cd9c vcpu_enter_guest+0x53c ([kerne…
1634 …13376/13384 [002] 7919.408804019: branches: ffffffffc109ceca vcpu_enter_guest+0x66a ([kerne…
1635 …13376/13384 [002] 7919.408804021: branches: ffffffffc109cf10 vcpu_enter_guest+0x6b0 ([kerne…
/linux-6.15/arch/x86/kvm/
H A Dx86.c10720 static int vcpu_enter_guest(struct kvm_vcpu *vcpu) in vcpu_enter_guest() function
11277 r = vcpu_enter_guest(vcpu); in vcpu_run()