mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
Now that DTrace stack traces handle exception frames better, skip fewer
stack frames for FBT 'entry' probes on ARM. MFC after: 3 days Sponsored by: DARPA, AFRL
This commit is contained in:
parent
2a1d3dee4f
commit
9dcce6e267
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ again:
|
|||
fbt->fbtp_name = name;
|
||||
if (retfbt == NULL) {
|
||||
fbt->fbtp_id = dtrace_probe_create(fbt_id, modname,
|
||||
name, FBT_RETURN, 5, fbt);
|
||||
name, FBT_RETURN, 3, fbt);
|
||||
} else {
|
||||
retfbt->fbtp_next = fbt;
|
||||
fbt->fbtp_id = retfbt->fbtp_id;
|
||||
|
|
|
|||
Loading…
Reference in a new issue