| tag | line | file | source code |
| prof_shift | 126 | fs/proc/array.c | extern unsigned long prof_shift; |
| prof_shift | 138 | fs/proc/array.c | unsigned long sample_step = 1 << prof_shift; |
| prof_shift | 306 | fs/proc/root.c | if (prof_shift) { |
| prof_shift | 313 | include/linux/sched.h | extern unsigned long prof_shift; |
| prof_shift | 161 | init/main.c | prof_shift = (unsigned long) ints[1]; |
| prof_shift | 164 | init/main.c | prof_shift = CONFIG_PROFILE_SHIFT; |
| prof_shift | 166 | init/main.c | prof_shift = 2; |
| prof_shift | 557 | init/main.c | if (!prof_shift) |
| prof_shift | 559 | init/main.c | prof_shift = CONFIG_PROFILE_SHIFT; |
| prof_shift | 561 | init/main.c | prof_shift = 2; |
| prof_shift | 564 | init/main.c | if (prof_shift) { |
| prof_shift | 568 | init/main.c | prof_len >>= prof_shift; |
| prof_shift | 73 | kernel/sched.c | unsigned long prof_shift = 0; |
| prof_shift | 809 | kernel/sched.c | ip >>= prof_shift; |