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
/
perfunwind.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace QVector by QList
HEAD
master
17.0
hjk
2025-04-10
1
-2
/
+2
*
Optionally report debuginfod download progress
Milian Wolff
2022-07-25
1
-0
/
+2
*
Add actual file path computation for symbols
Darya Knysh
2020-12-15
1
-2
/
+3
*
Add location's relative address computation
Darya Knysh
2020-12-15
1
-2
/
+3
*
Add Disassembler functionality
Darya Knysh
2020-12-15
1
-2
/
+4
*
Transmit the number of lost events in the LostDefinition
4.14
Milian Wolff
2020-09-29
1
-1
/
+2
*
Remove dead code
Milian Wolff
2020-09-11
1
-1
/
+0
*
Share per-DSO address cache across processes
Milian Wolff
2020-01-09
1
-0
/
+3
*
Drop backwards compatibility for event types
Ulf Hermann
2019-05-07
1
-4
/
+0
*
Forward the path to binary for a given symbol
Milian Wolff
2019-05-03
1
-2
/
+3
*
Forward the CPU on which an event occurred
Milian Wolff
2019-05-03
1
-0
/
+1
*
Send task events in time-ordered fashion
Milian Wolff
2019-05-02
1
-12
/
+19
*
Forward all costs for grouped sample
Milian Wolff
2019-05-02
1
-2
/
+4
*
Add support for PERF_RECORD_SWITCH events and forward them to clients
Milian Wolff
2019-05-02
1
-3
/
+10
*
Forward information on sampling frequency/period for events
Milian Wolff
2019-05-02
1
-1
/
+2
*
When manually finalizing PerfUnwind, also send aux data
Ulf Hermann
2018-07-26
1
-0
/
+3
*
Remove unused function
Ulf Hermann
2018-07-17
1
-1
/
+0
*
Switch to dynamic buffering when encountering trace points
v4.7.0-beta2
Ulf Hermann
2018-06-07
1
-0
/
+2
*
Send auxiliary timestamped messages in order with samples
Ulf Hermann
2018-05-22
1
-1
/
+2
*
Adapt event buffering to time order violations
Ulf Hermann
2018-05-22
1
-1
/
+12
*
Try to unwind the user stack even if IP is in kernel space
Ulf Hermann
2018-01-25
1
-1
/
+1
*
Avoid number conversion issues
Ulf Hermann
2018-01-16
1
-1
/
+1
*
Use nullptr rather than 0 or NULL for null pointers
Ulf Hermann
2017-12-07
1
-1
/
+1
*
Apply coding standard to includes
Ulf Hermann
2017-12-07
1
-5
/
+6
*
Change header guards to "#pragma once"
Ulf Hermann
2017-12-07
1
-4
/
+1
*
Parse tracing data and expose it to the client
Ulf Hermann
2017-11-30
1
-0
/
+13
*
Finish the round when manually finalizing a session
Ulf Hermann
2017-11-15
1
-1
/
+5
*
Fix the width of error codes at 32 bits
Ulf Hermann
2017-11-10
1
-0
/
+1
*
Keep PerfEventAttributes in a vector rather than a hash
Ulf Hermann
2017-11-10
1
-3
/
+1
*
Fix various warnings generated by clang
Ulf Hermann
2017-09-29
1
-19
/
+19
*
Prepare PerfUnwind for easier testing
Ulf Hermann
2017-09-29
1
-43
/
+61
*
Load kallsyms from debug path buildid cache, if available
Milian Wolff
2017-09-06
1
-1
/
+3
*
Delay loading of kallsyms file until it is needed
Milian Wolff
2017-08-28
1
-1
/
+4
*
Fall-back to global search for debug-link files
Milian Wolff
2017-05-08
1
-0
/
+5
*
Drop the begin/end decls workaround
Ulf Hermann
2017-04-13
1
-6
/
+0
*
Send progress messages when parsing perf.data files
Milian Wolff
2017-04-13
1
-0
/
+2
*
Report an error when the kallsyms file could not be parsed
Milian Wolff
2017-04-12
1
-0
/
+1
*
Report an error when an ELF file could not be found
Milian Wolff
2017-04-12
1
-4
/
+6
*
Include sample period and weight in parsed output
Milian Wolff
2017-03-29
1
-1
/
+2
*
Make maximum number of frames configurable via a CLI argument
Milian Wolff
2017-03-29
1
-3
/
+4
*
Try to find elfs in debug path, when build id is available
Milian Wolff
2017-03-29
1
-0
/
+4
*
Completely remove time handling from the PerfElfMap
Milian Wolff
2017-03-29
1
-2
/
+2
*
Handle mmap and sample events in time order
Milian Wolff
2017-03-29
1
-5
/
+22
*
Handle FINISHED_ROUND events
Milian Wolff
2017-03-29
1
-3
/
+16
*
Add mode to print statistics for a given perf data file
Milian Wolff
2017-03-29
1
-1
/
+22
*
Also map global attribute ids to internal ids
v4.3.0-beta1
Milian Wolff
2017-03-27
1
-1
/
+5
*
Include features in output
Milian Wolff
2017-02-09
1
-0
/
+2
*
Intern PerfEventAttributes and send the data only once
Milian Wolff
2017-02-09
1
-1
/
+3
*
Publish lost record events
Milian Wolff
2017-02-09
1
-0
/
+2
*
Define __BEGIN_DECLS and __END_DECLS if necessary
Ulf Hermann
2017-02-01
1
-0
/
+6
[next]