aboutsummaryrefslogtreecommitdiff
path: root/gprofng/common/hwcentry.h
diff options
context:
space:
mode:
authorVladimir Mezentsev <vladimir.mezentsev@oracle.com>2024-04-29 20:21:50 -0700
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>2024-05-17 18:28:03 -0700
commit663741df74f975ca00de84ba17d2cd8417bb1d03 (patch)
tree1e993a502721767427c1d5f5f34654216b1387eb /gprofng/common/hwcentry.h
parentf74ba96bb085494a14438a35f1c8cba3e3c81d4e (diff)
downloadbinutils-663741df74f975ca00de84ba17d2cd8417bb1d03.zip
binutils-663741df74f975ca00de84ba17d2cd8417bb1d03.tar.gz
binutils-663741df74f975ca00de84ba17d2cd8417bb1d03.tar.bz2
gprofng: remove old interface with libcpc
interface with libcpc was used on Solaris. gprofng doesn't support profiling on Solaris. I removed this old code and other unused macros and variables. gprofng/ChangeLog 2024-04-29 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> PR gprofng/31123 * common/hwcdrv.c: remove old interface with libcpc. * common/hwcdrv.h: Likewise. * common/hwcentry.h: Likewise. * common/hwcfuncs.c: Likewise. * common/hwcfuncs.h: Likewise. * common/hwctable.c: Likewise. * src/Dbe.cc: Likewise. * src/collctrl.cc: Likewise.
Diffstat (limited to 'gprofng/common/hwcentry.h')
-rw-r--r--gprofng/common/hwcentry.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gprofng/common/hwcentry.h b/gprofng/common/hwcentry.h
index a35a363..946356e 100644
--- a/gprofng/common/hwcentry.h
+++ b/gprofng/common/hwcentry.h
@@ -119,9 +119,6 @@ extern "C"
unsigned int type : 16; /* Type of perf_event_attr */
long long config; /* perf_event_type -specific configuration */
int sort_order; /* "tag" to associate experiment record with HWC def */
- regno_t *reg_list; /* if not NULL, legal values for <reg_num> field above */
- /* Note: reg_list will be terminated by REGNO_ANY */
- /* Max size of array is MAX_PICS */
hrtime_t min_time; /* target minimum time between overflow events. 0 is off. See HWCTIME_* macros */
hrtime_t min_time_default; /* if min_time==HWCTIME_AUTO, use this value instead. 0 is off. */
int ref_val; /* if min_time==HWCTIME_AUTO, use this time. 0 is off. */