]> 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)
committerCarl Worth <cworth@cworth.org>
Fri, 12 Apr 2013 21:30:38 +0000 (14:30 -0700)
commitec8f5a61f393e75e4c3e3e22f84c773af66810e9
treeb801a8e61983f2c646a8accf0fbbee46ff1b52be
parent22dc6014ecb09547929c45a8fb82820740230589
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