summaryrefslogtreecommitdiff
path: root/gnu/packages/instrumentation.scm
Commit message (Collapse)AuthorAge
* gnu: Add uftrace.Olivier Dion2022-01-20
| | | | | | * gnu/packages/instrumentation.scm: (uftrace): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add flamegraph.Olivier Dion2022-01-20
| | | | * gnu/packages/instrumentation.scm (flamegraph): New variable.
* gnu: lttng-tools: Update to 2.13.2.Tobias Geerinckx-Rice2021-12-30
| | | | * gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.2.
* gnu: lttng-ust: Update to 2.13.1.Tobias Geerinckx-Rice2021-12-30
| | | | * gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.1.
* gnu: Enable babeltrace Python's bindings.Olivier Dion2021-12-22
| | | | | | | | | * 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-18
| | | | | * gnu/packages/instrumentation.scm (babeltrace, lttng-tools): Simplify inputs.
* gnu: Move instrumentation tools to instrumentation module.Olivier Dion2021-12-18
| | | | | | | * 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-18
* gnu/packages/instrumentation.scm: New file * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>