-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update perfparser submodule to fix for simpleperf feature data parsing
Fixes: #224
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule perfparser
updated
19 files
+9 −0 | CMakeLists.txt | |
+30 −0 | app/CMakeLists.txt | |
+1 −1 | app/main.cpp | |
+3 −1 | app/perfaddresscache.h | |
+1 −1 | app/perfattributes.cpp | |
+2 −2 | app/perfattributes.h | |
+42 −1 | app/perfdata.cpp | |
+74 −1 | app/perfdata.h | |
+2 −2 | app/perfheader.cpp | |
+2 −0 | tests/CMakeLists.txt | |
+5 −0 | tests/auto/CMakeLists.txt | |
+4 −0 | tests/auto/addresscache/CMakeLists.txt | |
+3 −3 | tests/auto/addresscache/tst_addresscache.cpp | |
+4 −0 | tests/auto/elfmap/CMakeLists.txt | |
+4 −0 | tests/auto/kallsyms/CMakeLists.txt | |
+8 −0 | tests/auto/perfdata/CMakeLists.txt | |
+4 −0 | tests/auto/perfstdin/CMakeLists.txt | |
+1 −0 | tests/manual/CMakeLists.txt | |
+8 −0 | tests/manual/perf2text/CMakeLists.txt |