summaryrefslogtreecommitdiff
path: root/simpleperf/event_selection_set.cpp
AgeCommit message (Expand)Author
2021-05-05simpleperf: fix printing kernel address warning.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2021-01-05simpleperf: fix checking dump regs for tracepoint events.Yabin Cui
2020-11-12simpleperf: wake up per sample in monitor cmd.Yabin Cui
2020-11-10simpleperf: add "monitor" commandThiƩbaud Weksteen
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-10-16simpleperf: add --kprobe option to record cmd.Yabin Cui
2020-09-01simpleperf: Move event_type.h and related headers into simpleperf namespace.Yabin Cui
2020-07-17simpleperf: replace --include-filter with --addr-filter.Yabin Cui
2020-07-13simpleperf: fix string operand support in --tp-filter.Yabin Cui
2020-06-30simpleperf: add --tp-filter option in record cmd.Yabin Cui
2020-02-05simpleperf: add --exclude-perf option in record cmd.Yabin Cui
2020-01-28simpleperf: add --per-core option to stat cmd.Yabin Cui
2020-01-27simpleperf: fix tests in cloud android.Yabin Cui
2020-01-23simpleperf: avoid getting event name in EventFd::OpenEventFd.Yabin Cui
2020-01-21simpleperf: add --per-thread option to stat cmd.Yabin Cui
2020-01-14simpleperf: remove code handling cpu hotplug.Yabin Cui
2020-01-13simpleperf: remove inplace-sampler.Yabin Cui
2019-12-20simpleperf: Use PMU's cpumask if availableNamhyung Kim
2019-10-21simpleperf: don't adjust frequency for etm recording.Yabin Cui
2019-08-29simpleperf: add --include-filter in record cmd.Yabin Cui
2019-08-08simpleperf: add --aux-buffer-size in record cmd.Yabin Cui
2019-07-29simpleperf: support recording etm data in perf.data.Yabin Cui
2019-07-17simpleperf: add cs-etm event type.Yabin Cui
2019-06-04simpleperf: add --no-cut-samples in record cmd.Yabin Cui
2019-02-27simpleperf: fix showing a misleading msg.Yabin Cui
2019-02-14simpleperf: prepare for adding user api.Yabin Cui
2018-08-29simpleperf: sync JIT debug info with records.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
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