Adding agent-index (#189)

* Adding agent-index

* review changes

* review comments addressed

* minor fix

* fix CI failure

* review comments

* Fix agent index test and address review comments

* Build Fixes

---------

Co-authored-by: Benjamin Welton <bewelton@amd.com>
This commit is contained in:
Nagaraj, Sriraksha
2025-03-14 02:51:32 -05:00
کامیت شده توسط GitHub
والد 2fe63d873e
کامیت c30bb7cbda
32فایلهای تغییر یافته به همراه604 افزوده شده و 108 حذف شده
@@ -49,7 +49,7 @@ def test_validate_counter_collection_pmc2(counter_input_data):
di_list = []
for row in counter_input_data:
assert int(row["Agent_Id"]) > 0
assert int(row["Agent_Id"].split(" ")[-1]) >= 0
assert int(row["Queue_Id"]) > 0
assert int(row["Process_Id"]) > 0
assert len(row["Kernel_Name"]) > 0