/external/bcc/src/lua/bcc/ |
D | table.lua | 34 function BaseTable:initialize(t_type, bpf, map_id, map_fd, key_type, leaf_type) 35 assert(t_type == libbcc.bpf_table_type_id(bpf.module, map_id)) 39 self.map_id = map_id 51 self.bpf.module, self.map_id, pbuf, buf_len, pkey) 63 self.bpf.module, self.map_id, pbuf, buf_len, pleaf) 72 self.bpf.module, self.map_id, key_str, pkey) 80 self.bpf.module, self.map_id, leaf_str, pleaf) 152 function HashTable:initialize(bpf, map_id, map_fd, key_type, leaf_type) 153 BaseTable.initialize(self, BaseTable.BPF_MAP_TYPE_HASH, bpf, map_id, map_fd, key_type, leaf_type) 171 function BaseArray:initialize(t_type, bpf, map_id, map_fd, key_type, leaf_type) [all …]
|
/external/bcc/src/python/bcc/ |
D | table.py | 125 def Table(bpf, map_id, map_fd, keytype, leaftype, **kwargs): argument 130 ttype = lib.bpf_table_type_id(bpf.module, map_id) 133 t = HashTable(bpf, map_id, map_fd, keytype, leaftype) 135 t = Array(bpf, map_id, map_fd, keytype, leaftype) 137 t = ProgArray(bpf, map_id, map_fd, keytype, leaftype) 139 t = PerfEventArray(bpf, map_id, map_fd, keytype, leaftype) 141 t = PerCpuHash(bpf, map_id, map_fd, keytype, leaftype, **kwargs) 143 t = PerCpuArray(bpf, map_id, map_fd, keytype, leaftype, **kwargs) 145 t = LpmTrie(bpf, map_id, map_fd, keytype, leaftype) 147 t = StackTrace(bpf, map_id, map_fd, keytype, leaftype) [all …]
|
D | __init__.py | 461 map_id = lib.bpf_table_id(self.module, name) 475 return Table(self, map_id, map_fd, keytype, leaftype, reducer=reducer)
|
/external/google-breakpad/src/processor/ |
D | fast_source_line_resolver.cc | 171 int map_id = 0; in LoadMapFromMemory() local 172 files_ = StaticMap<int, char>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory() 174 StaticRangeMap<MemAddr, Function>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory() 176 StaticAddressMap<MemAddr, PublicSymbol>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory() 179 StaticContainedRangeMap<MemAddr, char>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory() 182 StaticRangeMap<MemAddr, char>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory() 183 cfi_delta_rules_ = StaticMap<MemAddr, char>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()
|
/external/ImageMagick/MagickCore/ |
D | threshold.c | 104 *map_id, member 1208 if (map->map_id != (char *) NULL) in DestroyThresholdMap() 1209 map->map_id=DestroyString(map->map_id); in DestroyThresholdMap() 1244 MagickExport ThresholdMap *GetThresholdMap(const char *map_id, in GetThresholdMap() argument 1250 map=GetThresholdMapFile(MinimalThresholdMap,"built-in",map_id,exception); in GetThresholdMap() 1266 GetStringInfoPath(option),map_id,exception); in GetThresholdMap() 1308 const char *map_id,ExceptionInfo *exception) in GetThresholdMapFile() argument 1343 if ((attribute != (char *) NULL) && (LocaleCompare(map_id,attribute) == 0)) in GetThresholdMapFile() 1346 if ((attribute != (char *) NULL) && (LocaleCompare(map_id,attribute) == 0)) in GetThresholdMapFile() 1358 "XmlMissingElement", "<description>, map \"%s\"",map_id); in GetThresholdMapFile() [all …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | map_and_filter_fusion_test.cc | 125 int map_id = graph_utils::FindGraphNodeWithOp("MapDataset", output); in TEST() local 126 auto& map_node = output.node(map_id); in TEST() 174 int map_id = graph_utils::FindGraphNodeWithOp("ParallelMapDataset", output); in TEST() local 175 auto& map_node = output.node(map_id); in TEST()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ftrace/mmiotrace_map/ |
D | format | 12 field:int map_id; offset:32; size:4; signed:1; 15 print fmt: "%lx %lx %lx %d %x", (unsigned long)REC->phys, REC->virt, REC->len, REC->map_id, REC->op…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ftrace/mmiotrace_map/ |
D | format | 12 field:int map_id; offset:20; size:4; signed:1; 15 print fmt: "%lx %lx %lx %d %x", (unsigned long)REC->phys, REC->virt, REC->len, REC->map_id, REC->op…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ftrace/mmiotrace_map/ |
D | format | 12 field:int map_id; offset:32; size:4; signed:1; 15 print fmt: "%lx %lx %lx %d %x", (unsigned long)REC->phys, REC->virt, REC->len, REC->map_id, REC->op…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ftrace/mmiotrace_rw/ |
D | format | 12 field:int map_id; offset:20; size:4; signed:1; 16 print fmt: "%lx %lx %lx %d %x %x", (unsigned long)REC->phys, REC->value, REC->pc, REC->map_id, REC-…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ftrace/mmiotrace_rw/ |
D | format | 12 field:int map_id; offset:32; size:4; signed:1; 16 print fmt: "%lx %lx %lx %d %x %x", (unsigned long)REC->phys, REC->value, REC->pc, REC->map_id, REC-…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ftrace/mmiotrace_rw/ |
D | format | 12 field:int map_id; offset:32; size:4; signed:1; 16 print fmt: "%lx %lx %lx %d %x %x", (unsigned long)REC->phys, REC->value, REC->pc, REC->map_id, REC-…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ftrace/mmiotrace_map/ |
D | format | 13 field:int map_id; offset:24; size:4; signed:1; 16 print fmt: "%lx %lx %lx %d %x", (unsigned long)REC->phys, REC->virt, REC->len, REC->map_id, REC->op…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ftrace/mmiotrace_rw/ |
D | format | 13 field:int map_id; offset:24; size:4; signed:1; 17 print fmt: "%lx %lx %lx %d %x %x", (unsigned long)REC->phys, REC->value, REC->pc, REC->map_id, REC-…
|
/external/strace/tests-mx32/ |
D | bpf.c | 851 .map_id = 0xdeadbeef 853 .size = offsetofend(struct BPF_MAP_GET_FD_BY_ID_struct, map_id), 858 .map_id = 0xbadc0ded, 866 .map_id = 0xbadc0ded,
|
/external/strace/tests-m32/ |
D | bpf.c | 851 .map_id = 0xdeadbeef 853 .size = offsetofend(struct BPF_MAP_GET_FD_BY_ID_struct, map_id), 858 .map_id = 0xbadc0ded, 866 .map_id = 0xbadc0ded,
|
/external/strace/tests/ |
D | bpf.c | 851 .map_id = 0xdeadbeef 853 .size = offsetofend(struct BPF_MAP_GET_FD_BY_ID_struct, map_id), 858 .map_id = 0xbadc0ded, 866 .map_id = 0xbadc0ded,
|
/external/strace/ |
D | bpf_attr_check.c | 446 static_assert(SoM(struct BPF_MAP_GET_FD_BY_ID_struct, map_id) == SoM(union bpf_attr, map_id), 448 …ic_assert(offsetof(struct BPF_MAP_GET_FD_BY_ID_struct, map_id) == offsetof(union bpf_attr, map_id),
|
D | bpf_attr.h | 206 uint32_t map_id; member
|
D | bpf.c | 414 PRINT_FIELD_U("{", attr, map_id); in BEGIN_BPF_CMD_DECODER()
|
/external/strace/m4/ |
D | bpf_attr.m4 | 48 union bpf_attr.map_id,
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 243 __u32 map_id; member
|
/external/iproute2/lib/ |
D | bpf.c | 2181 uint32_t map_id, key_id; in bpf_fill_prog_arrays() local 2192 ret = sscanf(data.sec_name, "%i/%i", &map_id, &key_id); in bpf_fill_prog_arrays() 2196 idx = bpf_find_map_by_id(ctx, map_id); in bpf_fill_prog_arrays() 2212 key_id, map_id); in bpf_fill_prog_arrays()
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 403 __u32 map_id; member
|
/external/syzkaller/sys/linux/ |
D | bpf.txt | 49 map_id bpf_map_id
|