Home | History | Annotate | only in /external/perf_data_converter/src/quipper
Up to higher level directory
NameDateSize
.project_alias21-Aug-20187
address_mapper.cc21-Aug-201810.7K
address_mapper.h21-Aug-20186.3K
address_mapper_test.cc21-Aug-201816.9K
Android.bp21-Aug-20185.3K
androidbase/21-Aug-2018
binary_data_utils.cc21-Aug-20182.5K
binary_data_utils.h21-Aug-20183K
binary_data_utils_test.cc21-Aug-20182.1K
buffer_reader.cc21-Aug-2018697
buffer_reader.h21-Aug-20181.4K
buffer_reader_test.cc21-Aug-201810.2K
buffer_writer.cc21-Aug-20181.2K
buffer_writer.h21-Aug-20181.1K
buffer_writer_test.cc21-Aug-201810.7K
chromiumos-wide-profiling.gyp21-Aug-2018127
compat/21-Aug-2018
conversion_utils.cc21-Aug-20183.6K
conversion_utils.h21-Aug-20181,000
conversion_utils_test.cc21-Aug-20181.3K
CPPLINT.cfg21-Aug-201821
data_reader.cc21-Aug-20181.3K
data_reader.h21-Aug-20182.7K
data_writer.cc21-Aug-20181K
data_writer.h21-Aug-20182K
dso.cc21-Aug-20185K
dso.h21-Aug-20181.6K
dso_android.cc21-Aug-20182.4K
dso_test.cc21-Aug-20183.8K
dso_test_utils.cc21-Aug-20184.7K
dso_test_utils.h21-Aug-2018770
file_reader.cc21-Aug-20181.1K
file_reader.h21-Aug-20181K
file_reader_test.cc21-Aug-20189.5K
file_utils.cc21-Aug-2018935
file_utils.h21-Aug-20181.3K
huge_page_deducer.cc21-Aug-201810.9K
huge_page_deducer.h21-Aug-20181.1K
huge_page_deducer_test.cc21-Aug-201821.8K
install_prerequisites.sh21-Aug-2018346
kernel/21-Aug-2018
LICENSE21-Aug-20181.5K
Makefile.external21-Aug-20185.8K
mybase/21-Aug-2018
perf_converter.cc21-Aug-20182.6K
perf_data.proto21-Aug-201819.3K
perf_data_structures.h21-Aug-20181.2K
perf_data_utils.cc21-Aug-20182.7K
perf_data_utils.h21-Aug-20183.2K
perf_data_utils_test.cc21-Aug-20182.8K
perf_option_parser.cc21-Aug-20187.8K
perf_option_parser.h21-Aug-20181.1K
perf_option_parser_test.cc21-Aug-20187.5K
perf_parser.cc21-Aug-201825.6K
perf_parser.h21-Aug-20189.5K
perf_parser_test.cc21-Aug-201875.9K
perf_protobuf_io.cc21-Aug-20181.8K
perf_protobuf_io.h21-Aug-20181.5K
perf_reader.cc21-Aug-201869.9K
perf_reader.h21-Aug-201811.4K
perf_reader_test.cc21-Aug-201860.4K
perf_recorder.cc21-Aug-20184.8K
perf_recorder.h21-Aug-20181.4K
perf_recorder_test.cc21-Aug-20186.7K
perf_serializer.cc21-Aug-201839.5K
perf_serializer.h21-Aug-201811.1K
perf_serializer_test.cc21-Aug-201831.7K
perf_stat.proto21-Aug-20181.9K
perf_stat_parser.cc21-Aug-20182.2K
perf_stat_parser.h21-Aug-20181.2K
perf_stat_parser_test.cc21-Aug-20184.3K
perf_test_files.cc21-Aug-20185.5K
perf_test_files.h21-Aug-2018650
quipper.cc21-Aug-20181.5K
quipper.gyp21-Aug-20184.5K
README21-Aug-2018414
run_command.cc21-Aug-20183.9K
run_command.h21-Aug-2018797
run_command_test.cc21-Aug-20181.6K
sample_info_reader.cc21-Aug-201821K
sample_info_reader.h21-Aug-20182K
sample_info_reader_test.cc21-Aug-201813.9K
scoped_temp_path.cc21-Aug-20182.4K
scoped_temp_path.h21-Aug-20181.4K
scoped_temp_path_test.cc21-Aug-20186.2K
string_utils.cc21-Aug-2018846
string_utils.h21-Aug-2018679
test_perf_data.cc21-Aug-201817.3K
test_perf_data.h21-Aug-201814.6K
test_runner.cc21-Aug-2018300
test_utils.cc21-Aug-20187K
test_utils.h21-Aug-20182.8K
testdata/21-Aug-2018

README

      1 quipper is a library to read linux kernel perf data.
      2 
      3 After parsing a perf.data file it can convert it to a protobuf for further
      4 manipultation.
      5 
      6 It can also do other things like remap addresses preserving shared-object
      7 offsets, garbage-collect MMAP events, etc.
      8 
      9 To build without the ChromeOS chroot:
     10 1. Install pre-requisites. install_prerequisites.sh does this for you.
     11 2. Build using make -f Makefile.external.
     12