diff options
author | Robert Richter <robert.richter@amd.com> | 2009-06-23 05:48:14 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-07-09 23:22:50 -0400 |
commit | 8d7ff4f2a0b22b7d6d7bc3982257d1dadea22824 (patch) | |
tree | 4a265165bc8d8b53aea3860e3a57880d0860cd63 /Documentation | |
parent | 7afdbf23c3acdec3eaf1b94f87132fff3d81ce73 (diff) |
x86/oprofile: rename kernel parameter for architectural perfmon to arch_perfmon
The short name of the achitecture is 'arch_perfmon'. This patch
changes the kernel parameter to use this name.
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Robert Richter <robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 92e1ab8178a8..c59e965a748d 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1728,8 +1728,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1728 | oprofile.cpu_type= Force an oprofile cpu type | 1728 | oprofile.cpu_type= Force an oprofile cpu type |
1729 | This might be useful if you have an older oprofile | 1729 | This might be useful if you have an older oprofile |
1730 | userland or if you want common events. | 1730 | userland or if you want common events. |
1731 | Format: { archperfmon } | 1731 | Format: { arch_perfmon } |
1732 | archperfmon: [X86] Force use of architectural | 1732 | arch_perfmon: [X86] Force use of architectural |
1733 | perfmon on Intel CPUs instead of the | 1733 | perfmon on Intel CPUs instead of the |
1734 | CPU specific event set. | 1734 | CPU specific event set. |
1735 | 1735 | ||