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)
Oct 29 2024, 8:58 PM
Unknown Object (File)
Oct 18 2024, 11:00 AM
Unknown Object (File)
Oct 17 2024, 7:43 AM
Unknown Object (File)
Oct 7 2024, 10:30 PM
Unknown Object (File)
Oct 7 2024, 9:35 PM
Unknown Object (File)
Oct 7 2024, 6:35 PM
Unknown Object (File)
Oct 7 2024, 6:50 AM
Unknown Object (File)
Oct 7 2024, 3:49 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