tag | line | file | source code |
prof_shift | 137 | fs/proc/array.c | unsigned int sample_step = 1 << prof_shift; |
prof_shift | 368 | fs/proc/root.c | if (prof_shift) { |
prof_shift | 329 | include/linux/sched.h | extern unsigned long prof_shift; |
prof_shift | 185 | init/main.c | prof_shift = (unsigned long) ints[1]; |
prof_shift | 188 | init/main.c | prof_shift = CONFIG_PROFILE_SHIFT; |
prof_shift | 190 | init/main.c | prof_shift = 2; |
prof_shift | 642 | init/main.c | if (!prof_shift) |
prof_shift | 644 | init/main.c | prof_shift = CONFIG_PROFILE_SHIFT; |
prof_shift | 646 | init/main.c | prof_shift = 2; |
prof_shift | 649 | init/main.c | if (prof_shift) { |
prof_shift | 653 | init/main.c | prof_len >>= prof_shift; |
prof_shift | 77 | kernel/sched.c | unsigned long prof_shift = 0; |
prof_shift | 843 | kernel/sched.c | ip >>= prof_shift; |