| tag | line | file | source code |
| prof_shift | 128 | fs/proc/array.c | extern unsigned long prof_shift; |
| prof_shift | 140 | fs/proc/array.c | unsigned long sample_step = 1 << prof_shift; |
| prof_shift | 359 | fs/proc/root.c | if (prof_shift) { |
| prof_shift | 317 | include/linux/sched.h | extern unsigned long prof_shift; |
| prof_shift | 174 | init/main.c | prof_shift = (unsigned long) ints[1]; |
| prof_shift | 177 | init/main.c | prof_shift = CONFIG_PROFILE_SHIFT; |
| prof_shift | 179 | init/main.c | prof_shift = 2; |
| prof_shift | 613 | init/main.c | if (!prof_shift) |
| prof_shift | 615 | init/main.c | prof_shift = CONFIG_PROFILE_SHIFT; |
| prof_shift | 617 | init/main.c | prof_shift = 2; |
| prof_shift | 620 | init/main.c | if (prof_shift) { |
| prof_shift | 624 | init/main.c | prof_len >>= prof_shift; |
| prof_shift | 77 | kernel/sched.c | unsigned long prof_shift = 0; |
| prof_shift | 814 | kernel/sched.c | ip >>= prof_shift; |