Home
last modified time | relevance | path

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

/linux/kernel/
A Dprofile.c286 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
288 unsigned long primary, secondary, flags, pc = (unsigned long)__pc; in do_profile_hits()
387 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
390 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
395 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument
399 do_profile_hits(type, __pc, nr_hits); in profile_hits()

Completed in 5 milliseconds