Searched refs:profile_hits (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dprofile.h47 void profile_hits(int type, void *ip, unsigned int nr_hits);
58 profile_hits(type, ip, 1);
78 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) function
/linux-master/kernel/
H A Dprofile.c325 void profile_hits(int type, void *__pc, unsigned int nr_hits) function
331 EXPORT_SYMBOL_GPL(profile_hits); variable
/linux-master/kernel/sched/
H A Dstats.c101 profile_hits(SLEEP_PROFILING,

Completed in 447 milliseconds