summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/smem/smem_1.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* smem: update to v1.5 (python3 compatibility)André Draszik2020-02-051-33/+0
| | | | | | | | | | | | | smem generally works using the upstream code, but the --source argument still throws exceptions - add a patch to resolve those as well. There is no release on the downloads URL, but a tag in mercurial - so this now downloads the snapshot that tag is pointing to. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smem: add a native variantAndré Draszik2020-02-041-0/+2
| | | | | | | | The native variant is useful to e.g. examine captures of a running target on the host system. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smem: package smemcap separatelyMaciej Pijanowski2019-10-041-0/+4
| | | | | | | | | | | | Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> smemcap is a tiny binary which allows capturing current state of the /proc for further offline analysis. Package it seperately so there is no need to install python runtime dependencies on the embedded system when not required. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smem: Add appropriate python modules to rdepsKhem Raj2015-12-181-0/+1
| | | | | | | It wont work without these modules at runtime Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smem: use BPN in SRC_URIRobert Yang2015-01-081-1/+1
| | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smem: add new recipeLi xin2014-11-241-0/+26
smem is a tool that can give numerous reports on memory usage on Linux systems. Unlike existing tools, smem can report proportional set size (PSS), which is a more meaningful representation of the amount of memory used by libraries and applications in a virtual memory system. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>