Home
last modified time | relevance | path

Searched refs:profile_hit (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dprofile.h45 static inline void profile_hit(int type, void *ip) in profile_hit() function
76 static inline void profile_hit(int type, void *ip) in profile_hit() function
/linux/kernel/
H A Dprofile.c35 struct profile_hit { struct
40 #define NR_PROFILE_HIT (PAGE_SIZE/sizeof(struct profile_hit)) argument
139 profile_hit(type, (void *)profile_pc(regs)); in profile_tick()
/linux/kernel/sched/
H A Dcore.c5971 profile_hit(SCHED_PROFILING, __builtin_return_address(0)); in schedule_debug()
/linux/arch/x86/kvm/
H A Dx86.c11082 profile_hit(KVM_PROFILING, (void *)rip); in vcpu_enter_guest()