nr_hits 53 include/linux/profile.h void profile_hits(int type, void *ip, unsigned int nr_hits); nr_hits 103 include/linux/profile.h static inline void profile_hits(int type, void *ip, unsigned int nr_hits) nr_hits 285 kernel/profile.c static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) nr_hits 309 kernel/profile.c hits[i + j].hits += nr_hits; nr_hits 313 kernel/profile.c hits[i + j].hits = nr_hits; nr_hits 324 kernel/profile.c atomic_add(nr_hits, &prof_buffer[pc]); nr_hits 386 kernel/profile.c static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) nr_hits 390 kernel/profile.c atomic_add(nr_hits, &prof_buffer[min(pc, prof_len - 1)]); nr_hits 394 kernel/profile.c void profile_hits(int type, void *__pc, unsigned int nr_hits) nr_hits 398 kernel/profile.c do_profile_hits(type, __pc, nr_hits);