summaryrefslogtreecommitdiff
path: root/simpleperf/event_selection_set.h
AgeCommit message (Expand)Author
12 dayssimpleperf: Rotate the last cpu disabling ETM eventsYabin Cui
13 dayssimpleperf: Enable ETM events after create aux bufferYabin Cui
2023-11-22simpleperf: record cmd: Add --delay optionYabin Cui
2023-10-23simpleperf: Support monitoring different events on different coresYabin Cui
2023-10-17Reapply "simpleperf: refactor code setting sample rate"Yabin Cui
2023-10-17Revert "simpleperf: refactor code setting sample rate"Anthony Alridge
2023-10-16simpleperf: refactor code setting sample rateYabin Cui
2023-09-01simpleperf: Improve log messageYabin Cui
2023-04-17simpleperf: Store perf_event_attr value in EventAttrWithIdYabin Cui
2021-12-21simpleperf: add --add-counter in record cmd.Yabin Cui
2021-11-10simpleperf: record switch records when --trace-offcpu is used.Yabin Cui
2021-08-19simpleperf: switch to cpu-clock when cpu-cycles is missing on x86.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-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-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-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-06-04simpleperf: add --no-cut-samples in record cmd.Yabin Cui
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