Page MenuHomeFreeBSD

Corrected handling of fifth parameter in DTrace's FBT provider for ARM
ClosedPublic

Authored by graeme.jenkinson_cl.cam.ac.uk on Jan 18 2017, 11:13 AM.
Tags
None
Referenced Files
F113955415: D9229.id24151.diff
Sun, Apr 6, 4:02 AM
Unknown Object (File)
Tue, Apr 1, 2:03 AM
Unknown Object (File)
Sat, Mar 22, 6:17 PM
Unknown Object (File)
Feb 25 2025, 6:44 PM
Unknown Object (File)
Jan 23 2025, 2:41 AM
Unknown Object (File)
Jan 14 2025, 3:20 PM
Unknown Object (File)
Dec 20 2024, 1:16 PM
Unknown Object (File)
Dec 20 2024, 12:14 PM
Subscribers

Details

Summary

DTrace's FBT for ARM attempts to access the user stack pointer, in order to provide the fifth parameter in the call to dtrace_probe. This results in a translation error.

Test Plan

Verified the correct operation of the FBT provider on BeagleBone Black whilst instrumenting fbt::malloc:entry, fbt::vm_fault:entry and fbt:::.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

graeme.jenkinson_cl.cam.ac.uk retitled this revision from to Corrected handling of fifth parameter in DTrace's FBT provider for ARM .
graeme.jenkinson_cl.cam.ac.uk updated this object.
graeme.jenkinson_cl.cam.ac.uk edited the test plan for this revision. (Show Details)
andrew edited edge metadata.
This revision is now accepted and ready to land.Jan 18 2017, 12:02 PM
This revision was automatically updated to reflect the committed changes.