HomeSort by relevance Sort by last modified time
    Searched defs:ProtoTranslationTable (Results 1 - 2 of 2) sorted by null

  /external/perfetto/src/traced/probes/ftrace/
proto_translation_table.h 72 class ProtoTranslationTable {
84 // before std:move'ing them into the ProtoTranslationTable.
85 static std::unique_ptr<ProtoTranslationTable> Create(
89 virtual ~ProtoTranslationTable();
91 ProtoTranslationTable(const FtraceProcfs* ftrace_procfs,
155 ProtoTranslationTable(const ProtoTranslationTable&) = delete;
156 ProtoTranslationTable& operator=(const ProtoTranslationTable&) = delete;
proto_translation_table.cc 40 ProtoTranslationTable::FtracePageHeaderSpec MakeFtracePageHeaderSpec(
42 ProtoTranslationTable::FtracePageHeaderSpec spec;
62 ProtoTranslationTable::FtracePageHeaderSpec GuessFtracePageHeaderSpec() {
63 ProtoTranslationTable::FtracePageHeaderSpec spec{};
362 ProtoTranslationTable::FtracePageHeaderSpec
363 ProtoTranslationTable::DefaultPageHeaderSpecForTesting() {
376 std::unique_ptr<ProtoTranslationTable> ProtoTranslationTable::Create(
449 auto table = std::unique_ptr<ProtoTranslationTable>(new ProtoTranslationTable(
    [all...]

Completed in 67 milliseconds