summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_list.cpp
AgeCommit message (Expand)Author
2024-04-16simpleperf: skip checking tracepoint events in the list cmdYabin Cui
2024-01-10simpleperf: Add configurations for events supported by cpu modelsYabin Cui
2024-01-09simpleperf: list cmd: Check raw event support on each cpu modelYabin Cui
2023-12-18simpleperf: Use event_table.json to config raw eventsYabin Cui
2021-08-19simpleperf: switch to cpu-clock when cpu-cycles is missing on x86.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-10-13simpleperf: refactor event_type.cpp.Yabin Cui
2020-07-29Update language to comply with Android's inclusive language guidance.Yabin Cui
2020-07-08simpleperf: add function to preprocess options.Yabin Cui
2020-01-23simpleperf: avoid getting event name in EventFd::OpenEventFd.Yabin Cui
2020-01-13simpleperf: remove inplace-sampler.Yabin Cui
2019-12-20simpleperf: clean up cmd_list.cpp.Yabin Cui
2019-12-20simpleperf: fix pmu event tests.Yabin Cui
2019-12-20simpleperf: Suport "pmu" type events in list commandNamhyung Kim
2019-07-17Merge "simpleperf: add cs-etm event type."Yabin Cui
2019-07-17simpleperf: add cs-etm event type.Yabin Cui
2019-07-17simpleperf: add rate comment for new raw events.Yabin Cui
2019-07-11simpleperf: add event numbers listed in ARM 8.4 manual.Yabin Cui
2018-11-14switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
2018-05-14simpleperf: Add support for implementation-defined raw PMU events.Yabin Cui
2017-09-05simpleperf: support --clockid option in record cmd.Yabin Cui
2017-07-28simpleperf: add --show-features option in list cmd.Yabin Cui
2017-05-23simpleperf: support raw event types.Yabin Cui
2017-02-03simpleperf: add inplace-sampler event type.Yabin Cui
2016-06-01simpleperf: check perf event limit.Yabin Cui
2016-02-25simpleperf: fix mac build.Yabin Cui
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
2015-06-29Simpleperf: support build on mac.Yabin Cui
2015-06-19Simpleperf: support event type modifier.Yabin Cui
2015-06-04Simpleperf: refactor command system.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