Searched refs:profile_hits (Results 1 - 3 of 3) sorted by last modified time

/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/include/linux/
H A Dprofile.h42 void profile_hits(int type, void *ip, unsigned int nr_hits);
53 profile_hits(type, ip, 1);
73 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) function
/linux-master/kernel/sched/
H A Dstats.c101 profile_hits(SLEEP_PROFILING,

Completed in 188 milliseconds