Xuhpclab / DrCCTProf

DrCCTProf is a fine-grained call path profiling framework for binaries running on ARM and X86 architectures.
MIT License
116 stars 37 forks source link

add 3 APIs: #28

Closed dolanzhao closed 4 years ago

dolanzhao commented 4 years ago

(1)context_t drcctlib_get_cct(context_handle_t ctxt_hndl, int max_depth); (2)void drcctlib_free_cct(context_handle_t ctxt_hndl); (3)context_t drcctlib_get_full_cct(context_handle_t ctxt_hndl);