Searched refs:nr_hits (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/ |
H A D | profile.c | 207 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument 231 hits[i + j].hits += nr_hits; in do_profile_hits() 235 hits[i + j].hits = nr_hits; in do_profile_hits() 246 atomic_add(nr_hits, &prof_buffer[pc]); in do_profile_hits() 308 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument 312 atomic_add(nr_hits, &prof_buffer[min(pc, prof_len - 1)]); in do_profile_hits() 316 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument 320 do_profile_hits(type, __pc, nr_hits); in profile_hits()
|
/openbmc/linux/include/linux/ |
H A D | profile.h | 46 void profile_hits(int type, void *ip, unsigned int nr_hits); 77 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() argument
|