Lines Matching refs:prof_shift
41 static unsigned long prof_len, prof_shift; variable
66 prof_shift = par; in profile_setup()
68 prof_shift); in profile_setup()
77 prof_shift = par; in profile_setup()
79 prof_shift); in profile_setup()
85 prof_shift = par; in profile_setup()
87 prof_shift); in profile_setup()
89 prof_shift = par; in profile_setup()
92 prof_shift); in profile_setup()
106 prof_len = (_etext - _stext) >> prof_shift; in profile_init()
287 pc = min((pc - (unsigned long)_stext) >> prof_shift, prof_len - 1); in do_profile_hits()
396 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
478 unsigned int sample_step = 1 << prof_shift; in read_profile()