summaryrefslogtreecommitdiff
path: root/simpleperf/event_attr.cpp
AgeCommit message (Expand)Author
2023-04-17simpleperf: Remove stack and reg fields in samples after unwindingYabin Cui
2023-04-17simpleperf: Store perf_event_attr value in EventAttrWithIdYabin Cui
2021-11-10simpleperf: record switch records when --trace-offcpu is used.Yabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-10-13simpleperf: refactor event_type.cpp.Yabin Cui
2020-09-01simpleperf: Move event_type.h and related headers into simpleperf namespace.Yabin Cui
2019-07-29simpleperf: support recording etm data in perf.data.Yabin Cui
2019-07-17simpleperf: add cs-etm event type.Yabin Cui
2018-07-16simpleperf: prefer to use mmap2 records instead of mmap records.Yabin Cui
2017-07-17simpleperf: add test for dumping regs for tracepoint events.Yabin Cui
2016-08-05simpleperf: reduce Record construction overhead while recording.Yabin Cui
2016-06-15simpleperf: add type modifier when reporting events.Yabin Cui
2016-06-03simpleperf: dump tracing data when needed.Yabin Cui
2016-04-05simpleperf: support reporting more than one event type.Yabin Cui
2015-12-05Merge "Simpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE)."Yabin Cui
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
2015-12-03Simpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE).Yabin Cui
2015-10-30simpleperf: support --cpu option in record/stat command.Yabin Cui
2015-09-23Simpleperf: support dwarf callgraph in report command.Yabin Cui
2015-08-19Simpleperf: add raw data in sample records for tracepoint events.Yabin Cui
2015-07-13Simpleperf: Support dwarf callgraph recording.Yabin Cui
2015-06-22Simpleperf: better support for per thread comm.Yabin Cui
2015-06-19Simpleperf: support event type modifier.Yabin Cui
2015-06-05Add simpleperf report command.Yabin Cui
2015-05-15Support tracepoint event types in simpleperf.Yabin Cui
2015-05-04Implement simpleperf record/dumprecord subcommands.Yabin Cui
2015-04-23Implement simpleperf stat subcommand.Yabin Cui
2015-04-18Implement simpleperf list subcommand.Yabin Cui