summaryrefslogtreecommitdiff
path: root/decuda_to_ptxplus/decudaInstList.h
diff options
context:
space:
mode:
authorJimmy Kwa <[email protected]>2010-12-09 11:56:44 -0800
committerJimmy Kwa <[email protected]>2010-12-09 11:56:44 -0800
commit6af42f32801f27d25feb4a7470b13bf23f2cd751 (patch)
treee4491df46af3216bf76d30281b7becf34fee8752 /decuda_to_ptxplus/decudaInstList.h
parent52a638e84693fff528defbcbd24ecb58216baaba (diff)
Copied cuobjdump_to_ptxplus into fermi branch. Minor modifications were made to decuda_to_ptxplus to support this.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 8229]
Diffstat (limited to 'decuda_to_ptxplus/decudaInstList.h')
-rw-r--r--decuda_to_ptxplus/decudaInstList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/decuda_to_ptxplus/decudaInstList.h b/decuda_to_ptxplus/decudaInstList.h
index d1707c3..743815f 100644
--- a/decuda_to_ptxplus/decudaInstList.h
+++ b/decuda_to_ptxplus/decudaInstList.h
@@ -56,6 +56,9 @@ struct decudaEntry
// Local memory size
int m_lMemSize;
+ //use for recording used labels
+ std::list<std::string> m_labelList;
+
// Histogram for operation per cycle count
std::map<std::string, int> m_opPerCycleHistogram;
};