Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dprofile.h46 void profile_hits(int type, void *ip, unsigned int nr_hits);
57 profile_hits(type, ip, 1); in profile_hit()
77 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() function
/openbmc/linux/kernel/
H A Dprofile.c316 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() function
322 EXPORT_SYMBOL_GPL(profile_hits);