Home
last modified time | relevance | path

Searched refs:Stack_Decoder (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_processor_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace_processor/
Dstack.pbzero.h27 class Stack_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/1, /*HAS_NONPACKED_REP…
29 Stack_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in Stack_Decoder() function
30 …explicit Stack_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const uint8_t*… in Stack_Decoder() function
31 …explicit Stack_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, raw.size)… in Stack_Decoder() function
38 using Decoder = Stack_Decoder;
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprofile_builder.h68 bool AddSample(const protos::pbzero::Stack_Decoder& stack,