File oprofile-update-pointers-to-documentation-for-power.patch of Package oprofile
From: Will Schmidt <will_schmidt@vnet.ibm.com>
Date: Fri, 9 Jun 2017 14:29:51 -0500
Subject: oprofile update pointers to documentation for Power
Git-repo: git://git.code.sf.net/p/oprofile/oprofile
Git-commit: eb8852f7d60c05f7c1bcb4de5b9b40090fd42238
References: FATE#321458
[SUSE: Adjust for context no 0c142c3a]
Hi,
Update the documentation pointers to the current home
for the Power ISA and P8 Users Manual.
Signed-off-by: Will Schmidt <will_schmidt@vnet.ibm.com>
Thanks
-Will
--
Signed-off-by: Tony Jones <tonyj@suse.de>
---
utils/ophelp.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/utils/ophelp.c b/utils/ophelp.c
index f76bf2ad..9a2a7ddb 100644
--- a/utils/ophelp.c
+++ b/utils/ophelp.c
@@ -683,13 +683,17 @@ int main(int argc, char const * argv[])
case CPU_PPC64_POWER8:
event_doc =
"This processor type is fully supported with operf; opcontrol timer mode may be available.\n"
- "See Power ISA 2.07 at https://www.power.org/\n\n";
+ "See Power ISA 3.0B at "
+ "https://openpowerfoundation.org/?submit=Search&s=ISA \n"
+ "And the P8 Users Manual at "
+ "https://www-355.ibm.com/systems/power/openpower \n\n";
break;
case CPU_PPC64_POWER9:
event_doc =
"This processor type is fully supported with operf.\n"
- "See Power ISA 3.0 at https://www.power.org/\n\n";
+ "See Power ISA 3.0B at "
+ "https://openpowerfoundation.org/?resource_lib=power-isa-version-3-0\n";
break;
case CPU_PPC64_CELL: