mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
9 lines
400 B
Plaintext
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)
|