Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dprofile.h52 void profile_hits(int type, void *ip, unsigned int nr_hits);
63 profile_hits(type, ip, 1); in profile_hit()
102 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() function
/linux-4.4.14/kernel/
Dprofile.c401 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() function
407 EXPORT_SYMBOL_GPL(profile_hits);
/linux-4.4.14/kernel/sched/
Dfair.c2941 profile_hits(SLEEP_PROFILING, in enqueue_sleeper()