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

/linux-master/kernel/
H A Dprofile.c216 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) argument
218 unsigned long primary, secondary, flags, pc = (unsigned long)__pc;
317 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) argument
320 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift;
325 void profile_hits(int type, void *__pc, unsigned int nr_hits) argument
329 do_profile_hits(type, __pc, nr_hits);

Completed in 120 milliseconds