[PATCH] oprofile update pointers to documentation for Power
Will Schmidt <[email protected]>
| Newsgroups | gmane.linux.oprofile |
|---|---|
| Message-ID | <[email protected]> |
Hi, Update the documentation pointers to the current home for the Power ISA and P8 Users Manual. Signed-off-by: Will Schmidt <[email protected]> Thanks -Will -- diff --git a/utils/ophelp.c b/utils/ophelp.c index f76bf2a..ed278c2 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.\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_MIPS_20K: ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot