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
/
app
/
perfelfmap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace QVector by QList
HEAD
master
17.0
hjk
2025-04-10
1
-2
/
+2
*
Fix clazy-fully-qualified-moc-types
Milian Wolff
2022-12-05
1
-1
/
+1
*
Improve support for applications that rely on fork for parallelism
Milian Wolff
2020-09-11
1
-0
/
+6
*
Fix symbol resolution for pgoff = 0 in executable mapping
Milian Wolff
2020-06-15
1
-0
/
+5
*
Only invalidate symbol cache when a previously used elf gets invalidated
Milian Wolff
2019-05-02
1
-2
/
+9
*
Report base mapping to dwfl when we need the module for an pgoff mmap
Milian Wolff
2018-10-23
1
-2
/
+14
*
Don't repeatedly report unsuitable modules for an address
Ulf Hermann
2018-05-17
1
-0
/
+4
*
Change header guards to "#pragma once"
Ulf Hermann
2017-12-07
1
-4
/
+1
*
Extend fallback code to find debug link file based on original path
Milian Wolff
2017-09-06
1
-2
/
+10
*
Make ElfInfo constructor explicit
Milian Wolff
2017-04-13
1
-2
/
+3
*
Fix build with namespaced Qt
Christian Kandeler
2017-04-03
1
-0
/
+3
*
Try to find elfs in debug path, when build id is available
Milian Wolff
2017-03-29
1
-7
/
+13
*
Pass an explicit Elf* to deduce the target architecture
Milian Wolff
2017-03-29
1
-13
/
+0
*
Completely remove time handling from the PerfElfMap
Milian Wolff
2017-03-29
1
-7
/
+5
*
Remove cached QFileInfo::isFile() from PerfElfMap::ElfInfo
Milian Wolff
2017-03-29
1
-5
/
+9
*
Remove overwritten elf mappings from the PerfElfMap
Milian Wolff
2017-03-29
1
-6
/
+3
*
Use sorted QVector instead of a QMap in PerfElfMap
Milian Wolff
2017-03-29
1
-3
/
+5
*
Refactor PerfElfMap to make it easier to change its internals
Milian Wolff
2017-03-21
1
-8
/
+30
*
Remove obsolete forward declaration
Milian Wolff
2017-03-01
1
-2
/
+0
*
Fix elf registering once and for all
Ulf Hermann
2017-01-13
1
-4
/
+6
*
Extract logic around sorted list of mmaped elfs into separate file
Milian Wolff
2017-01-03
1
-0
/
+70