diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 9b9566bf3301..6ce5f48859cc 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1650,11 +1650,13 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1650 | oprofile.timer= [HW] | 1650 | oprofile.timer= [HW] |
1651 | Use timer interrupt instead of performance counters | 1651 | Use timer interrupt instead of performance counters |
1652 | 1652 | ||
1653 | oprofile.force_arch_perfmon=1 [X86] | 1653 | oprofile.cpu_type= Force an oprofile cpu type |
1654 | Force use of architectural perfmon instead of | 1654 | This might be useful if you have an older oprofile |
1655 | the CPU specific event set. | 1655 | userland or if you want common events. |
1656 | This might be useful if you have older oprofile | 1656 | Format: { archperfmon } |
1657 | userland or if you want common events over Intel CPUs. | 1657 | archperfmon: [X86] Force use of architectural |
1658 | perfmon on Intel CPUs instead of the | ||
1659 | CPU specific event set. | ||
1658 | 1660 | ||
1659 | osst= [HW,SCSI] SCSI Tape Driver | 1661 | osst= [HW,SCSI] SCSI Tape Driver |
1660 | Format: <buffer_size>,<write_threshold> | 1662 | Format: <buffer_size>,<write_threshold> |