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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dprofile.c31 struct profile_hit { struct
36 #define NR_PROFILE_HIT (PAGE_SIZE/sizeof(struct profile_hit))
50 static DEFINE_PER_CPU(struct profile_hit *[2], cpu_profile_hits);
231 * SCHED_PROFILING or SLEEP_PROFILING profile_hit() may be called from
256 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[j];
279 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[i];
280 memset(hits, 0, NR_PROFILE_HIT*sizeof(struct profile_hit));
289 struct profile_hit *hits;
417 profile_hit(type, (void *)profile_pc(regs));
547 = (struct profile_hit *)page_addres
[all...]
H A Dsched.c3573 profile_hit(SCHED_PROFILING, __builtin_return_address(0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dprofile.h36 static inline void profile_hit(int type, void *ip) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dsvm.c1639 profile_hit(KVM_PROFILING,
H A Dvmx.c2023 profile_hit(KVM_PROFILING, (void *)vmcs_readl(GUEST_RIP));

Completed in 111 milliseconds