profile_hit      2921 arch/x86/kvm/x86.c 		profile_hit(KVM_PROFILING, (void *)vcpu->arch.rip);
profile_hit        34 kernel/profile.c #define NR_PROFILE_HIT		(PAGE_SIZE/sizeof(struct profile_hit))
profile_hit       253 kernel/profile.c 		struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[j];
profile_hit       276 kernel/profile.c 		struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[i];
profile_hit       277 kernel/profile.c 		memset(hits, 0, NR_PROFILE_HIT*sizeof(struct profile_hit));
profile_hit       286 kernel/profile.c 	struct profile_hit *hits;
profile_hit       413 kernel/profile.c 		profile_hit(type, (void *)profile_pc(regs));
profile_hit       544 kernel/profile.c 				= (struct profile_hit *)page_address(page);
profile_hit       551 kernel/profile.c 				= (struct profile_hit *)page_address(page);
profile_hit      4375 kernel/sched.c 	profile_hit(SCHED_PROFILING, __builtin_return_address(0));