Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dprofile.h52 void profile_hits(int type, void *ip, unsigned int nr_hits);
63 profile_hits(type, ip, 1); in profile_hit()
100 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() function
/Linux-v5.15/kernel/
Dprofile.c395 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() function
401 EXPORT_SYMBOL_GPL(profile_hits);
/Linux-v5.15/kernel/sched/
Dfair.c983 profile_hits(SLEEP_PROFILING, in update_stats_enqueue_sleeper()