summaryrefslogtreecommitdiff
path: root/cli/trace_analyzer.cpp
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2013-03-11 13:05:52 -0700
committerJosé Fonseca <jfonseca@vmware.com>2013-06-16 09:33:21 +0100
commit12b41a836a136c6fa7004c364c9cd2cbcfa9f90d (patch)
tree1f87852a27e24a740bebe450e591da64b042c0a0 /cli/trace_analyzer.cpp
parented1b1ea65a820dbab6a5b0d7be15c95f8e1d64dc (diff)
Rename trim::CallSet to trace::FastCallSet
This is in preparation for being able to use this code to optimize the common cases in trace::CallSet, (callsets without step or freq).
Diffstat (limited to 'cli/trace_analyzer.cpp')
-rw-r--r--cli/trace_analyzer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/trace_analyzer.cpp b/cli/trace_analyzer.cpp
index febeadb1..374e6cef 100644
--- a/cli/trace_analyzer.cpp
+++ b/cli/trace_analyzer.cpp
@@ -760,7 +760,7 @@ TraceAnalyzer::require(trace::Call *call)
/* Return a set of all the required calls, (both those calls added
* explicitly with require() and those implicitly depended
* upon. */
-trim::CallSet *
+trace::FastCallSet *
TraceAnalyzer::get_required(void)
{
return &required;