index
:
qt-creator/perfparser.git
10.0
11.0
12.0
13.0
14.0
16.0
17.0
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
master
stable
Parser for perf data files, creates output suitable for the QtCreator plugin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
elfmap
/
tst_elfmap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace QVector by QList
HEAD
master
17.0
hjk
2025-04-10
1
-4
/
+4
*
Silence false-positive clazy-lambda-in-connect
Milian Wolff
2022-12-05
1
-3
/
+3
*
Fix symbol resolution for pgoff = 0 in executable mapping
Milian Wolff
2020-06-15
1
-11
/
+17
*
Only invalidate symbol cache when a previously used elf gets invalidated
Milian Wolff
2019-05-02
1
-34
/
+35
*
Report base mapping to dwfl when we need the module for an pgoff mmap
Milian Wolff
2018-10-23
1
-2
/
+7
*
Don't split mmaps that cover the same region with the same contents
Ulf Hermann
2018-10-22
1
-0
/
+35
*
Avoid number conversion issues
Ulf Hermann
2018-01-16
1
-11
/
+11
*
Apply coding standard to includes
Ulf Hermann
2017-12-07
1
-4
/
+4
*
Extend fallback code to find debug link file based on original path
Milian Wolff
2017-09-06
1
-2
/
+2
*
Fix build with namespaced Qt
Christian Kandeler
2017-04-03
1
-0
/
+2
*
Try to find elfs in debug path, when build id is available
Milian Wolff
2017-03-29
1
-1
/
+2
*
Pass an explicit Elf* to deduce the target architecture
Milian Wolff
2017-03-29
1
-7
/
+0
*
Completely remove time handling from the PerfElfMap
Milian Wolff
2017-03-29
1
-54
/
+42
*
Remove overwritten elf mappings from the PerfElfMap
Milian Wolff
2017-03-29
1
-18
/
+22
*
Use sorted QVector instead of a QMap in PerfElfMap
Milian Wolff
2017-03-29
1
-2
/
+2
*
Simplify PerfElfMap::registerElf now that the input is sorted by time
Milian Wolff
2017-03-29
1
-27
/
+12
*
Refactor PerfElfMap to make it easier to change its internals
Milian Wolff
2017-03-21
1
-84
/
+99
*
Also add benchmarks for elfmap's findElf functionality
Milian Wolff
2017-02-28
1
-0
/
+87
*
Add benchmarks for various usage scenarios of the elfmap
Milian Wolff
2017-02-28
1
-0
/
+66
*
Do not invalidate caches when non-file-backed sections get overwritten
Milian Wolff
2017-02-28
1
-8
/
+42
*
Tests don't need GUI to run
Milian Wolff
2017-02-10
1
-1
/
+1
*
Fix elf registering once and for all
Ulf Hermann
2017-01-13
1
-13
/
+45
*
Add test for overwriting elfmaps
Milian Wolff
2017-01-03
1
-0
/
+36
*
Add first auto test for the elfmap
Milian Wolff
2017-01-03
1
-0
/
+74