]> git.cworth.org Git - apitrace/commit
Allow to use call sets instead of call numbers / frequencies.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 26 Jan 2012 19:08:32 +0000 (19:08 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 26 Jan 2012 19:08:32 +0000 (19:08 +0000)
commit225193db0f50a8f3a1d59d7cff351c9be31e8044
tree4153155a6cfb1d8f818fb47def0d65af304d4e83
parent7a6a32e2271a34d530c6914b0ad2bc95700f2cb2
Allow to use call sets instead of call numbers / frequencies.

Inspired on Carl Worth's --call=Range option, but:

- with the extra machinery to allow semantic divisors, in addition to numeric ones.

- allows reading the call numbers of a text file.
CMakeLists.txt
README.markdown
cli/cli_dump.cpp
common/trace_callset.cpp [new file with mode: 0644]
common/trace_callset.hpp [new file with mode: 0644]
glretrace.hpp
glretrace.py
glretrace_main.cpp
scripts/retracediff.py