Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py56 def get_optional(perf_dict, field): function
185 dso = get_optional(param_dict, "dso")
186 dso_bid = get_optional(param_dict, "dso_bid")
187 dso_start = get_optional(param_dict, "dso_map_start")
188 dso_end = get_optional(param_dict, "dso_map_end")
189 symbol = get_optional(param_dict, "symbol")
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")