summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_report_sample.cpp
AgeCommit message (Expand)Author
2023-10-27simpleperf: Refactor RecordFilter to check each field separatelyYabin Cui
2023-06-22simpleperf: Remove small stack gaps in the report-sample commandYabin Cui
2023-04-17simpleperf: Store perf_event_attr value in EventAttrWithIdYabin Cui
2022-12-09simpleperf: handle unexpected dso type error.Yabin Cui
2022-10-06Remove use of deprecated ByteSize() function.Krzysztof Kosiński
2022-08-06simpleperf: fix deprecated protobuf API usage.Krzysztof Kosiński
2022-01-07simpleperf: Use RecordFilter in report-sample cmd.Yabin Cui
2021-11-19simpleperf: add context_switch msg type in report_sample output.Yabin Cui
2021-11-15simpleperf: fix check_trampoline_after_art_jni_methods test.Yabin Cui
2021-05-18simpleperf: add app_type and device info to proto interface.Yabin Cui
2021-04-14simpleperf: add proguard mapping file option to report interfaces.Yabin Cui
2021-03-22cmd_report_sample: provide a default value for error_codeGeorge Burgess IV
2021-03-17simpleperf: show unwinding result in report-sample cmd.Yabin Cui
2021-01-26simpleperf: don't hide jni methods after art_jni_trampoline.Yabin Cui
2021-01-26Revert "simpleperf: don't hide art jni methods."Yabin Cui
2021-01-14Merge changes I5dfc57e9,Idf16b7cfYabin Cui
2021-01-12simpleperf: don't hide art jni methods.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-12-16simpleperf: add --show-execution-type in report-sample cmd.Yabin Cui
2020-12-11simpleperf: extract common code into report_utils.cppYabin Cui
2020-10-23simpleperf: enable .clang-formatThiébaud Weksteen
2020-07-28simpleperf: dump jit symfiles to a single file.Yabin Cui
2020-07-08simpleperf: add function to preprocess options.Yabin Cui
2019-07-18simpleperf: set scoped arch and event types in RecordFileReader.Yabin Cui
2019-05-06simpleperf: fix segfault caused by reused thread ids.Yabin Cui
2018-10-30simpleperf: fix simpleperf_unit_test on windows.Yabin Cui
2018-08-14simpleperf: fix removing ART frames.Yabin Cui
2018-07-23simpleperf: add --symdir option in report-sample command.Yabin Cui
2018-04-20simpleperf: add symbol defore demangle in protobuf interface.Yabin Cui
2018-04-13simpleperf: remove Java interpreter frames by default.Yabin Cui
2018-04-11simpleperf: Support removing unknown kernel symbols in report-sampleYabin Cui
2018-04-10simpleperf: report app package name in report-sample command.Yabin Cui
2018-04-09simpleperf: add magic and version in report-sample protobuf output file.Yabin Cui
2017-12-12simpleperf: report a clear call chain end in protobuf output.Yabin Cui
2017-08-03simpleperf: export meta info in report_sample.proto.Yabin Cui
2017-06-02simpleperf: add thread name in report_sample.proto.Yabin Cui
2017-05-15simpleperf: fix report_sample_test.Yabin Cui
2017-05-02simpleperf: add 'event_count' field in report proto.Yabin Cui
2017-04-28simpleperf: fix unknown binary in samples.Yabin Cui
2016-11-11simpleperf: dump only needed symbols in file feature section.Yabin Cui
2016-11-10simpleperf: use file records in protobuf output.Yabin Cui
2016-11-04simpleperf: make file feature section used in more report commands.Yabin Cui
2016-08-30simpleperf: add python report interface on linux.Yabin Cui
2016-08-04simpleperf: keep binary in class Record.Yabin Cui
2016-07-26simpleperf: report lost record situation in report-sample command.Yabin Cui
2016-07-21simplperf: improve unknown symbol print in report-sample command.Yabin Cui
2016-07-19simpleperf: add thread_id in report_sample's output.Yabin Cui
2016-07-12Fix google-explicit-constructor warnings in simpleperf.Chih-Hung Hsieh
2016-06-29Simpleperf: add vaddr_in_file sort key in report command.Yabin Cui
2016-06-13simpleperf: support report samples using format defined by protobuf.Yabin Cui