Home
last modified time | relevance | path

Searched defs:array_key (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/src/trace_processor/util/
Ddebug_annotation_parser.cc120 std::string array_key = context_name.key; in ParseDebugAnnotationValue() local
232 std::string array_key = context_name.key; in ParseNestedValueArgs() local
Ddebug_annotation_parser_unittest.cc125 size_t GetArrayEntryIndex(const std::string& array_key) final { in GetArrayEntryIndex()
129 size_t IncrementArrayEntryIndex(const std::string& array_key) final { in IncrementArrayEntryIndex()
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtimer.c128 int array_key = ARRAY; in BPF_PROG() local
167 int array_key = ARRAY; in timer_cb2() local
Dtimer_mim_reject.c52 int array_key = ARRAY_KEY; in BPF_PROG() local
Dtimer_mim.c70 int array_key = ARRAY_KEY; in BPF_PROG() local
/external/perfetto/src/trace_processor/importers/proto/
Dstatsd_module.cc116 size_t GetArrayEntryIndex(const std::string& array_key) override { in GetArrayEntryIndex()
121 size_t IncrementArrayEntryIndex(const std::string& array_key) override { in IncrementArrayEntryIndex()
Dproto_trace_parser.cc382 base::StackString<2048> array_key("%s[%u]", key_str.c_str(), in ParseMetatraceEvent() local
Dtrack_event_parser.cc138 size_t GetArrayEntryIndex(const std::string& array_key) final { in GetArrayEntryIndex()
143 size_t IncrementArrayEntryIndex(const std::string& array_key) final { in IncrementArrayEntryIndex()
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dbpf_obj_id.c9 const __u32 array_key = 0; in serial_test_bpf_obj_id() local
/external/perfetto/src/trace_processor/importers/json/
Djson_utils.cc169 std::string array_key = key.ToStdString(); in AddJsonValueToArgs() local