[PATCH] Generate coverage analysis Report

2018-05-30 Thread thelunatic
+ Add script to run covoar and generate an html report from the output generated from covoar + Add symbol-sets ini file for library addresses of the symbol-sets + tester/rt/test : Add options for running coverage Co-author : Cillian O'Donnel --- tester/rt/coverage.py | 38

[PATCH v2] covoar: fix the extension mismatch in trace file

2018-05-12 Thread thelunatic
- read the trace files with .exe.cov extention --- tester/covoar/covoar.cc | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc index 5bed98f..f03edc7 100644 --- a/tester/covoar/covoar.cc +++ b/tester/covoar/covoar.cc @@ -317,11

[PATCH] covoar: fixing the extension mismatch in trace file

2018-05-12 Thread thelunatic
--- tester/covoar/covoar.cc | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc index 5bed98f..95dc990 100644 --- a/tester/covoar/covoar.cc +++ b/tester/covoar/covoar.cc @@ -185,7 +185,7 @@ int main( Executables