Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dprofile.c35 struct profile_hit { struct
40 #define NR_PROFILE_HIT (PAGE_SIZE/sizeof(struct profile_hit)) argument
52 static DEFINE_PER_CPU(struct profile_hit *[2], cpu_profile_hits);
264 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[j]; in profile_flip_buffers()
287 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[i]; in profile_discard_flip_buffers()
288 memset(hits, 0, NR_PROFILE_HIT*sizeof(struct profile_hit)); in profile_discard_flip_buffers()
297 struct profile_hit *hits; in do_profile_hits()
416 profile_hit(type, (void *)profile_pc(regs)); in profile_tick()
/OK3568_Linux_fs/kernel/include/linux/
H A Dprofile.h58 static inline void profile_hit(int type, void *ip) in profile_hit() function
108 static inline void profile_hit(int type, void *ip) in profile_hit() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c4575 profile_hit(SCHED_PROFILING, __builtin_return_address(0)); in schedule_debug()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c9286 profile_hit(KVM_PROFILING, (void *)rip); in vcpu_enter_guest()