diff options
Diffstat (limited to 'gprofng/common/hwcentry.h')
-rw-r--r-- | gprofng/common/hwcentry.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gprofng/common/hwcentry.h b/gprofng/common/hwcentry.h index b2ab8b9..0b923fc 100644 --- a/gprofng/common/hwcentry.h +++ b/gprofng/common/hwcentry.h @@ -200,17 +200,12 @@ extern "C" extern char *hwc_get_docref (char *buf, size_t buflen); /* Return a CPU HWC document reference, or NULL. */ - // TBR - extern char *hwc_get_default_cntrs (); - /* Return a default HW counter string; may be NULL, or zero-length */ - /* NULL means none is defined in the table; or zero-length means string defined could not be loaded */ - extern char *hwc_get_default_cntrs2 (int forKernel, int style); /* like hwc_get_default_cntrs() for style==1 */ /* but allows other styles of formatting as well */ /* deprecate and eventually remove hwc_get_default_cntrs() */ - extern char *hwc_get_orig_default_cntrs (); + extern char *hwc_get_orig_default_cntrs (int forKernel); /* Get the default HW counter string as set in the table */ /* NULL means none is defined in the table */ |