summaryrefslogtreecommitdiff
path: root/trusty/coverage/coverage_test.cpp
AgeCommit message (Collapse)Author
2020-12-14trusty: Retrieve coverage PCs from coverage recordStephen Crane
Adds the ability to retrieve and save program counter information from the trusty coverage record data. PC information is saved to a .sancov file, parseable by the LLVM sancov tool. Sancov can then symbolize and display this coverage information for consumption by humans. Adds a sancov dump to the libtrusty_coverage_test for testing. Bug: 175221942 Test: atest libtrusty_coverage_test Test: Retrieve sancov file and manually symbolize with sancov Change-Id: I342ea2ca9abb87986b2904ff69415544ee6070fc
2020-11-30trusty: coverage: Coverage client libraryTri Vo
Bug: 169776499 Test: /data/nativetest64/libtrusty_coverage_test/libtrusty_coverage_test Change-Id: I5f432a3df04fe7b0e2940a12f8d28b3d0655791f