summaryrefslogtreecommitdiffstats
path: root/app/perfdata.h
Commit message (Expand)AuthorAgeFilesLines
* Fix #if/#ifdef confusion, detected by -Werror=undefDavid Faure2021-01-041-1/+1
* Transmit the number of lost events in the LostDefinition4.14Milian Wolff2020-09-291-0/+2
* Parse PERF_RECORD_SWITCH_CPU_WIDEMilian Wolff2020-09-251-0/+17
* Only call dwfl_attach_state with user-level CPU registers and stackMilian Wolff2020-09-111-1/+2
* Improve support for applications that rely on fork for parallelismMilian Wolff2020-09-111-0/+2
* Add support for zstd decompressionMilian Wolff2020-09-111-0/+18
* Sync PERF_RECORD_* and HEADER_* with latest versions from upstreamMilian Wolff2020-06-151-1/+84
* Forward the non-zero pid and tid members of of PerfRecordCommMilian Wolff2019-06-251-0/+5
* Also resolve callchain stored in branch stack, if availableMilian Wolff2019-05-031-2/+3
* Correctly parse BranchFlags in BranchEntryMilian Wolff2019-05-031-0/+11
* Forward the CPU on which an event occurredMilian Wolff2019-05-031-0/+2
* Forward all costs for grouped sampleMilian Wolff2019-05-021-1/+4
* Add support for PERF_RECORD_SWITCH events and forward them to clientsMilian Wolff2019-05-021-0/+29
* Don't read past the end of the device when parsing tracing dataUlf Hermann2018-04-201-0/+1
* Buffer non-pipe perf.data in a temporary file when streamedUlf Hermann2018-01-261-2/+2
* Use nullptr rather than 0 or NULL for null pointersUlf Hermann2017-12-071-7/+13
* Apply coding standard to includesUlf Hermann2017-12-071-1/+1
* Change header guards to "#pragma once"Ulf Hermann2017-12-071-4/+1
* Parse tracing data and expose it to the clientUlf Hermann2017-11-301-0/+1
* Fix various warnings generated by clangUlf Hermann2017-09-291-25/+26
* Replace tabs with spacesUlf Hermann2017-09-061-1/+1
* Include sample period and weight in parsed outputMilian Wolff2017-03-291-0/+2
* Handle FINISHED_ROUND eventsMilian Wolff2017-03-291-1/+1
* Publish lost record eventsMilian Wolff2017-02-091-1/+0
* Send global perf attributesMilian Wolff2017-02-061-0/+2
* Calculate fixed binary lengths instead of using sizeof()Ulf Hermann2017-01-301-1/+8
* Ignore non-executable elf mappingsMilian Wolff2017-01-061-0/+2
* Send event attributes and sample IDs when unwindingUlf Hermann2016-11-291-3/+5
* Buffer samples before analyzing themUlf Hermann2015-11-101-0/+1
* Add elfutils to source tree and integrate build systemUlf Hermann2015-03-041-0/+474