Home
last modified time | relevance | path

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

/linux/kernel/
A Dprofile.c286 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
310 hits[i + j].hits += nr_hits; in do_profile_hits()
314 hits[i + j].hits = nr_hits; in do_profile_hits()
325 atomic_add(nr_hits, &prof_buffer[pc]); in do_profile_hits()
387 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
391 atomic_add(nr_hits, &prof_buffer[min(pc, prof_len - 1)]); in do_profile_hits()
395 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument
399 do_profile_hits(type, __pc, nr_hits); in profile_hits()
/linux/include/linux/
A Dprofile.h52 void profile_hits(int type, void *ip, unsigned int nr_hits);
100 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() argument

Completed in 5 milliseconds