Papers/Dynamic Instrumentation

Analyzing Dynamic Binary Instrumentation Overhead

tomato13 2008. 6. 23. 08:59

cs.boisestate.edu/~uh/Publication/wbia.pdf

 

이 논문은 PIN이라는 Profiling도구를 적용하여 profiling에 따른 overhead를 분석한다. IT(instrumentation tool), code cache(CC), virtual machine(VM)로 나누어 각각 분석하였다. 그리고 분석 대상은 basic block, inline block 그리고 complex logic block으로 나누어 분석하였다.

'Papers > Dynamic Instrumentation' 카테고리의 다른 글

ptrace (inject code)  (0) 2009.04.15
ptrace  (0) 2009.04.14
Dynamic Instrumentation of Threaded Applications  (0) 2008.06.21
Demand-Driven Structural Testing with Dynamic Instrumentation  (0) 2008.06.20