Home
last modified time | relevance | path

Searched refs:quipper (Results 1 – 25 of 97) sorted by relevance

1234

/external/perf_data_converter/src/
Dperf_data_handler.h72 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,
Dperf_data_handler.cc22 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 …]
Dperf_data_converter_test.cc33 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()
Dperf_data_converter.h18 namespace quipper {
102 const quipper::PerfDataProto* perf_data, uint32 sample_labels = kNoLabels,
Dperf_data_converter.cc197 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/
Dperf_converter.cc17 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()
Dperf_recorder_test.cc17 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()
Dtest_utils.cc22 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()
Dperf_protobuf_io.h13 namespace quipper {
29 bool WriteProtobufToFile(const quipper::PerfDataProto& perf_data_proto,
34 bool ReadProtobufFromFile(quipper::PerfDataProto* perf_data_proto,
Dquipper.cc54 quipper::PerfRecorder perf_recorder; in main()
61 if (!quipper::BufferToFile(kDefaultOutputFile, output_string)) return 1; in main()
Dquipper.gyp107 'target_name': 'quipper',
113 'quipper.cc',
Dhuge_page_deducer.cc9 using PerfEvent = quipper::PerfDataProto::PerfEvent;
10 using MMapEvent = quipper::PerfDataProto::MMapEvent;
12 namespace quipper { namespace
D.project_alias1 quipper
Dchromiumos-wide-profiling.gyp7 'quipper.gyp:*',
Dperf_option_parser.h12 namespace quipper {
Drun_command.h13 namespace quipper {
Dhuge_page_deducer.h6 namespace quipper {
Dstring_utils.h12 namespace quipper {
Dconversion_utils.h12 namespace quipper {
/external/perf_data_converter/src/quipper/compat/cros/detail/
Dthread.h11 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/
Dthread.h12 namespace quipper {
13 class Thread : public quipper::compat::ThreadInterface {
30 class Notification : public quipper::compat::NotificationInterface {
/external/autotest/client/site_tests/platform_Quipper/
Dcontrol7 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/
DREADME.md42 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/
Dlog_level.cc9 namespace quipper { namespace
Dlog_level.h8 namespace quipper {

1234