summaryrefslogtreecommitdiff
path: root/simpleperf/utils.h
AgeCommit message (Expand)Author
2023-09-01simpleperf: Use thousand groups when reporting sample countsYabin Cui
2023-05-02simpleperf: Move code handling ETMBranchList file to a separate fileYabin Cui
2023-03-03simpleperf: Increase default user buffer size to 256MYabin Cui
2023-02-28simpleperf: Support process name regex in -p in record/stat cmdYabin Cui
2023-02-03simpleperf: Do more checks when reading aux data.Yabin Cui
2022-12-12simpleperf: fix ReadCmdlineFeature for fuzzer.Yabin Cui
2022-09-14simpleperf: fix fuzz bug in ReadFileFeature.Yabin Cui
2022-09-13simpleperf: fix fuzzer bug in Tracing constructor.Yabin Cui
2021-11-19simpleperf: check size before reading data for a record.Yabin Cui
2021-04-14simpleperf: support proguard mapping file in callchain report.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
2020-12-01Refactor loading of /proc/kallsymsThiƩbaud Weksteen
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-10-19simpleperf: add --cpu to filter cpus in report command.Yabin Cui
2020-08-27simpleperf: add perf symbol map dso + testEvgeny Eltsin
2019-12-20simpleperf: move GetCpusFromString() to utils.cppNamhyung Kim
2019-09-19simpleperf: output text format for autofdo in inject cmd.Yabin Cui
2018-12-13Use libdexfile external API in simpleperf.Martin Stjernholm
2018-10-30simpleperf: fix simpleperf_unit_test on windows.Yabin Cui
2018-05-22simpleperf: get symbols from dex files extracted from zip files.Yabin Cui
2017-12-18simpleperf: improve recording unwinding results.Yabin Cui
2017-11-02simpleperf: fix callchains generated by the kernel.Yabin Cui
2017-05-03simpleperf: add META_INFO feature section in perf.data.Yabin Cui
2016-11-10simpleperf: fix unaligned data access on arm.Yabin Cui
2016-10-20simpleperf: support building sample record manually.Yabin Cui
2016-08-22simpleperf: avoid selinux denials.Yabin Cui
2016-07-27simpleperf: use libevent in stat command.Yabin Cui
2016-07-12Fix google-explicit-constructor warnings in simpleperf.Chih-Hung Hsieh
2016-06-15simpleperf: replace SIMPLEPERF_ALIGN macro with Align inline function.Yabin Cui
2016-06-13simpleperf: fix mac build.Yabin Cui
2016-06-03simpleperf: dump tracing data when needed.Yabin Cui
2016-06-02simpleperf: add report-sample command.Yabin Cui
2016-05-31simpleperf: record kernel symbols in perf.data.Yabin Cui
2016-04-26simpleperf: improve cpu_hotplug tests.Yabin Cui
2016-03-26Simpleperf: add test for reporting callgraph of shared libraries in apk file.Yabin Cui
2016-03-18Simpleperf: support reading symbols from .gnu_debugdata.Yabin Cui
2016-03-02simpleperf: support building cts test.Yabin Cui
2016-02-17simpleperf: report symbols of native libraries in apk file.Yabin Cui
2016-02-08simpleperf: port read_apk and read_apk/read_elf tests to nonlinux.Yabin Cui
2016-02-01simpleperf: use RemoveFileIfExists in libbase.Yabin Cui
2016-01-15Simpleperf: support build for windows.Yabin Cui
2015-12-08Simpleperf: check if elf file paths are valid before reading them.Yabin Cui
2015-08-21Simpleperf: use OneTimeFreeAllocator to allocate symbol names.Yabin Cui
2015-08-07Simpleperf: add filters to report command.Yabin Cui
2015-06-29Simpleperf: support build on mac.Yabin Cui
2015-06-24Simpleperf: support cmdline feature in perf.data.Yabin Cui
2015-06-18Simpleperf: support monitoring existing processes/threads.Yabin Cui
2015-06-18Simpleperf: add branch stack feature in perf.data.Yabin Cui
2015-06-17Simpleperf: add signal handler for SIGCHLD, SIGINT, SIGTERM.Yabin Cui