Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dprofile.c285 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
309 hits[i + j].hits += nr_hits; in do_profile_hits()
313 hits[i + j].hits = nr_hits; in do_profile_hits()
324 atomic_add(nr_hits, &prof_buffer[pc]); in do_profile_hits()
386 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
390 atomic_add(nr_hits, &prof_buffer[min(pc, prof_len - 1)]); in do_profile_hits()
394 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument
398 do_profile_hits(type, __pc, nr_hits); in profile_hits()
/Linux-v5.4/include/linux/
Dprofile.h53 void profile_hits(int type, void *ip, unsigned int nr_hits);
103 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() argument