add ltt-control
[lttv.git] / ltt / branches / poly / facilities / locking.xml
CommitLineData
d1795f42 1<?xml version="1.0"?>
2<facility name="locking">
51c210ee 3 <description>The locking facility instruments the kernel locking.</description>
d1795f42 4 <event name="spin_lock_wait">
51c210ee 5 <description>Takes a spinlock</description>
d1795f42 6 <field name="spinlock"> <description>Spinlock address</description> <pointer> </field>
51c210ee 7 </event>
8
d1795f42 9 <event name="spin_lock_try">
51c210ee 10 <description>Tries a spinlock</description>
d1795f42 11 <field name="spinlock"> <description>Spinlock address</description> <pointer> </field>
51c210ee 12 </event>
13
d1795f42 14 <event name="spin_lock_entry">
51c210ee 15 <description>Get a spinlock</description>
d1795f42 16 <field name="spinlock"> <description>Spinlock address</description> <pointer> </field>
51c210ee 17 </event>
18
d1795f42 19 <event name="spin_lock_exit">
51c210ee 20 <description>Releases a spinlock</description>
d1795f42 21 <field name="spinlock"> <description>Spinlock address</description> <pointer> </field>
51c210ee 22 </event>
23
24
25</facility>
This page took 0.023227 seconds and 4 git commands to generate.