Home
last modified time | relevance | path

Searched refs:show_module (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/src/
Dstack.c45 static bool show_module = false; variable
246 if (show_module) in print_frame()
504 show_module = true; in parse_opt()
524 show_activation = show_source = show_module = show_debugname = true; in parse_opt()
DChangeLog2084 * stack.c (show_activation, show_module, show_source): New variables.
2086 Set show_module if -m option is given. Set show_source if -s option
/external/bcc/tools/
Dmemleak.py465 show_module=True, show_offset=True))
488 show_module=True,
Dtrace.py532 show_module=True, show_offset=True)))
544 show_module=True, show_offset=True)
/external/bcc/tools/lib/
Duthreads.py122 name = bpf.sym(event.runtime_id, args.pid, show_module=True)
/external/bcc/src/python/bcc/
D__init__.py1148 def sym(addr, pid, show_module=False, show_offset=False, demangle=True): argument
1169 if show_module and module is not None else b""
1173 def ksym(addr, show_module=False, show_offset=False): argument
1184 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 …ned. A pid of less than zero will access the kernel symbol cache. The `show_module` and `show_offs…