aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-06-10 22:51:10 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-06-10 22:51:10 -0400
commit57eee9ae7bbcfb692dc96c739a5184adb6349733 (patch)
treedd268927f30b91e8cbf95ec58e6004673b71fe40 /Documentation/kernel-parameters.txt
parent8f40642ad315c553bab4ae800766ade07e574a77 (diff)
parent7e4e0bd50e80df2fe5501f48f872448376cdd997 (diff)
Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: oprofile: introduce module_param oprofile.cpu_type oprofile: add support for Core i7 and Atom oprofile: remove undocumented oprofile.p4force option oprofile: re-add force_arch_perfmon option
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index af43f45e8358..f08e2bebb186 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1665,6 +1665,14 @@ and is between 256 and 4096 characters. It is defined in the file
1665 oprofile.timer= [HW] 1665 oprofile.timer= [HW]
1666 Use timer interrupt instead of performance counters 1666 Use timer interrupt instead of performance counters
1667 1667
1668 oprofile.cpu_type= Force an oprofile cpu type
1669 This might be useful if you have an older oprofile
1670 userland or if you want common events.
1671 Format: { archperfmon }
1672 archperfmon: [X86] Force use of architectural
1673 perfmon on Intel CPUs instead of the
1674 CPU specific event set.
1675
1668 osst= [HW,SCSI] SCSI Tape Driver 1676 osst= [HW,SCSI] SCSI Tape Driver
1669 Format: <buffer_size>,<write_threshold> 1677 Format: <buffer_size>,<write_threshold>
1670 See also Documentation/scsi/st.txt. 1678 See also Documentation/scsi/st.txt.