prof_shift 44 kernel/profile.c static unsigned long prof_len, prof_shift; prof_shift 70 kernel/profile.c prof_shift = par; prof_shift 72 kernel/profile.c prof_shift); prof_shift 81 kernel/profile.c prof_shift = par; prof_shift 83 kernel/profile.c prof_shift); prof_shift 89 kernel/profile.c prof_shift = par; prof_shift 91 kernel/profile.c prof_shift); prof_shift 93 kernel/profile.c prof_shift = par; prof_shift 96 kernel/profile.c prof_shift); prof_shift 110 kernel/profile.c prof_len = (_etext - _stext) >> prof_shift; prof_shift 291 kernel/profile.c pc = min((pc - (unsigned long)_stext) >> prof_shift, prof_len - 1); prof_shift 389 kernel/profile.c pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; prof_shift 471 kernel/profile.c unsigned int sample_step = 1 << prof_shift;