summaryrefslogtreecommitdiff
path: root/gnu/packages/instrumentation.scm
Commit message (Collapse)AuthorAge
* gnu: lttng-tools: Update to 2.13.7.Olivier Dion2022-08-15
| | | | | | * gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: lttng-ust: Update to 2.13.3.Olivier Dion2022-08-15
| | | | | | * gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add lttng-modules.Olivier Dion2022-08-15
| | | | | | * gnu/packages/instrumentation.scm (lttng-modules): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add perf-tools.Olivier Dion2022-08-05
| | | | | | * gnu/packages/instrumentation.scm (perf-tools): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: lttng-ust: Fix dependencies.Olivier Dion2022-06-15
| | | | | | | | * gnu/packages/instrumentation.scm (lttng-ust): Fix dependencies. [inputs]: Remove liburcu. [propagated-inputs]: Add liburcu. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Move (gnu platform) and (gnu platforms ...) to guix/.Josselin Poiret2022-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/platform.scm: * gnu/platforms/arm.scm: * gnu/platforms/hurd.scm: * gnu/platforms/mips.scm: * gnu/platforms/powerpc.scm: * gnu/platforms/riscv.scm: * gnu/platforms/s390.scm: * gnu/platforms/x86.scm: Move to guix/. * Makefile.am: * doc/guix.texi (Porting to a New Platform): * etc/release-manifest.scm: * gnu/ci.scm: * gnu/image.scm: * gnu/local.mk: * gnu/packages/bioinformatics.scm: * gnu/packages/bootstrap.scm: * gnu/packages/cross-base.scm: * gnu/packages/instrumentation.scm: * gnu/packages/linux.scm: * gnu/system/image.scm: * gnu/system/images/hurd.scm: * gnu/system/images/novena.scm: * gnu/system/images/pine64.scm: * gnu/system/images/pinebook-pro.scm: * gnu/system/images/rock64.scm: * guix/scripts/build.scm: * guix/scripts/system.scm: * guix/self.scm: Update (gnu platform...) to (guix platform...). Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* linux: Remove system->linux-architecture procedure.Mathieu Othacehe2022-05-22
| | | | | | | | | | * 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.
* gnu: lttng-ust: Fix license.Olivier Dion2022-05-21
| | | | | | | * gnu/packages/instrumentation.scm (lttng-ust): Fix license. [license]: Set to lgpl2.1 and expat. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* 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>