From 4c998993bda1475595be5505690ff4e08dc2389e Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Tue, 25 Feb 2020 12:44:44 +0000 Subject: IVGCVSW-4454 Remove the CounterSet and Device fields from Category Signed-off-by: Sadik Armagan Change-Id: I721f59cd1f6d068e02dabd62c42871a43be9d934 --- src/profiling/ICounterRegistry.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/profiling/ICounterRegistry.hpp') diff --git a/src/profiling/ICounterRegistry.hpp b/src/profiling/ICounterRegistry.hpp index 75bc8ef97f..83bc33587c 100644 --- a/src/profiling/ICounterRegistry.hpp +++ b/src/profiling/ICounterRegistry.hpp @@ -20,9 +20,7 @@ public: virtual ~ICounterRegistry() {} // Register profiling objects - virtual const Category* RegisterCategory (const std::string& categoryName, - const Optional& deviceUid, - const Optional& counterSetUid) = 0; + virtual const Category* RegisterCategory (const std::string& categoryName) = 0; virtual const Device* RegisterDevice (const std::string& deviceName, uint16_t cores, -- cgit v1.2.1