Home
last modified time | relevance | path

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

/kernel/
Dprofile.c32 u32 pc, hits; member
282 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[j]; in profile_flip_buffers() local
284 if (!hits[i].hits) { in profile_flip_buffers()
285 if (hits[i].pc) in profile_flip_buffers()
286 hits[i].pc = 0; in profile_flip_buffers()
289 atomic_add(hits[i].hits, &prof_buffer[hits[i].pc]); in profile_flip_buffers()
290 hits[i].hits = hits[i].pc = 0; in profile_flip_buffers()
305 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[i]; in profile_discard_flip_buffers() local
306 memset(hits, 0, NR_PROFILE_HIT*sizeof(struct profile_hit)); in profile_discard_flip_buffers()
315 struct profile_hit *hits; in profile_hits() local
[all …]