Sign in
android
/
platform
/
system
/
extras
/
2a904afcb32568d3c33d56971c7b1783e265c8d5
/
simpleperf
/
cmd_report.cpp
acf04b2
simpleperf: add --size-limit option in record cmd.
by Yabin Cui
· 7 years ago
8cd9233
simpleperf: add SIMPLE_PERF_RECORD_TRACE_DATA record type.
by Yabin Cui
· 7 years ago
6e75e1b
simpleperf: Use cross-arch unwinding.
by Yabin Cui
· 7 years ago
0338145
simpleperf: report unwinding failures.
by Yabin Cui
· 7 years ago
d3cb3b0
simpleperf: exclude kernel callchains when needed.
by Yabin Cui
· 8 years ago
68b8383
simpleperf: support tracing offcpu time.
by Yabin Cui
· 8 years ago
dcb2a3e
simpleperf: enable two options by default.
by Yabin Cui
· 8 years ago
98c7584
simpleperf: fix unknown binary in samples.
by Yabin Cui
· 8 years ago
0c093f3
simpleperf: add --brief-callgraph option for report cmd.
by Yabin Cui
· 8 years ago
10dbaaa
Merge "simpleperf: generate one report for each event attr."
by Treehugger Robot
· 8 years ago
afe99a5
simpleperf: add --raw-period option for report cmd.
by Yabin Cui
· 8 years ago
ada97db
simpleperf: generate one report for each event attr.
by Yabin Cui
· 8 years ago
b92bae8
simpleperf: build libsimpleperf_inplace_sampler library.
by Yabin Cui
· 8 years ago
18385c4
simpleperf: Improve Callgraph.
by Yabin Cui
· 8 years ago
010b232
simpleperf: make file feature section used in more report commands.
by Yabin Cui
· 8 years ago
c5b4a31
simpleperf: dump file feature section.
by Yabin Cui
· 8 years ago
c0565bb
Simpleperf: add --max-stack and --percent-limit options for report cmd.
by Yabin Cui
· 8 years ago
003b245
Simpleperf: don't expose EventSelection.
by Yabin Cui
· 8 years ago
a447c0d
simpleperf: add python report interface on linux.
by Yabin Cui
· 9 years ago
825e56b
simpleperf: support hotplug events in record cmd.
by Yabin Cui
· 9 years ago
861f655
simpleperf: fix --pids option.
by Yabin Cui
· 9 years ago
190a848
simpleperf: keep binary in class Record.
by Yabin Cui
· 9 years ago
71f3fbc
Merge "simpleperf: show dso[+vaddr_in_file] for unknown symbols."
by Treehugger Robot
· 9 years ago
15475e6
simpleperf: show dso[+vaddr_in_file] for unknown symbols.
by Yabin Cui
· 9 years ago
5e6ff6e
simpleperf: change default callgraph to use caller mode.
by Yabin Cui
· 9 years ago
05ef2ea
simpleperf: change the separator of --symbols option from comma to semicolon.
by Yabin Cui
· 9 years ago
f79fbd1
simpleperf: add symbol filter for report command.
by Yabin Cui
· 9 years ago
9970a23
Simpleperf: add vaddr_in_file sort key in report command.
by Yabin Cui
· 9 years ago
c10a9dc
simpleperf: add type modifier when reporting events.
by Yabin Cui
· 9 years ago
4f41df6
simpleperf: dump tracing data when needed.
by Yabin Cui
· 9 years ago
767dd17
simpleperf: add report-sample command.
by Yabin Cui
· 9 years ago
b421297
simpleperf: record kernel symbols in perf.data.
by Yabin Cui
· 9 years ago
b64a863
simpleperf: refactor SampleTree for reuse.
by Yabin Cui
· 9 years ago
4dd14a3
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 9 years ago
2d6efe4
simpleperf: support reporting more than one event type.
by Yabin Cui
· 9 years ago
4b6720d
simpleperf: loosen unwinding arch check for system wide collection.
by Yabin Cui
· 9 years ago
257d5e6
simpleperf: don't allow 64bit simpleperf unwinding 32bit processes.
by Yabin Cui
· 9 years ago
4846089
Simpleperf: remove dependency on global current_arch.
by Yabin Cui
· 9 years ago
b0bf491
Fix typo in 'help report' output.
by Than McIntosh
· 9 years ago
ff7465c
simpleperf: fix mac build.
by Yabin Cui
· 9 years ago
b1a885b
simpleperf: report symbols of native libraries in apk file.
by Yabin Cui
· 9 years ago
569f64a
simpleperf: port read_apk and read_apk/read_elf tests to nonlinux.
by Yabin Cui
· 9 years ago
4a6c58d
Simpleperf: fix --comms option for report cmd.
by Yabin Cui
· 9 years ago
66dd09e
Track rename from base/ to android-base/.
by Elliott Hughes
· 9 years ago
b7f481f
Simpleperf: Don't load whole perf.data into memory.
by Yabin Cui
· 9 years ago
3c8c213
Simpleperf: support dwarf callgraph in report command.
by Yabin Cui
· 10 years ago
cc2e59e
Simpleperf: use OneTimeFreeAllocator to allocate symbol names.
by Yabin Cui
· 10 years ago
c848560
Simpleperf: refactor dso.
by Yabin Cui
· 10 years ago
b10a8fb
Simpleperf: demangle symbols only when necessary.
by Yabin Cui
· 10 years ago
38e573e
Simpleperf: add filters to report command.
by Yabin Cui
· 10 years ago
c42867e
Simpleperf: support caller callgraph.
by Yabin Cui
· 10 years ago
f825889
Simpleperf: fix the process of parsing records.
by Yabin Cui
· 10 years ago
73d8078
Simpleperf: use ThreadTree when getting hit files in record command.
by Yabin Cui
· 10 years ago
60a0ea9
Simpleperf: separate ThreadTree from SampleTree.
by Yabin Cui
· 10 years ago
39d3cae
Simpleperf: support --vmlinux option in report command.
by Yabin Cui
· 10 years ago
76769e5
Simpleperf: Support dwarf callgraph recording.
by Yabin Cui
· 10 years ago
13dedc6
Merge "Simpleperf: check build id in report command."
by Yabin Cui
· 10 years ago
638c558
Simpleperf: check build id in report command.
by Yabin Cui
· 10 years ago
ecb9a30
Simpleperf: support callgraph option in report command.
by Yabin Cui
· 10 years ago
36c662b
Simpleperf: support --children option in report command.
by Yabin Cui
· 10 years ago
d713f95
Simpleperf: support cmdline feature in perf.data.
by Yabin Cui
· 10 years ago
8a530e3
Simpleperf: add option to report branch stack information.
by Yabin Cui
· 10 years ago
41d4ba9
Simpleperf: better support for per thread comm.
by Yabin Cui
· 10 years ago
d115b2f
Simpleperf: support event type modifier.
by Yabin Cui
· 10 years ago
decc11c
Merge "Simpleperf: add option to print sample count in report command."
by Yabin Cui
· 10 years ago
ec9395d
Merge "Simpleperf: improve records parsing."
by Yabin Cui
· 10 years ago
22ec7fa
Simpleperf: improve records parsing.
by Yabin Cui
· 10 years ago
8e27740
Simpleperf: add option to print sample count in report command.
by Yabin Cui
· 10 years ago
b378355
Simpleperf: improve symbol parsing.
by Yabin Cui
· 10 years ago
ec12ed9
Simpleperf: support symbol parsing in report command.
by Yabin Cui
· 10 years ago
589b82f
Simpleperf: adjust report width based on requirement.
by Yabin Cui
· 10 years ago
2672dea
Add simpleperf report command.
by Yabin Cui
· 10 years ago