Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/scripts/python/
Dflamegraph.py26 def __init__(self, name, libtype=""): argument
28 self.libtype = libtype
35 "l": self.libtype,
57 libtype = "kernel" if dso == "[kernel.kallsyms]" else ""
62 if child.name == name and child.libtype == libtype:
65 child = Node(name, libtype)