blob: 538a106d45e509c7faa3dc134db22bbc1d536303 (
plain) (
tree)
|
|
#ifndef _Prof_c_h
#define _Prof_c_h
#define EOI_DEFAULTS (0)
#define EOI_DISABLED (1)
#define EOI_KEEP_GRAPH (2)
#define EOI_KEEP_ARGS (4)
#define EOI_ENABLE_ALL (8)
#define EOI_DISABLE_ALL (16)
#define EOI_AUTOSOI (32)
#define EOI_HOSTHOOK (64)
#define EOI_NOTIME (128)
#endif /* ! _Prof_c_h */
|