Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dprofile.c32 struct profile_hit { struct
37 #define NR_PROFILE_HIT (PAGE_SIZE/sizeof(struct profile_hit)) argument
48 static DEFINE_PER_CPU(struct profile_hit *[2], cpu_profile_hits);
252 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[j]; in profile_flip_buffers()
275 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[i]; in profile_discard_flip_buffers()
276 memset(hits, 0, NR_PROFILE_HIT*sizeof(struct profile_hit)); in profile_discard_flip_buffers()
285 struct profile_hit *hits; in do_profile_hits()
415 profile_hit(type, (void *)profile_pc(regs)); in profile_tick()
552 = (struct profile_hit *)page_address(page); in create_hash_tables()
559 = (struct profile_hit *)page_address(page); in create_hash_tables()
/linux-4.4.14/include/linux/
Dprofile.h57 static inline void profile_hit(int type, void *ip) in profile_hit() function
107 static inline void profile_hit(int type, void *ip) in profile_hit() function
/linux-4.4.14/kernel/sched/
Dcore.c3021 profile_hit(SCHED_PROFILING, __builtin_return_address(0)); in schedule_debug()
/linux-4.4.14/arch/x86/kvm/
Dx86.c6601 profile_hit(KVM_PROFILING, (void *)rip); in vcpu_enter_guest()