| Commit message (Expand) | Author | Age | Files | Lines |
* | linux: Remove system->linux-architecture procedure.•••* gnu/packages/linux.scm (system->linux-architecture): Remove it.
(make-linux-libre-headers*, make-linux-libre*): Adapt them.
* guix/build-system/linux-module.scm (system->arch): Adapt it.
* gnu/packages/instrumentation.scm (uftrace): Ditto.
* gnu/packages/cross-base.scm (cross-kernel-headers): Ditto.
* gnu/packages/bioinformatics.scm (ncbi-vdb): Ditto.
* doc/guix.texi (Porting to a new platform): Update it.
| Mathieu Othacehe | 2022-05-22 | 1 | -3/+5 |
* | gnu: lttng-ust: Fix license.•••* gnu/packages/instrumentation.scm (lttng-ust): Fix license.
[license]: Set to lgpl2.1 and expat.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Olivier Dion | 2022-05-21 | 1 | -1/+1 |
* | gnu: Add uftrace.•••* gnu/packages/instrumentation.scm: (uftrace): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Olivier Dion | 2022-01-20 | 1 | -1/+65 |
* | gnu: Add flamegraph.•••* gnu/packages/instrumentation.scm (flamegraph): New variable.
| Olivier Dion | 2022-01-20 | 1 | -1/+43 |
* | gnu: lttng-tools: Update to 2.13.2.•••* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.2.
| Tobias Geerinckx-Rice | 2021-12-30 | 1 | -2/+2 |
* | gnu: lttng-ust: Update to 2.13.1.•••* gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.1.
| Tobias Geerinckx-Rice | 2021-12-30 | 1 | -2/+2 |
* | gnu: Enable babeltrace Python's bindings.•••* 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>
| Olivier Dion | 2021-12-22 | 1 | -13/+19 |
* | gnu: babeltrace, lttng-tools: Simplify inputs.•••* gnu/packages/instrumentation.scm (babeltrace, lttng-tools): Simplify
inputs.
| Ludovic Courtès | 2021-12-18 | 1 | -20/+20 |
* | gnu: Move instrumentation tools to instrumentation module.•••* 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>
| Olivier Dion | 2021-12-18 | 1 | -0/+157 |
* | gnu: Add Dyninst.•••* gnu/packages/instrumentation.scm: New file
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Olivier Dion | 2021-12-18 | 1 | -0/+77 |