Increase DTRACE_FUNCNAMELEN from 128 to 192.
This allows for the long function components encountered in www/firefox. This constant is part of DTrace's userland ABI, so this change may not be MFC'ed. PR: 207735
This commit is contained in:
parent
328d8adb9b
commit
676a03fa6a
@ -87,7 +87,7 @@ typedef int model_t;
|
||||
|
||||
#define DTRACE_PROVNAMELEN 64
|
||||
#define DTRACE_MODNAMELEN 64
|
||||
#define DTRACE_FUNCNAMELEN 128
|
||||
#define DTRACE_FUNCNAMELEN 192
|
||||
#define DTRACE_NAMELEN 64
|
||||
#define DTRACE_FULLNAMELEN (DTRACE_PROVNAMELEN + DTRACE_MODNAMELEN + \
|
||||
DTRACE_FUNCNAMELEN + DTRACE_NAMELEN + 4)
|
||||
|
Loading…
Reference in New Issue
Block a user