Home | History | Annotate | only in /external/perf_data_converter/src/quipper
Up to higher level directory
NameDateSize
.project_alias22-Oct-20207
address_mapper.cc22-Oct-202010.7K
address_mapper.h22-Oct-20206.3K
address_mapper_test.cc22-Oct-202016.9K
Android.bp22-Oct-20205.6K
androidbase/22-Oct-2020
binary_data_utils.cc22-Oct-20202.5K
binary_data_utils.h22-Oct-20203K
binary_data_utils_test.cc22-Oct-20202.1K
buffer_reader.cc22-Oct-2020697
buffer_reader.h22-Oct-20201.4K
buffer_reader_test.cc22-Oct-202010.2K
buffer_writer.cc22-Oct-20201.2K
buffer_writer.h22-Oct-20201.1K
buffer_writer_test.cc22-Oct-202010.7K
chromiumos-wide-profiling.gyp22-Oct-2020127
compat/22-Oct-2020
conversion_utils.cc22-Oct-20203.6K
conversion_utils.h22-Oct-20201,000
conversion_utils_test.cc22-Oct-20201.3K
CPPLINT.cfg22-Oct-202021
data_reader.cc22-Oct-20201.3K
data_reader.h22-Oct-20202.7K
data_writer.cc22-Oct-20201K
data_writer.h22-Oct-20202K
dso.cc22-Oct-20205K
dso.h22-Oct-20201.6K
dso_android.cc22-Oct-20202.4K
dso_test.cc22-Oct-20203.8K
dso_test_utils.cc22-Oct-20204.7K
dso_test_utils.h22-Oct-2020770
file_reader.cc22-Oct-20201.1K
file_reader.h22-Oct-20201K
file_reader_test.cc22-Oct-20209.5K
file_utils.cc22-Oct-2020935
file_utils.h22-Oct-20201.3K
huge_page_deducer.cc22-Oct-202010.9K
huge_page_deducer.h22-Oct-20201.1K
huge_page_deducer_test.cc22-Oct-202021.8K
install_prerequisites.sh22-Oct-2020346
kernel/22-Oct-2020
LICENSE22-Oct-20201.5K
Makefile.external22-Oct-20205.8K
mybase/22-Oct-2020
perf_converter.cc22-Oct-20202.6K
perf_data.proto22-Oct-202019.4K
perf_data_structures.h22-Oct-20201.2K
perf_data_utils.cc22-Oct-20202.7K
perf_data_utils.h22-Oct-20203.2K
perf_data_utils_test.cc22-Oct-20202.8K
perf_option_parser.cc22-Oct-20207.8K
perf_option_parser.h22-Oct-20201.1K
perf_option_parser_test.cc22-Oct-20207.5K
perf_parser.cc22-Oct-202025.6K
perf_parser.h22-Oct-20209.5K
perf_parser_test.cc22-Oct-202075.9K
perf_protobuf_io.cc22-Oct-20201.8K
perf_protobuf_io.h22-Oct-20201.5K
perf_reader.cc22-Oct-202069.9K
perf_reader.h22-Oct-202011.4K
perf_reader_test.cc22-Oct-202060.4K
perf_recorder.cc22-Oct-20204.8K
perf_recorder.h22-Oct-20201.4K
perf_recorder_test.cc22-Oct-20206.7K
perf_serializer.cc22-Oct-202039.5K
perf_serializer.h22-Oct-202011.1K
perf_serializer_test.cc22-Oct-202031.7K
perf_stat.proto22-Oct-20201.9K
perf_stat_parser.cc22-Oct-20202.2K
perf_stat_parser.h22-Oct-20201.2K
perf_stat_parser_test.cc22-Oct-20204.3K
perf_test_files.cc22-Oct-20205.5K
perf_test_files.h22-Oct-2020650
quipper.cc22-Oct-20201.5K
quipper.gyp22-Oct-20204.5K
README22-Oct-2020414
run_command.cc22-Oct-20203.9K
run_command.h22-Oct-2020797
run_command_test.cc22-Oct-20201.6K
sample_info_reader.cc22-Oct-202021K
sample_info_reader.h22-Oct-20202K
sample_info_reader_test.cc22-Oct-202013.9K
scoped_temp_path.cc22-Oct-20202.4K
scoped_temp_path.h22-Oct-20201.4K
scoped_temp_path_test.cc22-Oct-20206.2K
string_utils.cc22-Oct-2020846
string_utils.h22-Oct-2020679
test_perf_data.cc22-Oct-202017.3K
test_perf_data.h22-Oct-202014.6K
test_runner.cc22-Oct-2020300
test_utils.cc22-Oct-20207K
test_utils.h22-Oct-20202.8K
testdata/22-Oct-2020

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