Home
last modified time | relevance | path

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

/kernel/
Dprofile.c35 struct profile_hit { struct
40 #define NR_PROFILE_HIT (PAGE_SIZE/sizeof(struct profile_hit)) argument
51 static DEFINE_PER_CPU(struct profile_hit *[2], cpu_profile_hits);
256 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[j]; in profile_flip_buffers()
279 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[i]; in profile_discard_flip_buffers()
280 memset(hits, 0, NR_PROFILE_HIT*sizeof(struct profile_hit)); in profile_discard_flip_buffers()
289 struct profile_hit *hits; in do_profile_hits()
408 profile_hit(type, (void *)profile_pc(regs)); in profile_tick()
/kernel/sched/
Dcore.c3897 profile_hit(SCHED_PROFILING, __builtin_return_address(0)); in schedule_debug()