aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-27 01:42:54 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-27 13:28:07 +0200
commitbf29e9e3c553b337bff444abf9a85d6ad063363c (patch)
tree7bc131d6935001b39b5ea2fab4f5d7f7399d65b6 /profiles/desc
parentsys-cluster/veloc: move COMM_QUEUE use expand to profiles/desc (diff)
downloadguru-bf29e9e3c553b337bff444abf9a85d6ad063363c.tar.gz
guru-bf29e9e3c553b337bff444abf9a85d6ad063363c.tar.bz2
guru-bf29e9e3c553b337bff444abf9a85d6ad063363c.zip
sys-cluster/extrae: move INSTRUMENT use expand to profiles/desc
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'profiles/desc')
-rw-r--r--profiles/desc/instrument.desc8
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/desc/instrument.desc b/profiles/desc/instrument.desc
new file mode 100644
index 000000000..8311329db
--- /dev/null
+++ b/profiles/desc/instrument.desc
@@ -0,0 +1,8 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# This file contains descriptions of INSTRUMENT USE_EXPAND flags.
+
+dynamic-memory - Enables instrumentation for dynamic memory (malloc, free, realloc) calls
+io - Enables instrumentation for basic I/O (read, write) calls
+syscall - Enables instrumentation for system calls (other than I/O and mallocs)