mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 07:19:58 +00:00
Changelog: ============ * Consolidate ClockMeter code into DateTimeMeter code * Darwin: Fix unsigned underflow in memory meter on ARM64 (Apple Silicon 16K pages showing ~64TB used) * Linux/PCP: Replace M_SHARE (SHR) with M_PRIV (PRIV) in default Main screen columns * PCP: Fix dynamic screen column (instance) sorting (incorrect cast and field offsets) * PCP: Fix units used when printing M_PRIV memory column values * PCP: Add Darwin swap metric values and a fallback on Linux for SwapMeter * Fix null pointer dereference in actionBacktrace() (GCC LTO -O2 -flto, Ubuntu 24.04) * Make search function activate following on find consistently * Make a panel click abort the search function Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>