Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_extras
/
ca8f3be17d2f94d2a97726c6e4817ac7abc1fc4d
/
simpleperf
/
environment.cpp
4f79dc8
simpleperf: reimplement GetThreadMmapsInProcess.
by Yabin Cui
· 8 years ago
d5d9c42
simpleperf: add a python script to record without usb connection.
by Yabin Cui
· 8 years ago
516a87c
simpleperf: support showing symbols for interpreted java code.
by Yabin Cui
· 8 years ago
cdc11a3
simpleperf: support profiling jited java code.
by Yabin Cui
· 8 years ago
9e43e9f
simpleperf: Add JITDebugReader.
by Yabin Cui
· 8 years ago
c68e66d
simpleperf: improve managing temp files.
by Yabin Cui
· 8 years ago
750b373
simpleperf: improve recording unwinding results.
by Yabin Cui
· 8 years ago
30535f2
simpleperf: respect inherited SIGHUP disposition.
by Josh Gao
· 8 years ago
38b6a90
simpleperf: create tempfile in the same dir as recording file.
by Yabin Cui
· 8 years ago
7c5fe4e
simpleperf: allow more opened files.
by Yabin Cui
· 8 years ago
9e4ad15
Merge "simpleperf: fix reading kernel modules on Android."
by Yabin Cui
· 8 years ago
b068c10
simpleperf: fix reading kernel modules on Android.
by Yabin Cui
· 8 years ago
b921482
simpleperf: avoid warning for default freq.
by Yabin Cui
· 8 years ago
b61e7e5
Add space in error message.
by Nicolas Geoffray
· 8 years ago
7cb6f29
simpleperf: fix --app option for multiprocess apps.
by Yabin Cui
· 8 years ago
8838769
simpleperf: fix finding app's process.
by Yabin Cui
· 8 years ago
80a1e12
simpleperf: export more info through report_lib_interface.
by Yabin Cui
· 8 years ago
f6d5b0d
Fix clang-tidy performance-* warnings in system/extras.
by Chih-Hung Hsieh
· 8 years ago
8605e49
simpleperf: adjust sample freq instead of checking it.
by Yabin Cui
· 8 years ago
f897452
simpleperf: add test for dumping regs for tracepoint events.
by Yabin Cui
· 8 years ago
616b3a0
simpleperf: change the way running cts tests.
by Yabin Cui
· 8 years ago
a80f8f7
simpleperf: support "--app" option in record/stat command.
by Yabin Cui
· 8 years ago
1137a8c
simpleperf: write -1 to perf_event_paranoid when running as root.
by Yabin Cui
· 8 years ago
fbc7062
Merge "simpleperf: better support kernel symbols when running as root."
by Yabin Cui
· 8 years ago
63a1c3d
simpleperf: support [vdso].
by Yabin Cui
· 8 years ago
a90503d
simpleperf: better support kernel symbols when running as root.
by Yabin Cui
· 8 years ago
0720d48
simpleperf: adjust sample_freq based on max_sample_rate file.
by Yabin Cui
· 9 years ago
5f43fc4
simpleperf: check monitored targets regularly.
by Yabin Cui
· 9 years ago
417df29
simpleperf: fix dumping arm regs on arm64 devices.
by Yabin Cui
· 9 years ago
7e5aa13
Revert "Revert "simpleperf: use libprocinfo.""
by Yabin Cui
· 9 years ago
49bdb3d
Revert "simpleperf: use libprocinfo."
by Josh Gao
· 9 years ago
7eb4f9b
simpleperf: use libprocinfo.
by Josh Gao
· 9 years ago
0a7a06d
simpleperf: avoid errors/warnings caused by sepolicy.
by Yabin Cui
· 9 years ago
003b245
Simpleperf: don't expose EventSelection.
by Yabin Cui
· 9 years ago
3eee005
Merge "Use android::base::GetExecutablePath in simpleperf."
by Treehugger Robot
· 9 years ago
f30c96f
Use android::base::GetExecutablePath in simpleperf.
by Elliott Hughes
· 9 years ago
bc2a102
simpleperf: handle monitored processes correctly when a cpu is up.
by Yabin Cui
· 9 years ago
0786586
simpleperf: avoid selinux denials.
by Yabin Cui
· 9 years ago
dec43c1
simpleperf: print warning message when failed to read symbol table from elf file.
by Yabin Cui
· 9 years ago
af69895
simpleperf: check kernel symbol addresses before dumping them.
by Yabin Cui
· 9 years ago
b891549
Simpleperf: check if -f option for record command is in valid range.
by Yabin Cui
· 9 years ago
4f41df6
simpleperf: dump tracing data when needed.
by Yabin Cui
· 9 years ago
ebf79f3
simpleperf: check perf event limit.
by Yabin Cui
· 9 years ago
b421297
simpleperf: record kernel symbols in perf.data.
by Yabin Cui
· 9 years ago
4dd14a3
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 10 years ago
7d6c8ab
Fix some google-runtime-int warnings.
by Chih-Hung Hsieh
· 10 years ago
7134f38
simpleperf: don't looking for _text symbol in /proc/kallsyms.
by Yabin Cui
· 10 years ago
569f64a
simpleperf: port read_apk and read_apk/read_elf tests to nonlinux.
by Yabin Cui
· 10 years ago
ffaa912
Simpleperf: support build for windows.
by Yabin Cui
· 10 years ago
66dd09e
Track rename from base/ to android-base/.
by Elliott Hughes
· 10 years ago
cb4c17e
simpleperf: support --cpu option in record/stat command.
by Yabin Cui
· 10 years ago
c848560
Simpleperf: refactor dso.
by Yabin Cui
· 10 years ago
38e573e
Simpleperf: add filters to report command.
by Yabin Cui
· 10 years ago
d713f95
Simpleperf: support cmdline feature in perf.data.
by Yabin Cui
· 10 years ago
41d4ba9
Simpleperf: better support for per thread comm.
by Yabin Cui
· 10 years ago
b032de7
Simpleperf: support monitoring existing processes/threads.
by Yabin Cui
· 10 years ago
ec12ed9
Simpleperf: support symbol parsing in report command.
by Yabin Cui
· 10 years ago
8f62251
Dump build_id feature in `simpleperf record`.
by Yabin Cui
· 11 years ago
7d59bb4
Dump kernel/modules/thread mmap information in `simpleperf record`.
by Yabin Cui
· 11 years ago
323e945
Implement simpleperf stat subcommand.
by Yabin Cui
· 11 years ago