Lines Matching refs:prof_shift
43 static unsigned long prof_len, prof_shift; variable
69 prof_shift = par; in profile_setup()
71 prof_shift); in profile_setup()
80 prof_shift = par; in profile_setup()
82 prof_shift); in profile_setup()
88 prof_shift = par; in profile_setup()
90 prof_shift); in profile_setup()
92 prof_shift = par; in profile_setup()
95 prof_shift); in profile_setup()
109 prof_len = (_etext - _stext) >> prof_shift; in profile_init()
290 pc = min((pc - (unsigned long)_stext) >> prof_shift, prof_len - 1); in do_profile_hits()
388 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
470 unsigned int sample_step = 1 << prof_shift; in read_profile()