summaryrefslogtreecommitdiff
path: root/simpleperf/generate_event_type_table.py
AgeCommit message (Collapse)Author
2017-05-23simpleperf: support raw event types.Yabin Cui
Provide interface to access event numbers provided by ARMv8 PMU v3. Make event types case insensitive to make typing easier. Bug: http://b/38043209 Test: run simpleperf_unit_test. Change-Id: I49073acbc4d8c9abeafff93e25133664c84a0e9c
2017-02-03simpleperf: add inplace-sampler event type.Yabin Cui
Add inplace-sampler event type, so it can be used in record/list command. This cl doesn't add code for communicating with profiled process, and fake records in InplaceSamplerClient.cpp for testing purpose. Refactor runtest.py to test inplace-sampler profiling. Bug: http://b/30974760 Test: run runtest.py --inplace-sampler. Change-Id: I92d8b03583c58b3589207f5c655e03853899be3a
2015-10-06Simpleperf: add runtest.Yabin Cui
Bug: 22885658 Change-Id: If710c215340665a8fa7d7bfdcd5a6686598cccbd
2015-06-10Simpleperf: fix a few bugs.Yabin Cui
Fix mistyped word. Kill workload process when exiting. Add checking of whether branch sampling is supported. Bug: 19483574 Change-Id: Ibe48914cd92da1ee40bf67c0c47a6376a7291e8c
2015-04-18Implement simpleperf list subcommand.Yabin Cui
simpleperf is used to replace linux/tools/perf. And This CL implements the list subcommand of it. Change-Id: I3e6fe854e19cc370070d0fd8416d0aa6fa8f8e90