profile_hit 8319 arch/x86/kvm/x86.c profile_hit(KVM_PROFILING, (void *)rip); profile_hit 40 kernel/profile.c #define NR_PROFILE_HIT (PAGE_SIZE/sizeof(struct profile_hit)) profile_hit 51 kernel/profile.c static DEFINE_PER_CPU(struct profile_hit *[2], cpu_profile_hits); profile_hit 256 kernel/profile.c struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[j]; profile_hit 279 kernel/profile.c struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[i]; profile_hit 280 kernel/profile.c memset(hits, 0, NR_PROFILE_HIT*sizeof(struct profile_hit)); profile_hit 289 kernel/profile.c struct profile_hit *hits; profile_hit 408 kernel/profile.c profile_hit(type, (void *)profile_pc(regs)); profile_hit 3895 kernel/sched/core.c profile_hit(SCHED_PROFILING, __builtin_return_address(0));