summaryrefslogtreecommitdiff
path: root/gnu/packages/instrumentation.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: lttng-tools: Update to 2.13.2.Tobias Geerinckx-Rice2021-12-301-2/+2
| | | | * gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.2.
* gnu: lttng-ust: Update to 2.13.1.Tobias Geerinckx-Rice2021-12-301-2/+2
| | | | * gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.1.
* gnu: Enable babeltrace Python's bindings.Olivier Dion2021-12-221-13/+19
| | | | | | | | | * 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>
* gnu: babeltrace, lttng-tools: Simplify inputs.Ludovic Courtès2021-12-181-20/+20
| | | | | * gnu/packages/instrumentation.scm (babeltrace, lttng-tools): Simplify inputs.
* gnu: Move instrumentation tools to instrumentation module.Olivier Dion2021-12-181-0/+157
| | | | | | | * 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>
* gnu: Add Dyninst.Olivier Dion2021-12-181-0/+77
* gnu/packages/instrumentation.scm: New file * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>