summaryrefslogtreecommitdiff
path: root/simpleperf/event_selection_set.cpp
AgeCommit message (Expand)Author
2017-11-01simpleperf: avoid warning for default freq.Yabin Cui
2017-10-05simpleperf: fix --group option.Yabin Cui
2017-09-05simpleperf: support --clockid option in record cmd.Yabin Cui
2017-08-25simpleperf: fix check of opening perf event files.Yabin Cui
2017-08-08simpleperf: fix stat cmd.Yabin Cui
2017-08-07Merge "simpleperf: allow recording events in different speed."Yabin Cui
2017-08-07simpleperf: allow recording events in different speed.Yabin Cui
2017-08-03simpleperf: export meta info in report_sample.proto.Yabin Cui
2017-07-24simpleperf: exclude kernel callchains when needed.Yabin Cui
2017-07-21simpleperf: support tracing offcpu time.Yabin Cui
2017-05-04simpleperf: fix tracing counters.Yabin Cui
2017-02-10simpleperf: build libsimpleperf_inplace_sampler library.Yabin Cui
2017-02-10simpleperf: fix an error in checking monitored targets.Yabin Cui
2017-02-03simpleperf: add inplace-sampler event type.Yabin Cui
2016-12-13simpleperf: check monitored targets regularly.Yabin Cui
2016-11-16simpleperf: fix dumping arm regs on arm64 devices.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-05-16simpleperf: fix stat scale output.Yabin Cui
2016-04-05simpleperf: support reporting more than one event type.Yabin Cui
2016-03-18Simpleperf: remove dependency on global current_arch.Yabin Cui
2016-03-10simpleperf: check if dwarf callgraph is supported by kernel before testing.Yabin Cui
2016-02-17simpleperf: report symbols of native libraries in apk file.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-10-12Simpleperf: do stack unwinding while recording.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