Skip to content

Commit

Permalink
Added demo binary and perf data for dwarf and lbr.
Browse files Browse the repository at this point in the history
  • Loading branch information
dknysh committed Sep 29, 2020
1 parent 3d7e070 commit acde3c2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
Binary file added tests/auto/perfdata/disassembler_dwarf/demo
Binary file not shown.
Binary file not shown.
Binary file added tests/auto/perfdata/disassembler_lbr/demo
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/auto/perfdata/tst_perfdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ void TestPerfData::testFiles_data()
"vector_static_gcc/perf.data",
"vector_static_gcc/perf.data.zstd",
"fork_static_gcc/perf.data.zstd",
"disassembler_dwarf/perf.dwarf.data",
"disassembler_lbr/perf.lbr.data"
};
for (auto file : files)
QTest::addRow("%s", file) << file;
Expand Down

0 comments on commit acde3c2

Please sign in to comment.