summaryrefslogtreecommitdiff
path: root/simpleperf/environment.h
AgeCommit message (Expand)Author
2024-01-09simpleperf: Get ARM cpu models from /proc/cpuinfoYabin Cui
2023-03-03simpleperf: Increase default user buffer size to 256MYabin Cui
2022-03-29Support building simpleperf against muslColin Cross
2022-01-05simpleperf: use RecordFilter in report cmd.Yabin Cui
2021-10-27simpleperf: don't run child command in app uid.Yabin Cui
2021-05-13simpleperf: add --show-app-type in simpleperf_app_runner.Yabin Cui
2021-05-11simpleperf: add app_type in meta info.Yabin Cui
2021-05-05simpleperf: improve error msg for output file.Yabin Cui
2021-02-12simpleperf: add record filter options to record and monitor cmd.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-12-01Refactor loading of /proc/kallsymsThiƩbaud Weksteen
2020-10-19simpleperf: add --cpu to filter cpus in report command.Yabin Cui
2020-10-16simpleperf: support secondary android users.Yabin Cui
2020-07-28simpleperf: dump jit symfiles to a single file.Yabin Cui
2020-07-22simpleperf: Fix GetModuleBuildId.Yabin Cui
2020-07-13simpleperf: fix string operand support in --tp-filter.Yabin Cui
2020-02-18simpleperf: force testing run-as and app_runner separately.Yabin Cui
2020-01-29simpleperf: fix presubmit test.Yabin Cui
2020-01-21simpleperf: add --per-thread option to stat cmd.Yabin Cui
2019-12-20simpleperf: move GetCpusFromString() to utils.cppNamhyung Kim
2019-02-28simpleperf: make app api available for profileable apps.Yabin Cui
2019-01-31simpleperf: change the way running cts test.Yabin Cui
2018-11-14switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
2018-08-14simpleperf: set kernel resources used for profiling on Android >=Q.Yabin Cui
2018-07-17simpleperf: record complete process name.Yabin Cui
2018-07-16simpleperf: prefer to use mmap2 records instead of mmap records.Yabin Cui
2018-06-07simpleperf: add whitelist to omit tests requiring hw counters.Yabin Cui
2018-05-14simpleperf: reimplement GetThreadMmapsInProcess.Yabin Cui
2018-03-28simpleperf: support showing symbols for interpreted java code.Yabin Cui
2018-03-19simpleperf: Add JITDebugReader.Yabin Cui
2018-03-08simpleperf: improve managing temp files.Yabin Cui
2017-12-14simpleperf: respect inherited SIGHUP disposition.Josh Gao
2017-12-06simpleperf: create tempfile in the same dir as recording file.Yabin Cui
2017-12-06simpleperf: allow more opened files.Yabin Cui
2017-11-01simpleperf: avoid warning for default freq.Yabin Cui
2017-08-29simpleperf: fix --app option for multiprocess apps.Yabin Cui
2017-07-21simpleperf: adjust sample freq instead of checking it.Yabin Cui
2017-07-17simpleperf: add test for dumping regs for tracepoint events.Yabin Cui
2017-07-14simpleperf: change the way running cts tests.Yabin Cui
2017-07-14simpleperf: support "--app" option in record/stat command.Yabin Cui
2017-05-19simpleperf: support [vdso].Yabin Cui
2017-03-06simpleperf: adjust sample_freq based on max_sample_rate file.Yabin Cui
2017-02-10simpleperf: build libsimpleperf_inplace_sampler library.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: avoid errors/warnings caused by sepolicy.Yabin Cui
2016-09-29Simpleperf: don't expose EventSelection.Yabin Cui
2016-09-03Merge "Use android::base::GetExecutablePath in simpleperf."Treehugger Robot
2016-09-02Use android::base::GetExecutablePath in simpleperf.Elliott Hughes