Add hold events for lockmgr probes, missed in r351361.

MFC with:	r351361
This commit is contained in:
Mark Johnston 2019-08-21 23:47:01 +00:00
parent 5b699f1614
commit e1a29d8c67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351363

View File

@ -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" },