#include <sys/types.h>Go to the source code of this file.
Enumerations | |
| enum | display_mask_t { DM_THREAD = 1, DM_SYSCALL = 2, DM_IPC = 4, DM_SYSTEM = 8, DM_USER = 16 } |
| Classes of events that can be displayed. More... | |
| enum | val_type_t |
Functions | |
| void | val_print (sysarg_t val, val_type_t v_type) |
Variables | |
| display_mask_t | display_mask |
| Combination of events to print. | |
Definition in file trace.h.
1.4.7