cpu: fix a wrong file path

Change-Id: I93343f4053c7a6d1bd4b6972a1e7c3dbc073c979
This commit is contained in:
studyztp
2024-08-06 14:00:50 -07:00
committed by Bobby R. Bruce
parent cd29b199ce
commit abc8a4a483

View File

@@ -40,7 +40,7 @@ class LooppointAnalysis(ProbeListenerObject):
"""
type = "LooppointAnalysis"
cxx_header = "cpu/simple/probes/LooppointAnalysis.hh"
cxx_header = "cpu/simple/probes/looppoint_analysis.hh"
cxx_class = "gem5::LooppointAnalysis"
cxx_exports = [
@@ -74,7 +74,7 @@ class LooppointAnalysisManager(SimObject):
"""
type = "LooppointAnalysisManager"
cxx_header = "cpu/simple/probes/LooppointAnalysis.hh"
cxx_header = "cpu/simple/probes/looppoint_analysis.hh"
cxx_class = "gem5::LooppointAnalysisManager"
cxx_exports = [