summaryrefslogtreecommitdiff
path: root/gnu/packages/instrumentation.scm
AgeCommit message (Collapse)Author
2022-01-20gnu: Add flamegraph.Olivier Dion
* gnu/packages/instrumentation.scm (flamegraph): New variable.
2021-12-30gnu: lttng-tools: Update to 2.13.2.Tobias Geerinckx-Rice
* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.2.
2021-12-30gnu: lttng-ust: Update to 2.13.1.Tobias Geerinckx-Rice
* gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.1.
2021-12-22gnu: Enable babeltrace Python's bindings.Olivier Dion
* gnu/packages/instrumentation.scm (babeltrace) [tests?]: Set to false. [configure-flags]: Enable Python's plugins and bindings. [make-flags]: Add output's /lib to linker rpath. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-18gnu: babeltrace, lttng-tools: Simplify inputs.Ludovic Courtès
* gnu/packages/instrumentation.scm (babeltrace, lttng-tools): Simplify inputs.
2021-12-18gnu: Move instrumentation tools to instrumentation module.Olivier Dion
* gnu/packages/linux.scm (lttng-ust, lttng-tools, babeltrace): Move to ... * gnu/packages/instrumentation.scm: ... here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18gnu: Add Dyninst.Olivier Dion
* gnu/packages/instrumentation.scm: New file * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>