Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dprofile.h40 void profile_hits(int type, void *ip, unsigned int nr_hits);
51 profile_hits(type, ip, 1); in profile_hit()
71 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() function
/linux-6.12.1/kernel/
Dprofile.c125 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() function
131 EXPORT_SYMBOL_GPL(profile_hits);