Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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-6.12.1/kernel/
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-6.12.1/kernel/sched/
Dcore.c5910 profile_hit(SCHED_PROFILING, __builtin_return_address(0)); in schedule_debug()
/linux-6.12.1/arch/x86/kvm/
Dx86.c11084 profile_hit(KVM_PROFILING, (void *)rip); in vcpu_enter_guest()