summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_record_test.cpp
AgeCommit message (Expand)Author
2023-07-28simpleperf: Disable failed tests when running with a 32-bit translatorYabin Cui
2023-05-10simpleperf: Fix flaky test record_cmd.record_java_appYabin Cui
2023-05-03simpleperf: Add --binary in record cmdYabin Cui
2023-05-03simpleperf: Support --exclude-perf when recording with --decode-etmYabin Cui
2023-05-03simpleperf: Add --decode-etm in the record cmdYabin Cui
2023-04-17simpleperf: Remove stack and reg fields in samples after unwindingYabin Cui
2023-04-17simpleperf: Store perf_event_attr value in EventAttrWithIdYabin Cui
2023-04-06simpleperf: Store lost/cut record info in recording fileYabin Cui
2023-03-01simpleperf: Fix GetCompleteProcessNameYabin Cui
2023-02-17simpleperf: Add --user-buffer-size in record cmdYabin Cui
2023-02-13simpleperf: Dump data when app option test failsYabin Cui
2023-02-10simpleperf: Separate EOF and error in ReadFileFeature.Yabin Cui
2022-10-31Add simpleperf testcase support for riscv64haocheng.zy
2022-09-14simpleperf: fix record_cmd.device_meta_info test on host.Yabin Cui
2022-03-14simpleperf: fix test running on emulator.Yabin Cui
2022-02-07profcollectd: add interface to wait for ETM after boot.Yabin Cui
2021-12-21simpleperf: add --add-counter in record cmd.Yabin Cui
2021-12-16simpleperf: add --use-cmd-exit-code in record cmd.Yabin Cui
2021-11-17simpleperf: update trace offcpu modes.Yabin Cui
2021-11-15simpleperf: fix check_trampoline_after_art_jni_methods test.Yabin Cui
2021-11-10simpleperf: record switch records when --trace-offcpu is used.Yabin Cui
2021-10-27simpleperf: don't run child command in app uid.Yabin Cui
2021-08-19simpleperf: switch to cpu-clock when cpu-cycles is missing on x86.Yabin Cui
2021-06-01simpleperf: increase record durationLuca Weiss
2021-05-14Merge "simpleperf: add --show-app-type in simpleperf_app_runner."Yabin Cui
2021-05-13simpleperf: add --show-app-type in simpleperf_app_runner.Yabin Cui
2021-05-13simpleperf: add more device info in recording file.Yabin Cui
2021-05-11simpleperf: add app_type in meta info.Yabin Cui
2021-05-11simpleperf: add --add-meta-info to record cmd.Yabin Cui
2021-05-05simpleperf: fix printing kernel address warning.Yabin Cui
2021-03-23simpleperf: prepare recording etm data for kernel.Yabin Cui
2021-03-01simpleperf: keep binaries for debugging failed unwinding cases.Yabin Cui
2021-02-25simpleperf: add options to keep failed unwinding results in record cmd.Yabin Cui
2021-02-16Merge "simpleperf: add record filter options to record and monitor cmd."Yabin Cui
2021-02-12simpleperf: add record filter options to record and monitor cmd.Yabin Cui
2021-02-11simpleperf: fix flaky test.Yabin Cui
2021-01-26simpleperf: don't hide jni methods after art_jni_trampoline.Yabin Cui
2020-12-17simpleperf: fix unit test on linux host.Yabin Cui
2020-12-01Refactor loading of /proc/kallsymsThiébaud Weksteen
2020-11-11simpleperf: use kernel start address in kernel mmap record.Yabin Cui
2020-10-29Merge "simpleperf: move test helpers to test_util.cpp"Thiébaud Weksteen
2020-10-28simpleperf: Add merge cmd.Yabin Cui
2020-10-28simpleperf: move test helpers to test_util.cppThiébaud Weksteen
2020-10-23simpleperf: enable .clang-formatThiébaud Weksteen
2020-10-21simpleperf: fix cts tests build for aosp_x86*.Yabin Cui
2020-10-19simpleperf: add shortcut for creating kprobe events.Yabin Cui
2020-10-16simpleperf: add --kprobe option to record cmd.Yabin Cui
2020-10-13simpleperf: refactor event_type.cpp.Yabin Cui
2020-08-24simpleperf: Support parsing dynamic string field of tracepoint events.Yabin Cui
2020-08-04simpleperf: enable kernel addr filter test.Yabin Cui