Performance comparison of path matching algorithms over compressed control flow traces

Yongjing Lin,Youtao Zhang
DOI: https://doi.org/10.1109/DCC.2005.72
2005-03-29
Abstract:A control flow trace captures the complete sequence of dynamically executed basic blocks and function calls. It is usually stored in compressed form due to its large size. Matching an intraprocedural path in a control flow trace faces path interruption and path context problems and therefore requires the extension of traditional pattern matching algorithms. In this paper we evaluate different path matching schemes including those matching in the compressed data directly and those matching after the decompression. We design simple indices for the compressed data and show that they can greatly improve the performance. Our experimental results show that these schemes are useful and can be adapted to environments with different hardware settings and path matching requests.
What problem does this paper attempt to address?