Skip to content

Commit

Permalink
Merge branch 'main' of github.com:performancecopilot/pcp
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Nov 12, 2023
2 parents 9366f80 + 9885ab2 commit 8b8cdf6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions qa/655
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ echo "QA output created by $seq"
test "$PCP_PLATFORM" = "linux" || _notrun "No resctrl support on PCP_PLATFORM $PCP_PLATFORM"
test -x "$PCP_BINADM_DIR/pcp-atop" || _notrun "No pcp-atop binary available on this platform"
test -f /sys/devices/system/cpu/cpu0/cache/index3/size || _notrun "No L3 cache size available"
test -d /sys/fs/resctrl || _notrun "No /sys/fs/resctrl"

_cleanup()
{
Expand Down
2 changes: 1 addition & 1 deletion qa/870
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ _is_activating()
then
eval `systemctl show --property=ActiveState pmlogger.service`
echo "ActiveState=$ActiveState" >>$here/$seq.full
[ "$ActiveState" != activating ] && return 0
[ "$ActiveState" = activating ] && return 0
fi
return 1
}
Expand Down
6 changes: 4 additions & 2 deletions qa/group
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ pmda.json
pmda.kvm
pmda.libvirt
pmda.lio
#pmda.llc # note this group has been retired
pmda.lmsensors
pmda.logger
pmda.lustre
Expand Down Expand Up @@ -255,8 +256,9 @@ pmda.postfix
pmda.postgresql
pmda.proc
pmda.redis
pmda.resctrl
pmda.root
pmda.rpm # note this group has been retired
#pmda.rpm # note this group has been retired
pmda.rsyslog
pmda.sample
pmda.sendmail
Expand Down Expand Up @@ -1111,7 +1113,7 @@ x11
652 pmda.systemd event flakey
653 libpcp local
654 pmda.gfs2 local valgrind
655 pmda.llc local
655 pmda.resctrl local
656 pmda.cifs local valgrind
657 pmda.dm local
658 logutil local pmlogrewrite pmlogmv pmlogdump
Expand Down
1 change: 1 addition & 0 deletions src/include/builddefs.in
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ LZMACFLAGS = @lzma_CFLAGS@
LIBUVCFLAGS = @libuv_CFLAGS@
OPENSSLCFLAGS = @openssl_CFLAGS@
SASLCFLAGS = @libsasl2_CFLAGS@
CMOCKACFLAGS = @cmocka_CFLAGS@

LDFLAGS += $(PLDFLAGS) $(WARN_OFF) $(PCP_LIBS) $(LLDFLAGS)

Expand Down

0 comments on commit 8b8cdf6

Please sign in to comment.