Lines Matching refs:prof_shift
44 static unsigned long prof_len, prof_shift; variable
70 prof_shift = par; in profile_setup()
72 prof_shift); in profile_setup()
81 prof_shift = par; in profile_setup()
83 prof_shift); in profile_setup()
89 prof_shift = par; in profile_setup()
91 prof_shift); in profile_setup()
93 prof_shift = par; in profile_setup()
96 prof_shift); in profile_setup()
110 prof_len = (_etext - _stext) >> prof_shift; in profile_init()
291 pc = min((pc - (unsigned long)_stext) >> prof_shift, prof_len - 1); in do_profile_hits()
389 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
471 unsigned int sample_step = 1 << prof_shift; in read_profile()