summaryrefslogtreecommitdiff
path: root/simpleperf/Android.bp
AgeCommit message (Expand)Author
2021-05-14Link libdexfile_support statically.Martin Stjernholm
2021-04-09Rename libdexfile_external_static to libdexfile_static (reland 2).Martin Stjernholm
2021-04-09Revert "Rename libdexfile_external_static to libdexfile_static (..."Ulyana Trafimovich
2021-04-06Rename libdexfile_external_static to libdexfile_static (reland).Martin Stjernholm
2021-04-01Revert "Rename libdexfile_external_static to libdexfile_static."Nikita Ioffe
2021-03-30Rename libdexfile_external_static to libdexfile_static.Martin Stjernholm
2021-03-17simpleperf: show unwinding result in report-sample cmd.Yabin Cui
2021-03-03Merge changes from topic "profcollect-rust"Yi Kong
2021-03-02simpleperf: Rust bindings for profcollectYi Kong
2021-03-01simpleperf: keep binaries for debugging failed unwinding cases.Yabin Cui
2021-02-19[LSC] Add LOCAL_LICENSE_KINDS to system/extrasBob Badour
2021-02-16Merge "Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/extras""Bob Badour
2021-02-16Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/extras"Bob Badour
2021-02-16Merge "simpleperf: add record filter options to record and monitor cmd."Yabin Cui
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to system/extrasBob Badour
2021-02-12simpleperf: add record filter options to record and monitor cmd.Yabin Cui
2021-02-08Update simpleperf_cpu_hotplug_test to really work host-sideJulien Desprez
2021-01-07simpleperf: fix arch in RegSet.Yabin Cui
2020-12-17simpleperf: fix ReportCommandTest on windows.Yabin Cui
2020-12-12Merge changes Ic892ba07,Ic64956cdYabin Cui
2020-12-11simpleperf: extract common code into report_utils.cppYabin Cui
2020-12-01Refactor loading of /proc/kallsymsThiébaud Weksteen
2020-11-10simpleperf: add "monitor" commandThiébaud Weksteen
2020-11-03simpleperf: reduce pre recording time for system wide etm recording.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-23Enable bpfmt repo hookThiébaud Weksteen
2020-10-16Merge "simpleperf: add --kprobe option to record cmd."Yabin Cui
2020-10-16simpleperf: add --kprobe option to record cmd.Yabin Cui
2020-10-15simpleperf: rename utils.py to avoid name conflict.Yabin Cui
2020-09-30Remove libdexfile_external_static_defaults again.Martin Stjernholm
2020-09-24Use a cc_defaults for the static libdexfile dependency.Martin Stjernholm
2020-09-09simpleperf: fix tests broken by jit symfile path change.Yabin Cui
2020-09-07Merge "Add tool annotating CFG with simpleperf data"Treehugger Robot
2020-08-27simpleperf: add perf symbol map reader + testEvgeny Eltsin
2020-08-18Add tool annotating CFG with simpleperf dataEmma Lagier
2020-07-29Update language to comply with Android's inclusive language guidance.Yabin Cui
2020-07-22simpleperf: Fix GetModuleBuildId.Yabin Cui
2020-06-30simpleperf: add --tp-filter option in record cmd.Yabin Cui
2020-06-03simpleperf: expose ETM collection methods for profcollectdYi Kong
2020-05-27simpleperf: stop linking libncurses.Yabin Cui
2020-04-01simpleperf inject: support branch-list output.Yabin Cui
2020-03-19Use libdexfile_support_static only for the simpleperf NDK binary.Martin Stjernholm
2020-02-12simpleperf: add test to app recording api.Yabin Cui
2020-01-23simpleperf: fix according to unwindstack change.Yabin Cui
2020-01-13simpleperf: remove inplace-sampler.Yabin Cui
2019-10-18Clean up unnecessary dependency on ART internal defaults module.Martin Stjernholm
2019-08-22simpleperf: add inject cmd.Yabin Cui
2019-08-20simpleperf: Add ETMDecoder.Yabin Cui