Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dprofile.c117 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
122 atomic_add(nr_hits, &prof_buffer[pc]); in do_profile_hits()
125 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument
129 do_profile_hits(type, __pc, nr_hits); in profile_hits()
/linux-6.12.1/include/linux/
Dprofile.h40 void profile_hits(int type, void *ip, unsigned int nr_hits);
71 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() argument