Nathan Scott
Nathan Scott
Extends the MakeHeader script to auto-generate correct "extern" function declarations in some cases that it currently does not. Related to https://github.com/hishamhm/htop/pull/981
Resolves Red Hat BZ #2095445
Some work remains in QA and docs, but this is now functional. Resolves https://github.com/performancecopilot/pcp/issues/662
In order to implement sysstat/sar semantics, where an archive is appended to by short-lived processes - and not by a long-running process ala pmlogger - we're in need of an...
This is preventing full conversion of tools like pmval and pmstat to using nanosecond precision timestamps throughout.
Along the lines of #1477 it'd be good to get a CI target to run QA on a (non-release) build of PCP with sanitizer options enabled - like -fsanitize=address, -fsanitize=undefined...