__pc 285 kernel/profile.c static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) __pc 287 kernel/profile.c unsigned long primary, secondary, flags, pc = (unsigned long)__pc; __pc 386 kernel/profile.c static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) __pc 389 kernel/profile.c pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; __pc 394 kernel/profile.c void profile_hits(int type, void *__pc, unsigned int nr_hits) __pc 398 kernel/profile.c do_profile_hits(type, __pc, nr_hits);