Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F114106601
D42138.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
462 B
Referenced Files
None
Subscribers
None
D42138.diff
View Options
diff --git a/sys/kern/kern_boottrace.c b/sys/kern/kern_boottrace.c
--- a/sys/kern/kern_boottrace.c
+++ b/sys/kern/kern_boottrace.c
@@ -158,6 +158,10 @@
&shutdown_trace_threshold, 0,
"Tracing threshold (ms) below which tracing is ignored");
+SYSCTL_UINT(_kern_boottrace, OID_AUTO, table_size,
+ CTLFLAG_RDTUN | CTLFLAG_NOFETCH, &bt.size, 0,
+ "Boot-time tracing table size");
+
/*
* Dump a trace to buffer or if buffer is NULL to console.
*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 9, 12:50 AM (18 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17435836
Default Alt Text
D42138.diff (462 B)
Attached To
Mode
D42138: Add corresponding sysctl knobs for loader tunables
Attached
Detach File
Event Timeline
Log In to Comment