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

/linux-master/kernel/
H A Dprofile.c45 static unsigned short int prof_shift; variable
80 prof_shift = clamp(par, 0, BITS_PER_LONG - 1);
83 prof_shift);
90 prof_shift = clamp(par, 0, BITS_PER_LONG - 1);
92 select, prof_shift);
107 prof_len = (_etext - _stext) >> prof_shift;
110 pr_warn("profiling shift: %u too large\n", prof_shift);
222 pc = min((pc - (unsigned long)_stext) >> prof_shift, prof_len - 1);
320 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift;
402 unsigned long sample_step = 1UL << prof_shift;
[all...]

Completed in 137 milliseconds