Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py65 def get_optional(perf_dict, field): function
292 dso = get_optional(sample, "addr_dso")
293 symbol = get_optional(sample, "addr_symbol")
354 dso = get_optional(param_dict, "dso")
355 symbol = get_optional(param_dict, "symbol")