Searched refs:quipper (Results 1 – 25 of 97) sorted by relevance
1234
/external/perf_data_converter/src/ |
D | perf_data_handler.h | 72 SampleContext(const quipper::PerfDataProto::EventHeader &h, in SampleContext() 73 const quipper::PerfDataProto::SampleEvent &s) in SampleContext() 81 const quipper::PerfDataProto::EventHeader &header; 83 const quipper::PerfDataProto::SampleEvent &sample; 99 const quipper::PerfDataProto::CommEvent* comm; 115 static void Process(const quipper::PerfDataProto& perf_data,
|
D | perf_data_handler.cc | 22 using quipper::PerfDataProto; 23 using quipper::PerfDataProto_MMapEvent; 24 using quipper::PerfDataProto_CommEvent; 84 void UpdateMapsWithMMapEvent(const quipper::PerfDataProto_MMapEvent* mmap); 86 void UpdateMapsWithForkEvent(const quipper::PerfDataProto_ForkEvent& fork); 90 void InvokeHandleSample(const quipper::PerfDataProto::PerfEvent& perf_event); 110 const quipper::PerfDataProto_SampleEvent& sample) const; 112 const quipper::PerfDataProto& perf_proto_; 117 std::vector<std::unique_ptr<quipper::PerfDataProto_MMapEvent>> 153 const quipper::PerfDataProto_ForkEvent& fork) { in UpdateMapsWithForkEvent() [all …]
|
D | perf_data_converter_test.cc | 33 using quipper::PerfDataProto; 158 std::unique_ptr<quipper::PerfReader> reader(new quipper::PerfReader); in ToPerfDataProto() 161 std::unique_ptr<quipper::PerfParser> parser; in ToPerfDataProto() 162 parser.reset(new quipper::PerfParser(reader.get())); in ToPerfDataProto()
|
D | perf_data_converter.h | 18 namespace quipper { 102 const quipper::PerfDataProto* perf_data, uint32 sample_labels = kNoLabels,
|
D | perf_data_converter.cc | 197 explicit PerfDataConverter(const quipper::PerfDataProto& perf_data, in PerfDataConverter() 261 const quipper::PerfDataProto& perf_data_; 645 ProcessProfiles PerfDataProtoToProfiles(const quipper::PerfDataProto* perf_data, in PerfDataProtoToProfiles() 657 quipper::PerfReader reader; in RawPerfDataToProfiles() 677 quipper::PerfParserOptions opts; in RawPerfDataToProfiles() 681 quipper::PerfParser parser(&reader, opts); in RawPerfDataToProfiles()
|
/external/perf_data_converter/src/quipper/ |
D | perf_converter.cc | 17 using quipper::FormatAndFile; 18 using quipper::kPerfFormat; 19 using quipper::kProtoTextFormat; 63 quipper::SetVerbosityLevel(atoi(optarg)); in ParseArguments() 93 if (!quipper::ConvertFile(input, output)) return EXIT_FAILURE; in main()
|
D | perf_recorder_test.cc | 17 namespace quipper { namespace 51 quipper::PerfDataProto perf_data_proto; in TEST_F() 78 quipper::PerfStatProto stat; in TEST_F() 92 quipper::PerfDataProto perf_data_proto; in TEST_F() 103 quipper::PerfStatProto stat; in TEST_F() 129 quipper::PerfStatProto stat; in TEST_F() 196 if (!quipper::IsPerfRecordAvailable()) return 0; in main()
|
D | test_utils.cc | 22 using quipper::PerfDataProto; 23 using quipper::SplitString; 24 using quipper::TextFormat; 63 if (!quipper::FileToBuffer(filename, &output_buffer)) { in ReadExistingProtobufText() 94 namespace quipper { namespace 147 if (!quipper::FileToBuffer(filename + kBuildIDListExtension, &buildid_list)) { in GetPerfBuildIDMap()
|
D | perf_protobuf_io.h | 13 namespace quipper { 29 bool WriteProtobufToFile(const quipper::PerfDataProto& perf_data_proto, 34 bool ReadProtobufFromFile(quipper::PerfDataProto* perf_data_proto,
|
D | quipper.cc | 54 quipper::PerfRecorder perf_recorder; in main() 61 if (!quipper::BufferToFile(kDefaultOutputFile, output_string)) return 1; in main()
|
D | quipper.gyp | 107 'target_name': 'quipper', 113 'quipper.cc',
|
D | huge_page_deducer.cc | 9 using PerfEvent = quipper::PerfDataProto::PerfEvent; 10 using MMapEvent = quipper::PerfDataProto::MMapEvent; 12 namespace quipper { namespace
|
D | .project_alias | 1 quipper
|
D | chromiumos-wide-profiling.gyp | 7 'quipper.gyp:*',
|
D | perf_option_parser.h | 12 namespace quipper {
|
D | run_command.h | 13 namespace quipper {
|
D | huge_page_deducer.h | 6 namespace quipper {
|
D | string_utils.h | 12 namespace quipper {
|
D | conversion_utils.h | 12 namespace quipper {
|
/external/perf_data_converter/src/quipper/compat/cros/detail/ |
D | thread.h | 11 namespace quipper { 13 class Thread : public quipper::compat::ThreadInterface, 31 class Notification : public quipper::compat::NotificationInterface {
|
/external/perf_data_converter/src/quipper/compat/non_cros/detail/ |
D | thread.h | 12 namespace quipper { 13 class Thread : public quipper::compat::ThreadInterface { 30 class Notification : public quipper::compat::NotificationInterface {
|
/external/autotest/client/site_tests/platform_Quipper/ |
D | control | 7 PURPOSE = "Test CWP's quipper tool." 10 Successfully collect a perf data profile through quipper and make sure there is 22 Verify that CWP's quipper tool can successfully call perf to collect a profile,
|
/external/perf_data_converter/ |
D | README.md | 42 make check clean -C quipper/ -f Makefile.external 68 Note that perf data converter and quipper projects do not use GitHub pull
|
/external/perf_data_converter/src/quipper/compat/ |
D | log_level.cc | 9 namespace quipper { namespace
|
D | log_level.h | 8 namespace quipper {
|
1234