]> git.cworth.org Git - apitrace/commit
Rename trim::CallSet to trace::FastCallSet
authorCarl Worth <cworth@cworth.org>
Mon, 11 Mar 2013 20:05:52 +0000 (13:05 -0700)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 16 Jun 2013 08:33:21 +0000 (09:33 +0100)
commit12b41a836a136c6fa7004c364c9cd2cbcfa9f90d
tree1f87852a27e24a740bebe450e591da64b042c0a0
parented1b1ea65a820dbab6a5b0d7be15c95f8e1d64dc
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).
CMakeLists.txt
cli/CMakeLists.txt
cli/cli_trim.cpp
cli/trace_analyzer.cpp
cli/trace_analyzer.hpp
cli/trim_callset.cpp [deleted file]
cli/trim_callset.hpp [deleted file]
common/trace_callset.hpp
common/trace_fast_callset.cpp [new file with mode: 0644]
common/trace_fast_callset.hpp [new file with mode: 0644]
common/trace_model.hpp