Decrease strace verbosity

This commit is contained in:
Justine Tunney 2022-05-12 06:58:51 -07:00
parent 2ea1dc405c
commit 335d158ab6

View file

@ -5,10 +5,10 @@
#include "libc/calls/struct/sigaction.h" #include "libc/calls/struct/sigaction.h"
#include "libc/calls/struct/stat.h" #include "libc/calls/struct/stat.h"
#define _KERNTRACE 1 /* not configurable w/ flag yet */ #define _KERNTRACE 0 /* not configurable w/ flag yet */
#define _POLLTRACE 1 /* not configurable w/ flag yet */ #define _POLLTRACE 0 /* not configurable w/ flag yet */
#define _DATATRACE 1 /* not configurable w/ flag yet */ #define _DATATRACE 1 /* not configurable w/ flag yet */
#define _NTTRACE 1 /* not configurable w/ flag yet */ #define _NTTRACE 0 /* not configurable w/ flag yet */
#define STRACE_PROLOGUE "%rSYS %5P %'18T " #define STRACE_PROLOGUE "%rSYS %5P %'18T "