summaryrefslogtreecommitdiff
path: root/simpleperf/event_selection_set.h
AgeCommit message (Expand)Author
2019-02-14simpleperf: prepare for adding user api.Yabin Cui
2018-08-14simpleperf: set kernel resources used for profiling on Android >=Q.Yabin Cui
2018-07-16simpleperf: prefer to use mmap2 records instead of mmap records.Yabin Cui
2018-07-09simpleperf: fix more recording time than requested.Yabin Cui
2018-06-27simpleperf: add record read thread.Yabin Cui
2018-03-28simpleperf: support showing symbols for interpreted java code.Yabin Cui
2018-03-21simpleperf: support profiling jited java code.Yabin Cui
2017-09-05simpleperf: support --clockid option in record cmd.Yabin Cui
2017-08-07simpleperf: allow recording events in different speed.Yabin Cui
2017-07-24simpleperf: exclude kernel callchains when needed.Yabin Cui
2017-07-21simpleperf: support tracing offcpu time.Yabin Cui
2017-02-03simpleperf: add inplace-sampler event type.Yabin Cui
2016-12-13simpleperf: check monitored targets regularly.Yabin Cui
2016-10-28simpleperf: remove external sort.Yabin Cui
2016-10-26simpleperf: merge records from different buffers in memory.Yabin Cui
2016-09-29Simpleperf: don't expose EventSelection.Yabin Cui
2016-08-29simpleperf: handle monitored processes correctly when a cpu is up.Yabin Cui
2016-08-26simpleperf: support hotplug events in record cmd.Yabin Cui
2016-08-25simpleperf: support hotplug events in stat cmd.Yabin Cui
2016-08-24simpleperf: notify user for unsupported modifiers.Yabin Cui
2016-08-19simpleperf: monitor cpu hotplug in stat cmd.Yabin Cui
2016-08-05simpleperf: reduce Record construction overhead while recording.Yabin Cui
2016-07-28simpleperf: use libevent in record command.Yabin Cui
2016-07-27simpleperf: use libevent in stat command.Yabin Cui
2016-07-13simpleperf: adjust mapped buffer size in record command.Yabin Cui
2016-07-12simpleperf: combine mapped buffer used for the same event and cpu.Yabin Cui
2016-06-17simpleperf: support event group.Yabin Cui
2016-06-03simpleperf: dump tracing data when needed.Yabin Cui
2016-04-05simpleperf: support reporting more than one event type.Yabin Cui
2016-03-10simpleperf: check if dwarf callgraph is supported by kernel before testing.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-08-19Simpleperf: support multiple event types in record command.Yabin Cui
2015-08-19Simpleperf: improve output of stat command.Yabin Cui
2015-07-31Simpleperf: correct the event type name printed in stat command.Yabin Cui
2015-07-13Simpleperf: Support dwarf callgraph recording.Yabin Cui
2015-06-29Simpleperf: support build on mac.Yabin Cui
2015-06-22Simpleperf: support child inherit option.Yabin Cui
2015-06-19Simpleperf: support event type modifier.Yabin Cui
2015-06-18Simpleperf: support monitoring existing processes/threads.Yabin Cui
2015-06-15Simpleperf: support callchain sampling in record command.Yabin Cui
2015-06-03Simpleperf: support branch stack sampling in `simpleperf record`.Yabin Cui
2015-05-04Implement simpleperf record/dumprecord subcommands.Yabin Cui