summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2023-08-29 18:09:19 +1000
committerNathan Scott <nathans@redhat.com>2023-08-30 13:11:57 +1000
commitc9ad6a90cb49a2b65d8104b4ecb917bf7e95c821 (patch)
tree2799a3be6bce5b7bc249500912cf6f6f28b302b1 /Makefile.am
parent53bdcab942298e0e452d62237bc18e3a4cd551cf (diff)
Rename PCPMetric files, structures and related internal functions
Simplify names to just Metric in this case as it is not mirroring core htop naming (which is the norm for that naming convention).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index b7d3cca3..90bd30ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -416,17 +416,17 @@ pcp_platform_headers = \
linux/PressureStallMeter.h \
linux/ZramMeter.h \
linux/ZramStats.h \
+ pcp/Instance.h \
+ pcp/InDomTable.h \
+ pcp/Metric.h \
+ pcp/Platform.h \
+ pcp/ProcessField.h \
pcp/PCPDynamicColumn.h \
pcp/PCPDynamicMeter.h \
pcp/PCPDynamicScreen.h \
- pcp/Instance.h \
- pcp/InDomTable.h \
pcp/PCPMachine.h \
- pcp/PCPMetric.h \
pcp/PCPProcess.h \
pcp/PCPProcessList.h \
- pcp/Platform.h \
- pcp/ProcessField.h \
zfs/ZfsArcMeter.h \
zfs/ZfsArcStats.h \
zfs/ZfsCompressedArcMeter.h
@@ -435,16 +435,16 @@ pcp_platform_sources = \
linux/CGroupUtils.c \
linux/PressureStallMeter.c \
linux/ZramMeter.c \
+ pcp/Instance.c \
+ pcp/InDomTable.c \
+ pcp/Metric.c \
+ pcp/Platform.c \
pcp/PCPDynamicColumn.c \
pcp/PCPDynamicMeter.c \
pcp/PCPDynamicScreen.c \
- pcp/Instance.c \
- pcp/InDomTable.c \
pcp/PCPMachine.c \
- pcp/PCPMetric.c \
pcp/PCPProcess.c \
pcp/PCPProcessList.c \
- pcp/Platform.c \
zfs/ZfsArcMeter.c \
zfs/ZfsCompressedArcMeter.c

© 2014-2024 Faster IT GmbH | imprint | privacy policy