summaryrefslogtreecommitdiff
path: root/simpleperf
AgeCommit message (Expand)Author
2016-07-28simpleperf: use libevent in record command.Yabin Cui
2016-07-27Fix clang-tidy performance warnings in simpleperf.Chih-Hung Hsieh
2016-07-27Merge "simpleperf: use libevent in stat command."Yabin Cui
2016-07-27Merge "simpleperf: report lost record situation in report-sample command."Treehugger Robot
2016-07-27simpleperf: use libevent in stat command.Yabin Cui
2016-07-26simpleperf: report lost record situation in report-sample command.Yabin Cui
2016-07-26simpleperf: fix runtest.Yabin Cui
2016-07-22Merge "simplperf: improve unknown symbol print in report-sample command."Treehugger Robot
2016-07-22simpleperf: add --duration for stat/record command.Yabin Cui
2016-07-21simplperf: improve unknown symbol print in report-sample command.Yabin Cui
2016-07-21Merge "simpleperf: add option for generating java code for report_sample.proto."Yabin Cui
2016-07-19simpleperf: add option for generating java code for report_sample.proto.Yabin Cui
2016-07-19simpleperf: add thread_id in report_sample's output.Yabin Cui
2016-07-15simpleperf: let simpleperf running record/stat command die if parent exits.Yabin Cui
2016-07-14Merge "simpleperf: fix unwind stack size."Treehugger Robot
2016-07-14Merge "simpleperf: show dso[+vaddr_in_file] for unknown symbols."Treehugger Robot
2016-07-14simpleperf: fix unwind stack size.Yabin Cui
2016-07-14Merge "simpleperf: change default callgraph to use caller mode."Yabin Cui
2016-07-14Merge "simpleperf: fix dumping symbols for unwinded ips."Yabin Cui
2016-07-14simpleperf: show dso[+vaddr_in_file] for unknown symbols.Yabin Cui
2016-07-14simpleperf: change default callgraph to use caller mode.Yabin Cui
2016-07-14simpleperf: fix dumping symbols for unwinded ips.Yabin Cui
2016-07-13simpleperf: adjust mapped buffer size in record command.Yabin Cui
2016-07-13simpleperf: check dump stack size and adjust its default value.Yabin Cui
2016-07-12simpleperf: combine mapped buffer used for the same event and cpu.Yabin Cui
2016-07-12Merge "simpleperf: fix test record_cmd.dump_symbols."Treehugger Robot
2016-07-12Merge "simpleperf: check kernel symbol addresses before dumping them."Yabin Cui
2016-07-12simpleperf: check kernel symbol addresses before dumping them.Yabin Cui
2016-07-12Fix google-explicit-constructor warnings in simpleperf.Chih-Hung Hsieh
2016-07-11simpleperf: add min_vaddr in DsoRecord.Yabin Cui
2016-07-11simpleperf: fix test record_cmd.dump_symbols.Yabin Cui
2016-07-11simpleperf: change the separator of --symbols option from comma to semicolon.Yabin Cui
2016-07-11Generate output of simpleperf in csv formatZhiting Zhu
2016-07-07Merge "simpleperf: don't warn if child process was killed by simpleperf."Yabin Cui
2016-07-07simpleperf: don't warn if child process was killed by simpleperf.Yabin Cui
2016-07-07Merge "simpleperf: give suggestion when mmap fails."Yabin Cui
2016-07-07Merge "simpleperf: fix build id check of files in symfs."Treehugger Robot
2016-07-07simpleperf: give suggestion when mmap fails.Yabin Cui
2016-07-07simpleperf: fix build id check of files in symfs.Yabin Cui
2016-07-07Merge "simpleperf: add --symfs option for record command."Yabin Cui
2016-07-07simpleperf: add --symfs option for record command.Yabin Cui
2016-07-07simpleperf: add symbol for .plt section.Yabin Cui
2016-07-06Simpleperf: add auto generated summaries in stat command.Yabin Cui
2016-07-07Merge "simpleperf: add symbol filter for report command."Yabin Cui
2016-07-07Merge "simpleperf: fix RecordCache."Yabin Cui
2016-07-06simpleperf: add symbol filter for report command.Yabin Cui
2016-07-06simpleperf: fix RecordCache.Yabin Cui
2016-06-29Simpleperf: add vaddr_in_file sort key in report command.Yabin Cui
2016-06-23Simpleperf: Add SPLIT and SPLIT_END records to handle big records.Yabin Cui
2016-06-23Merge "Dist simpleperf executables in SDK targets"Treehugger Robot