/external/bcc/tools/ |
D | trace.py | 24 class Probe(object): class 60 Probe.probe_count += 1 62 self.probe_num = Probe.probe_count 170 target = Probe.pid if Probe.pid and Probe.pid != -1 \ 171 else Probe.tgid 244 fname = "streq_%d" % Probe.streq_index 245 Probe.streq_index += 1 263 for alias, replacement in Probe.aliases_indarg.items(): 266 for alias, replacement in Probe.aliases_arg.items(): 273 for alias, replacement in Probe.aliases_common.items(): [all …]
|
D | inject.py | 40 class Probe: class 63 return Probe.errno_mapping[Probe.mode] 71 if Probe.probability == 1: 74 early_pred = "bpf_get_prandom_u32() > %s" % str(int((1<<32)*Probe.probability)) 347 Probe.configure(self.args.mode, self.args.probability) 354 self.probes.append(Probe(fx, preds, self.length, True)) 360 self.probes.append(Probe(fx, preds, self.length, False))
|
D | argdist.py | 20 class Probe(object): class 28 for alias, subst in Probe.aliases.items(): 204 (self.function, Probe.next_probe_index)) 242 (self.function, Probe.next_probe_index)) 245 (self.function, Probe.next_probe_index)) 246 Probe.next_probe_index += 1 254 fname = "streq_%d" % Probe.streq_index 255 Probe.streq_index += 1 462 for alias, subst in Probe.aliases.items(): 646 self.probes.append(Probe(self, "freq", specifier)) [all …]
|
/external/tcpdump/tests/ |
D | ieee802.11_exthdr.out | 1 10016360us tsft 1.0 Mb/s 2412 MHz 11b -22dBm signal -86dBm noise antenna 1 [bit 32] Probe Request (… 3 10017245us tsft 1.0 Mb/s -86dBm noise 27dBm tx power [bit 15] Probe Response (omus) [1.0* 2.0* 5.5*… 4 10085301us tsft 1.0 Mb/s 2412 MHz 11b -19dBm signal -86dBm noise antenna 1 [bit 32] Probe Request (… 6 10086042us tsft 1.0 Mb/s -86dBm noise 27dBm tx power [bit 15] Probe Response (omus) [1.0* 2.0* 5.5*… 7 10284358us tsft 1.0 Mb/s 2412 MHz 11b -61dBm signal -86dBm noise antenna 1 [bit 32] Probe Request (… 9 10286542us tsft 1.0 Mb/s -86dBm noise 27dBm tx power [bit 15] Probe Response (omus) [1.0* 2.0* 5.5*… 10 10351366us tsft 1.0 Mb/s 2412 MHz 11b -70dBm signal -86dBm noise antenna 1 [bit 32] Probe Request (… 12 10352092us tsft 1.0 Mb/s -86dBm noise 27dBm tx power [bit 15] Probe Response (omus) [1.0* 2.0* 5.5*… 13 10418368us tsft 1.0 Mb/s 2412 MHz 11b -67dBm signal -86dBm noise antenna 1 [bit 32] Probe Request (… 15 10419253us tsft 1.0 Mb/s -86dBm noise 27dBm tx power [bit 15] Probe Response (omus) [1.0* 2.0* 5.5*… [all …]
|
D | udld-v.out | 1 UDLDv1, Code Probe message (1), Flags [RT, RSY] (0x03), length 60 100 UDLDv1, Code Probe message (1), Flags [RT, RSY] (0x01), length 80 109 UDLDv1, Code Probe message (1), Flags [RT, RSY] (0x01), length 80 118 UDLDv1, Code Probe message (1), Flags [RT, RSY] (0x01), length 80 127 UDLDv1, Code Probe message (1), Flags [RT, RSY] (0x01), length 80 136 UDLDv1, Code Probe message (1), Flags [RT, RSY] (0x01), length 80 145 UDLDv1, Code Probe message (1), Flags [RT, RSY] (0x01), length 80 154 UDLDv1, Code Probe message (1), Flags [RT, RSY] (0x01), length 80 163 UDLDv1, Code Probe message (1), Flags [RT, RSY] (0x01), length 80 172 UDLDv1, Code Probe message (1), Flags [RT, RSY] (0x01), length 80 [all …]
|
D | udld-inf-loop-1-v.out | 1 UDLDv1, Code Probe message (1), Flags [RT, RSY] (0x01), length 80
|
/external/bcc/src/cc/usdt/ |
D | usdt.cc | 54 Probe::Probe(const char *bin_path, const char *provider, const char *name, in Probe() function in USDT::Probe 63 bool Probe::in_shared_object(const std::string &bin_path) { in in_shared_object() 71 bool Probe::resolve_global_address(uint64_t *global, const std::string &bin_path, in resolve_global_address() 82 bool Probe::add_to_semaphore(int16_t val) { in add_to_semaphore() 119 bool Probe::enable(const std::string &fn_name) { in enable() 135 bool Probe::disable() { in disable() 148 std::string Probe::largest_arg_type(size_t arg_n) { in largest_arg_type() 161 bool Probe::usdt_getarg(std::ostream &stream) { in usdt_getarg() 168 bool Probe::usdt_getarg(std::ostream &stream, const std::string& probe_func) { in usdt_getarg() 214 void Probe::add_location(uint64_t addr, const std::string &bin_path, const char *fmt) { in add_location() [all …]
|
/external/perfetto/ui/src/frontend/ |
D | record_page.ts | 28 Probe, 172 m(Probe, 189 m(Probe, { 201 m(Probe, 218 m(Probe, { 225 m(Probe, { 232 m(Probe, { 260 m(Probe, 283 m(Probe, { 292 m(Probe, { [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | FoldingSet.cpp | 260 void *Probe = OldBuckets[i]; in GrowHashTable() local 261 if (!Probe) continue; in GrowHashTable() 262 while (Node *NodeInBucket = GetNextPtr(Probe)) { in GrowHashTable() 264 Probe = NodeInBucket->getNextInBucket(); in GrowHashTable() 286 void *Probe = *Bucket; in FindNodeOrInsertPos() local 291 while (Node *NodeInBucket = GetNextPtr(Probe)) { in FindNodeOrInsertPos() 296 Probe = NodeInBucket->getNextInBucket(); in FindNodeOrInsertPos() 401 void *Probe = NodePtr->getNextInBucket(); in advance() local 403 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe)) in advance() 407 void **Bucket = GetBucketPtr(Probe); in advance()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_itanium.cc | 100 unsigned Probe = First; in getTypeCacheHashTableBucket() local 102 if (!__ubsan_vptr_hash_set[Probe] || __ubsan_vptr_hash_set[Probe] == V) in getTypeCacheHashTableBucket() 103 return &__ubsan_vptr_hash_set[Probe]; in getTypeCacheHashTableBucket() 104 Probe += ((V >> 16) & 65535) + 1; in getTypeCacheHashTableBucket() 105 if (Probe >= HashTableSize) in getTypeCacheHashTableBucket() 106 Probe -= HashTableSize; in getTypeCacheHashTableBucket()
|
/external/bcc/tools/lib/ |
D | ugc.py | 70 class Probe(object): class 150 probes.append(Probe("mem__pool__gc__begin", "mem__pool__gc__end", 152 probes.append(Probe("gc__begin", "gc__end", 165 probes.append(Probe("gc__start", "gc__done", "", end_save, 188 probes.append(Probe("gc__start", "gc__done", 195 probes.append(Probe("gc__mark__begin", "gc__mark__end", 197 probes.append(Probe("gc__sweep__begin", "gc__sweep__end",
|
D | ustat.py | 36 class Probe(object): class 156 "java": Probe("java", ["java"], { 165 "node": Probe("node", ["node"], { 168 "perl": Probe("perl", ["perl"], { 171 "php": Probe("php", ["php"], { 176 "python": Probe("python", ["python"], { 180 "ruby": Probe("ruby", ["ruby", "irb"], { 193 "tcl": Probe("tcl", ["tclsh", "wish"], {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FoldingSet.cpp | 285 void *Probe = OldBuckets[i]; in GrowBucketCount() local 286 if (!Probe) continue; in GrowBucketCount() 287 while (Node *NodeInBucket = GetNextPtr(Probe)) { in GrowBucketCount() 289 Probe = NodeInBucket->getNextInBucket(); in GrowBucketCount() 326 void *Probe = *Bucket; in FindNodeOrInsertPos() local 331 while (Node *NodeInBucket = GetNextPtr(Probe)) { in FindNodeOrInsertPos() 336 Probe = NodeInBucket->getNextInBucket(); in FindNodeOrInsertPos() 441 void *Probe = NodePtr->getNextInBucket(); in advance() local 443 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe)) in advance() 447 void **Bucket = GetBucketPtr(Probe); in advance()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | FoldingSet.cpp | 283 void *Probe = OldBuckets[i]; in GrowBucketCount() local 284 if (!Probe) continue; in GrowBucketCount() 285 while (Node *NodeInBucket = GetNextPtr(Probe)) { in GrowBucketCount() 287 Probe = NodeInBucket->getNextInBucket(); in GrowBucketCount() 324 void *Probe = *Bucket; in FindNodeOrInsertPos() local 329 while (Node *NodeInBucket = GetNextPtr(Probe)) { in FindNodeOrInsertPos() 334 Probe = NodeInBucket->getNextInBucket(); in FindNodeOrInsertPos() 439 void *Probe = NodePtr->getNextInBucket(); in advance() local 441 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe)) in advance() 445 void **Bucket = GetBucketPtr(Probe); in advance()
|
/external/llvm/lib/Support/ |
D | FoldingSet.cpp | 283 void *Probe = OldBuckets[i]; in GrowBucketCount() local 284 if (!Probe) continue; in GrowBucketCount() 285 while (Node *NodeInBucket = GetNextPtr(Probe)) { in GrowBucketCount() 287 Probe = NodeInBucket->getNextInBucket(); in GrowBucketCount() 324 void *Probe = *Bucket; in FindNodeOrInsertPos() local 329 while (Node *NodeInBucket = GetNextPtr(Probe)) { in FindNodeOrInsertPos() 334 Probe = NodeInBucket->getNextInBucket(); in FindNodeOrInsertPos() 439 void *Probe = NodePtr->getNextInBucket(); in advance() local 441 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe)) in advance() 445 void **Bucket = GetBucketPtr(Probe); in advance()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | DebugInfoProbe.cpp | 208 DebugInfoProbe *&Probe = Entry.getValue(); in initialize() local 209 if (!Probe) in initialize() 210 Probe = new DebugInfoProbe(); in initialize() 211 Probe->initialize(P->getPassName(), F); in initialize() 222 DebugInfoProbe *&Probe = Entry.getValue(); in finalize() local 223 assert (Probe && "DebugInfoProbe is not initialized!"); in finalize() 224 Probe->finalize(F); in finalize()
|
/external/bcc/src/cc/ |
D | usdt.h | 183 class Probe { 207 Probe(const char *bin_path, const char *provider, const char *name, 242 std::vector<std::unique_ptr<Probe>> probes_; 271 Probe *get(const std::string &probe_name); 272 Probe *get(const std::string &provider_name, const std::string &probe_name); 273 Probe *get(int pos) { return probes_[pos].get(); } in get()
|
/external/bcc/src/cc/includes/ |
D | usdt.h | 183 class Probe { 207 Probe(const char *bin_path, const char *provider, const char *name, 242 std::vector<std::unique_ptr<Probe>> probes_; 271 Probe *get(const std::string &probe_name); 272 Probe *get(const std::string &provider_name, const std::string &probe_name); 273 Probe *get(int pos) { return probes_[pos].get(); } in get()
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_analyzer_usage.txt | 35 …74 0.319619 14:7d:c5:e6:41:24 ff:ff:ff:ff:ff:ff 802.11 121 Probe Request, SN=218, FN=0, Flags=....… 36 …99 0.377054 14:7d:c5:e6:41:24 ff:ff:ff:ff:ff:ff 802.11 121 Probe Request, SN=219, FN=0, Flags=....… 37 …102 0.387697 14:7d:c5:e6:41:24 ff:ff:ff:ff:ff:ff 802.11 121 Probe Request, SN=220, FN=0, Flags=...… 38 …141 0.557165 14:7d:c5:e6:41:24 ff:ff:ff:ff:ff:ff 802.11 121 Probe Request, SN=225, FN=0, Flags=...…
|
/external/v8/src/base/ |
D | hashmap.h | 122 Entry* Probe(const Key& key, uint32_t hash) const; 164 Entry* entry = Probe(key, hash); in Lookup() 184 Entry* entry = Probe(key, hash); in LookupOrInsert() 197 Entry* entry = Probe(key, hash); in InsertNew() 206 Entry* p = Probe(key, hash); in Remove() 298 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Probe( in Probe() function 326 entry = Probe(key, hash); in FillEmptyEntry() 359 Entry* new_entry = Probe(entry->key, entry->hash); in Resize()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_abs_send_time.h | 30 struct Probe { struct 31 Probe(int64_t send_time_ms, int64_t recv_time_ms, size_t payload_size) in Probe() argument 145 std::list<Probe> probes_;
|
/external/u-boot/doc/ |
D | README.malta | 3 How to flash using a MIPS Navigator Probe: 6 be unable to flash your Malta using a Navigator Probe.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86WinAllocaExpander.cpp | 44 enum Lowering { TouchAndSub, Sub, Probe }; enumerator 105 return Probe; in getLowering() 173 case Probe: in computeLowerings() 243 case Probe: in lower()
|
/external/llvm/lib/Target/X86/ |
D | X86WinAllocaExpander.cpp | 44 enum Lowering { TouchAndSub, Sub, Probe }; enumerator 104 return Probe; in getLowering() 172 case Probe: in computeLowerings() 241 case Probe: in lower()
|
/external/deqp/external/vulkancts/data/vulkan/vkrunner/example/ |
D | sqrt.shader_test | 27 # Probe that we got the expected value
|