Add hold events for lockmgr probes, missed in r351361.
MFC with: r351361
This commit is contained in:
parent
5b699f1614
commit
e1a29d8c67
@ -215,8 +215,12 @@ static ls_event_info_t g_event_info[LS_MAX_EVENTS] = {
|
||||
{ 'H', "Lock", "SX exclusive hold", "nsec",
|
||||
"lockstat:::sx-release", "arg1 == 0",
|
||||
"lockstat:::sx-acquire" },
|
||||
{ 'H', "Lock", "Unknown event (type 38)", "units" },
|
||||
{ 'H', "Lock", "Unknown event (type 39)", "units" },
|
||||
{ 'H', "Lock", "lockmgr shared hold", "nsec",
|
||||
"lockstat:::lockmgr-release", "arg1 == 1",
|
||||
"lockstat:::lockmgr-acquire" },
|
||||
{ 'H', "Lock", "lockmgr exclusive hold", "nsec",
|
||||
"lockstat:::lockmgr-release,lockstat:::lockmgr-disown", "arg1 == 0",
|
||||
"lockstat:::lockmgr-acquire" },
|
||||
{ 'H', "Lock", "Unknown event (type 40)", "units" },
|
||||
{ 'H', "Lock", "Unknown event (type 41)", "units" },
|
||||
{ 'H', "Lock", "Unknown event (type 42)", "units" },
|
||||
|
Loading…
Reference in New Issue
Block a user