Home
last modified time | relevance | path

Searched defs:add_categories (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dcounter_descriptor.pbzero.h79 void add_categories(const std::string& value) { in add_categories() function
82 void add_categories(const char* data, size_t size) { in add_categories() function
Dtrack_event.pbzero.h259 void add_categories(const std::string& value) { in add_categories() function
262 void add_categories(const char* data, size_t size) { in add_categories() function
Dperfetto.cc22405 void add_categories(std::string value) { categories_.emplace_back(value); } in add_categories() function in perfetto::protos::gen::CounterDescriptor
22406 std::string* add_categories() { categories_.emplace_back(); return &categories_.back(); } in add_categories() function in perfetto::protos::gen::CounterDescriptor
24611 void add_categories(std::string value) { categories_.emplace_back(value); } in add_categories() function in perfetto::protos::gen::TrackEvent
24612 std::string* add_categories() { categories_.emplace_back(); return &categories_.back(); } in add_categories() function in perfetto::protos::gen::TrackEvent
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp28276 void add_categories(std::string value) { categories_.emplace_back(value); } in add_categories() function in perfetto::protos::gen::CounterDescriptor
28277 std::string* add_categories() { categories_.emplace_back(); return &categories_.back(); } in add_categories() function in perfetto::protos::gen::CounterDescriptor
30624 void add_categories(std::string value) { categories_.emplace_back(value); } in add_categories() function in perfetto::protos::gen::TrackEvent
30625 std::string* add_categories() { categories_.emplace_back(); return &categories_.back(); } in add_categories() function in perfetto::protos::gen::TrackEvent