mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Update default callchain depth to 16 to match kernel
MFC after: 1 week
This commit is contained in:
parent
38c431040a
commit
06cc6df79c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266903
@ -61,7 +61,7 @@
|
||||
#define DEFAULT_DISPLAY_HEIGHT 256 /* file virtual height */
|
||||
#define DEFAULT_DISPLAY_WIDTH 1024 /* file virtual width */
|
||||
#define DEFAULT_BUFFER_SIZE 4096
|
||||
#define DEFAULT_CALLGRAPH_DEPTH 4
|
||||
#define DEFAULT_CALLGRAPH_DEPTH 16
|
||||
|
||||
#define PRINT_HEADER_PREFIX "# "
|
||||
#define READPIPEFD 0
|
||||
|
Loading…
Reference in New Issue
Block a user