Home
last modified time | relevance | path

Searched defs:TraceBlobView (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/perfetto/include/perfetto/trace_processor/
H A Dtrace_blob_view.h67 TraceBlobView(RefPtr<TraceBlob> blob, size_t offset, uint32_t length) in TraceBlobView() function
73 TraceBlobView() : data_(nullptr), length_(0) {} in TraceBlobView() function
78 TraceBlobView(TraceBlobView&& other) noexcept { *this = std::move(other); } in TraceBlobView() function
119 TraceBlobView(RefPtr<TraceBlob> blob, const uint8_t* data, uint32_t length) in TraceBlobView() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/trace_processor/
H A Dtrace_blob_view.h67 TraceBlobView(RefPtr<TraceBlob> blob, size_t offset, uint32_t length) in TraceBlobView() function
73 TraceBlobView() : data_(nullptr), length_(0) {} in TraceBlobView() function
78 TraceBlobView(TraceBlobView&& other) noexcept { *this = std::move(other); } in TraceBlobView() function
119 TraceBlobView(RefPtr<TraceBlob> blob, const uint8_t* data, uint32_t length) in TraceBlobView() function
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dchunked_trace_reader.h26 class TraceBlobView; variable
H A Dtrace_parser.h43 class TraceBlobView; variable
/aosp_15_r20/external/perfetto/src/trace_processor/importers/etw/
H A Detw_module_impl.h32 class TraceBlobView; variable
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dsystem_probes_module.cc40 TraceBlobView*, in TokenizePacket() argument
H A Dtrack_event_tokenizer.h45 class TraceBlobView; variable
H A Dproto_importer_module.cc32 TraceBlobView* /*packet*/, in TokenizePacket() argument
H A Dproto_importer_module.h39 class TraceBlobView; variable
H A Dpixel_modem_module.cc46 TraceBlobView* /* packet */, in TokenizePacket() argument
H A Dmetadata_minimal_module.cc41 TraceBlobView*, in TokenizePacket() argument
H A Dtranslation_table_module.cc40 TraceBlobView* /*packet*/, in TokenizePacket() argument
H A Dmetadata_module.cc77 TraceBlobView*, in TokenizePacket() argument
H A Dnetwork_trace_module.cc79 TraceBlobView*, in TokenizePacket() argument
H A Dv8_module.cc62 TraceBlobView* /*packet*/, in TokenizePacket() argument
H A Dstatsd_module.cc117 TraceBlobView* /*packet*/, in TokenizePacket() argument
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/
H A Dftrace_module_impl.h31 class TraceBlobView; variable
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/winscope/
H A Dwinscope_module.cc55 TraceBlobView* /*packet*/, in TokenizePacket() argument
/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/
H A Dfeatures.h33 class TraceBlobView; variable