cpu: fix a wrong file path
Change-Id: I93343f4053c7a6d1bd4b6972a1e7c3dbc073c979
This commit is contained in:
@@ -40,7 +40,7 @@ class LooppointAnalysis(ProbeListenerObject):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
type = "LooppointAnalysis"
|
type = "LooppointAnalysis"
|
||||||
cxx_header = "cpu/simple/probes/LooppointAnalysis.hh"
|
cxx_header = "cpu/simple/probes/looppoint_analysis.hh"
|
||||||
cxx_class = "gem5::LooppointAnalysis"
|
cxx_class = "gem5::LooppointAnalysis"
|
||||||
|
|
||||||
cxx_exports = [
|
cxx_exports = [
|
||||||
@@ -74,7 +74,7 @@ class LooppointAnalysisManager(SimObject):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
type = "LooppointAnalysisManager"
|
type = "LooppointAnalysisManager"
|
||||||
cxx_header = "cpu/simple/probes/LooppointAnalysis.hh"
|
cxx_header = "cpu/simple/probes/looppoint_analysis.hh"
|
||||||
cxx_class = "gem5::LooppointAnalysisManager"
|
cxx_class = "gem5::LooppointAnalysisManager"
|
||||||
|
|
||||||
cxx_exports = [
|
cxx_exports = [
|
||||||
|
|||||||
Reference in New Issue
Block a user