index
:
qt-creator/perfparser.git
3.6
4.0
4.1
4.2
4.3
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/4.3'
HEAD
master
Eike Ziller
30 hours
1
-0/+2
|
\
|
*
Merge remote-tracking branch 'origin/4.2' into 4.3
4.3
Eike Ziller
31 hours
1
-0/+2
|
|
\
|
/
/
|
*
Add dummy targets for docs and install_docs
4.2
Eike Ziller
2 days
1
-0/+2
*
|
Remove obsolete forward declaration
Milian Wolff
9 days
1
-2/+0
*
|
Fix compile against Qt older than Qt 5.8
Milian Wolff
9 days
1
-1/+1
*
|
Remove obsolete comment
Milian Wolff
9 days
1
-9/+0
*
|
Also add benchmarks for elfmap's findElf functionality
Milian Wolff
10 days
1
-0/+87
*
|
Add benchmarks for various usage scenarios of the elfmap
Milian Wolff
10 days
1
-0/+66
*
|
Do not try to resolve file paths for non-file-backed elf sections
Milian Wolff
10 days
1
-1/+6
*
|
Do not invalidate caches when non-file-backed sections get overwritten
Milian Wolff
10 days
2
-11/+49
*
|
Default to the target system architecture
Milian Wolff
10 days
3
-4/+30
*
|
Drop the ebl strtab files
Ulf Hermann
2017-02-15
5
-1089/+1
*
|
Fix test when kallsyms mapping is disabled/broken
Milian Wolff
2017-02-10
1
-1/+8
*
|
Tests don't need GUI to run
Milian Wolff
2017-02-10
4
-2/+4
*
|
Chop off trailing zero bytes from PerfStringFeature values
Milian Wolff
2017-02-09
1
-0/+12
*
|
Include features in output
Milian Wolff
2017-02-09
5
-0/+111
*
|
Intern PerfEventAttributes and send the data only once
Milian Wolff
2017-02-09
4
-10/+108
*
|
Publish lost record events
Milian Wolff
2017-02-09
4
-4/+15
*
|
Do not store PerfEventHeader used for parsing BuildId
Milian Wolff
2017-02-09
2
-5/+5
*
|
Add comment that explains how to get a human-readable build-id
Milian Wolff
2017-02-09
1
-1/+1
*
|
Handle attributes without ID
Milian Wolff
2017-02-08
1
-3/+10
*
|
Fix qbs build
Christian Kandeler
2017-02-07
1
-1/+1
*
|
Send global perf attributes
Milian Wolff
2017-02-06
4
-0/+12
*
|
Fix linking of elfutils libs
Ulf Hermann
2017-02-01
8
-10/+38
*
|
Install elfutils into the application directory on windows
Ulf Hermann
2017-02-01
1
-2/+8
*
|
Actually check for the availability of powerof2
Ulf Hermann
2017-02-01
1
-0/+5
*
|
Define __BEGIN_DECLS and __END_DECLS if necessary
Ulf Hermann
2017-02-01
1
-0/+6
*
|
Avoid compiler warning
Ulf Hermann
2017-02-01
1
-1/+1
*
|
Don't set RPATH on non-linux platforms
Ulf Hermann
2017-02-01
2
-9/+15
*
|
Explicitly specify dependencies on all the elfutils headers we need
Ulf Hermann
2017-02-01
11
-4/+23
*
|
Add missing files to ppc64 backend
Ulf Hermann
2017-02-01
2
-1/+12
*
|
Fix sparc and s390 backends
Ulf Hermann
2017-02-01
10
-9/+60
*
|
Fix link order for x86 based backends
Ulf Hermann
2017-02-01
2
-2/+6
*
|
Resolve kernel addresses to symbols using /proc/kallsyms mapping
Milian Wolff
2017-02-01
13
-10/+323
*
|
Set stdout to O_BINARY on windows before writing to it
Ulf Hermann
2017-02-01
1
-0/+5
*
|
Replace tabs with spaces
Ulf Hermann
2017-01-30
1
-27/+27
*
|
Calculate fixed binary lengths instead of using sizeof()
Ulf Hermann
2017-01-30
7
-18/+47
*
|
Upgrade elfutils to 0.168
Ulf Hermann
2017-01-17
391
-3618/+6947
*
|
Fix elf registering once and for all
Ulf Hermann
2017-01-13
5
-40/+113
*
|
Drop pid/tid/time from location and symbol definitions
Ulf Hermann
2017-01-10
1
-6/+2
*
|
Optimize: Only send strings once over the wire
Milian Wolff
2017-01-10
4
-32/+63
*
|
Ignore non-executable elf mappings
Milian Wolff
2017-01-06
2
-1/+8
*
|
Improve building of tests
Ulf Hermann
2017-01-04
1
-2/+2
*
|
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
9
-0/+123
*
|
Extract logic around sorted list of mmaped elfs into separate file
Milian Wolff
2017-01-03
6
-74/+170
*
|
Drop pointless error handling when failing to read features
Ulf Hermann
2016-12-21
1
-5/+1
*
|
Make the PID part of the location information
Ulf Hermann
2016-12-19
3
-8/+12
*
|
Keep the PID in PerfSymbolTable
Ulf Hermann
2016-12-19
3
-8/+11
*
|
Fix typo
Ulf Hermann
2016-12-19
1
-1/+1
[next]