Files
guru/profiles/desc/instrument.desc
Alessandro Barbieri bf29e9e3c5 sys-cluster/extrae: move INSTRUMENT use expand to profiles/desc
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-05-27 13:28:07 +02:00

9 lines
400 B
Plaintext

# 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)