summaryrefslogtreecommitdiffstats
path: root/app/perfdata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Demote unhandled perf feature/type warnings to debug outputMilian Wolff2022-06-081-1/+1
* skip PERF_RECORD_THROTTLE/PERF_RECORD_UNTHROTTLESimon Sobisch2022-05-301-0/+7
* Parse PERF_RECORD_SWITCH_CPU_WIDEMilian Wolff2020-09-251-0/+18
* Add support for zstd decompressionMilian Wolff2020-09-111-0/+102
* Sync PERF_RECORD_* and HEADER_* with latest versions from upstreamMilian Wolff2020-06-151-1/+42
* Don't warn when parsing tracing data with odd content sizeMilian Wolff2019-08-131-2/+4
* Don't try to "fix" partially read events on sequential devices4.10Ulf Hermann2019-05-161-5/+8
* Correctly parse BranchFlags in BranchEntryMilian Wolff2019-05-031-0/+1
* Skip unused data when we fail to fully parse an eventMilian Wolff2019-05-031-0/+8
* Correctly parse SAMPLE_CPU in PerfSampleIdMilian Wolff2019-05-031-1/+1
* Add support for PERF_RECORD_SWITCH events and forward them to clientsMilian Wolff2019-05-021-0/+16
* Don't read past the end of the device when parsing tracing dataUlf Hermann2018-04-201-8/+13
* Buffer non-pipe perf.data in a temporary file when streamedUlf Hermann2018-01-261-3/+7
* Apply coding standard to includesUlf Hermann2017-12-071-1/+2
* Parse tracing data and expose it to the clientUlf Hermann2017-11-301-3/+7
* Initialize PerfRecordSample::m_weightUlf Hermann2017-11-151-1/+1
* Read the contentSize of a stack sample only if section size > 0Ulf Hermann2017-11-151-7/+8
* Truncate stack snapshots to the size givenUlf Hermann2017-09-291-0/+4
* Fix various warnings generated by clangUlf Hermann2017-09-291-36/+42
* Handle tracing data header eventUlf Hermann2017-09-291-0/+15
* Fix some compile errors on windowsUlf Hermann2017-04-131-2/+2
* Send progress messages when parsing perf.data filesMilian Wolff2017-04-131-2/+13
* Handle FINISHED_ROUND eventsMilian Wolff2017-03-291-0/+9
* Publish lost record eventsMilian Wolff2017-02-091-3/+5
* Send global perf attributesMilian Wolff2017-02-061-0/+4
* Avoid compiler warningUlf Hermann2017-02-011-1/+1
* Calculate fixed binary lengths instead of using sizeof()Ulf Hermann2017-01-301-11/+18
* Fix elf registering once and for allUlf Hermann2017-01-131-6/+1
* Ignore non-executable elf mappingsMilian Wolff2017-01-061-1/+6
* Send event attributes and sample IDs when unwindingUlf Hermann2016-11-291-0/+1
* When processing samples, buffer the whole event before analyzingUlf Hermann2016-11-181-17/+21
* Buffer samples before analyzing themUlf Hermann2015-11-101-1/+1
* Remove overly verbose warningsUlf Hermann2015-11-101-9/+0
* Cut null characters from the end of command and file namesUlf Hermann2015-08-271-0/+7
* Send COMM events separately.Ulf Hermann2015-03-181-1/+1
* Add elfutils to source tree and integrate build systemUlf Hermann2015-03-041-0/+554