summaryrefslogtreecommitdiffstats
path: root/app/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update application version to 10.010.0Ulf Hermann2023-03-211-1/+1
* Let PerfRegisterInfo::defaultArchitecture return QStringLiteralMilian Wolff2022-12-051-1/+1
* Fix -Wclazy-qstring-allocationsMilian Wolff2022-12-051-89/+87
* Fix clazy-connect-3arg-lambdaMilian Wolff2022-12-051-1/+1
* Bump version to 7.07.0Ulf Hermann2022-01-281-1/+1
* Bump versionChristian Kandeler2020-09-231-1/+1
* Merge remote-tracking branch 'origin/4.13' into masterUlf Hermann2020-09-231-1/+1
|\
| * Bump version to 4.134.13Ulf Hermann2020-07-061-1/+1
* | Add support for zstd decompressionMilian Wolff2020-09-111-0/+4
* | PerfParser: Make it compile with Qt 6hjk2020-08-201-0/+4
|/
* Bump application version4.12Ulf Hermann2020-02-131-1/+1
* Bump application version to 4.11v4.11.0-beta1Ulf Hermann2019-09-301-1/+1
* Merge remote-tracking branch 'origin/4.9'Ulf Hermann2019-05-061-2/+6
|\
| * On Windows, set stdin to binary4.9Ulf Hermann2019-02-121-2/+6
* | Bump the version number to 4.10Ulf Hermann2019-05-031-1/+1
* | Halt perfparser when PERFPARSER_DEBUG_WAIT is setThomas McGuire2019-05-031-1/+14
|/
* Bump version number to 4.9Ulf Hermann2018-12-201-1/+1
* Bump the version numberv4.8.2v4.8.14.8Ulf Hermann2018-12-201-1/+1
* Adapt event buffering to time order violationsUlf Hermann2018-05-221-8/+32
* Bump version numberUlf Hermann2018-05-151-1/+1
* Exit gracefully when the remote end closes the connectionUlf Hermann2018-04-201-4/+7
* Buffer non-pipe perf.data in a temporary file when streamedUlf Hermann2018-01-261-23/+98
* Generalize the "input closed" mechanismUlf Hermann2018-01-261-16/+6
* Make PerfStdin behave more like other QIODevicesUlf Hermann2018-01-261-1/+3
* Increment version numberUlf Hermann2018-01-151-1/+1
* Apply coding standard to includesUlf Hermann2017-12-071-10/+11
* Merge remote-tracking branch 'origin/4.5'Ulf Hermann2017-12-061-11/+3
|\
| * Allow more variants of architecture namesv4.5.2v4.5.1v4.5.04.5Ulf Hermann2017-12-011-11/+3
* | Parse tracing data and expose it to the clientUlf Hermann2017-11-301-0/+1
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-091-8/+23
|\|
| * Retry a few times when connecting to a tcp hostv4.5.0-rc1v4.5.0-beta1Ulf Hermann2017-10-061-7/+22
| * Update application versionUlf Hermann2017-09-291-1/+1
* | Prepare PerfUnwind for easier testingUlf Hermann2017-09-291-8/+12
|/
* Load kallsyms from debug path buildid cache, if availableMilian Wolff2017-09-061-1/+2
* Avoid invalid memory access when finding default architectureUlf Hermann2017-05-031-2/+5
* Use platform-specific path conventionsUlf Hermann2017-04-281-10/+12
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-181-1/+1
|\
| * Output a sensible version on --versionUlf Hermann2017-04-131-1/+1
* | Include io.h for setmode on windowsUlf Hermann2017-04-131-0/+3
* | Return early when reading the file attributes or features failedMilian Wolff2017-04-131-2/+10
* | Do not set app nor extra library paths by defaultMilian Wolff2017-04-121-4/+2
* | Make maximum number of frames configurable via a CLI argumentMilian Wolff2017-03-291-1/+17
* | Handle mmap and sample events in time orderMilian Wolff2017-03-291-1/+20
* | Add mode to print statistics for a given perf data fileMilian Wolff2017-03-291-1/+7
* | Use ~/.debug as default debug pathMilian Wolff2017-03-211-2/+3
|/
* Default to the target system architectureMilian Wolff2017-02-281-4/+7
* Include features in outputMilian Wolff2017-02-091-0/+3
* Send global perf attributesMilian Wolff2017-02-061-0/+5
* Resolve kernel addresses to symbols using /proc/kallsyms mappingMilian Wolff2017-02-011-1/+12
* Set stdout to O_BINARY on windows before writing to itUlf Hermann2017-02-011-0/+5