From 45634b488da781373104541f5348eb9550aafb33 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Wed, 30 Aug 2017 12:48:18 +0100 Subject: COMPMID-482: Add mali counters Change-Id: I1782c3d92f7fea5a73ed89868d8c3ce04ffcf518 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/85020 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- tests/framework/instruments/Instruments.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/framework/instruments/Instruments.cpp') diff --git a/tests/framework/instruments/Instruments.cpp b/tests/framework/instruments/Instruments.cpp index 699a11d700..1c21f0773d 100644 --- a/tests/framework/instruments/Instruments.cpp +++ b/tests/framework/instruments/Instruments.cpp @@ -44,6 +44,7 @@ InstrumentType instrument_type_from_name(const std::string &name) { "pmu", InstrumentType::PMU }, { "pmu_cycles", InstrumentType::PMU_CYCLE_COUNTER }, { "pmu_instructions", InstrumentType::PMU_INSTRUCTION_COUNTER }, + { "mali", InstrumentType::MALI }, }; try -- cgit v1.2.1