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

/linux-master/include/linux/
H A Dprofile.h52 static inline void profile_hit(int type, void *ip) function
83 static inline void profile_hit(int type, void *ip) function
/linux-master/kernel/
H A Dprofile.c35 struct profile_hit { struct
40 #define NR_PROFILE_HIT (PAGE_SIZE/sizeof(struct profile_hit))
52 static DEFINE_PER_CPU(struct profile_hit *[2], cpu_profile_hits);
162 * SCHED_PROFILING or SLEEP_PROFILING profile_hit() may be called from
187 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[j];
210 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[i];
211 memset(hits, 0, NR_PROFILE_HIT*sizeof(struct profile_hit));
220 struct profile_hit *hits;
339 profile_hit(type, (void *)profile_pc(regs));
/linux-master/kernel/sched/
H A Dcore.c5985 profile_hit(SCHED_PROFILING, __builtin_return_address(0));
/linux-master/arch/x86/kvm/
H A Dx86.c11098 profile_hit(KVM_PROFILING, (void *)rip);

Completed in 191 milliseconds