Home
last modified time | relevance | path

Searched refs:show_offset (Results 1 – 14 of 14) sorted by relevance

/external/bcc/tools/
Dtcpdrop.py190 sym = b.ksym(addr, show_offset=True)
202 sym = b.ksym(addr, show_offset=True)
Dmemleak.py465 show_module=True, show_offset=True))
489 show_offset=True)
Dcapable.py197 print("%s" % (bpf.sym(addr, tgid, show_module=True, show_offset=True)))
Dcriticalstat.py290 s = b.ksym(addr, show_offset=True)
Dstackcount.py283 print("%s" % self.probe.bpf.ksym(addr, show_offset=True))
292 print("%s" % self.probe.bpf.sym(addr, pid, show_offset=True))
Dtrace.py532 show_module=True, show_offset=True)))
541 values[kp] = bpf.ksym(values[kp], show_offset=True)
544 show_module=True, show_offset=True)
/external/bcc/examples/tracing/
Dmallocstacks.py59 print("\t%s" % b.sym(addr, pid, show_offset=True))
Dstacksnoop.py116 sym = b.ksym(addr, show_offset=offset)
/external/bcc/tools/old/
Dstacksnoop.py122 ip = b.ksym(int(addr, 16), show_offset=offset)
Dstackcount.py148 print(b.ksym(addr, show_offset=offset))
Dmemleak.py27 stack += " %s ;" % bpf.sym(addr, pid, show_offset=True)
/external/llvm-project/lldb/examples/darwin/heap_find/
Dheap.py435 show_offset = False
440 show_offset = True
478 show_offset = True
479 if show_offset and offset != 0:
/external/bcc/src/python/bcc/
D__init__.py1176 def sym(addr, pid, show_module=False, show_offset=False, demangle=True): argument
1193 offset = b"+0x%x" % offset if show_offset and name is not None else b""
1201 def ksym(addr, show_module=False, show_offset=False): argument
1212 return BPF.sym(addr, -1, show_module, show_offset, False)
/external/bcc/docs/
Dreference_guide.md1487 Syntax: ```BPF.sym(addr, pid, show_module=False, show_offset=False)```
1489 … than zero will access the kernel symbol cache. The `show_module` and `show_offset` parameters con…