Page MenuHomeFreeBSD

dtrace: correct the aframes value for fbt provider
ClosedPublic

Authored by mhorne on Dec 9 2022, 6:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 10, 10:15 PM
Unknown Object (File)
May 3 2024, 12:50 PM
Unknown Object (File)
Dec 20 2023, 8:26 AM
Unknown Object (File)
Dec 12 2023, 2:15 AM
Unknown Object (File)
Nov 25 2023, 9:49 PM
Unknown Object (File)
Nov 22 2023, 11:53 AM
Unknown Object (File)
Nov 13 2023, 4:47 PM
Unknown Object (File)
Nov 13 2023, 3:44 AM
Subscribers

Details

Summary

Set the number of artificial frames to 5:

  1. cpu_exception_handler_supervisor()
  2. do_trap_supervisor()
  3. dtrace_invop_start()
  4. dtrace_invop()
  5. fbt_invop()

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable