Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106222898
D47642.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
748 B
Referenced Files
None
Subscribers
None
D47642.diff
View Options
diff --git a/usr.bin/ktrace/ktrace.h b/usr.bin/ktrace/ktrace.h
--- a/usr.bin/ktrace/ktrace.h
+++ b/usr.bin/ktrace/ktrace.h
@@ -31,13 +31,13 @@
#define DEF_POINTS (KTRFAC_SYSCALL | KTRFAC_SYSRET | KTRFAC_NAMEI | \
KTRFAC_GENIO | KTRFAC_PSIG | KTRFAC_USER | \
- KTRFAC_STRUCT | KTRFAC_SYSCTL | KTRFAC_STRUCT_ARRAY | \
- KTRFAC_ARGS | KTRFAC_ENVS)
+ KTRFAC_STRUCT | KTRFAC_SYSCTL | KTRFAC_STRUCT_ARRAY)
#define PROC_ABI_POINTS (KTRFAC_PROCCTOR | KTRFAC_PROCDTOR)
#define ALL_POINTS (DEF_POINTS | KTRFAC_CAPFAIL | KTRFAC_CSW | \
- PROC_ABI_POINTS | KTRFAC_FAULT | KTRFAC_FAULTEND)
+ PROC_ABI_POINTS | KTRFAC_FAULT | KTRFAC_FAULTEND | \
+ KTRFAC_ARGS | KTRFAC_ENVS)
#define DEF_TRACEFILE "ktrace.out"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 28, 11:07 AM (6 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14686552
Default Alt Text
D47642.diff (748 B)
Attached To
Mode
D47642: ktrace: Do not set args and envs as default
Attached
Detach File
Event Timeline
Log In to Comment