Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/scripts/python/
Darm-cs-trace-disasm.py57 def get_optional(perf_dict, field): function
186 dso = get_optional(param_dict, "dso")
187 dso_bid = get_optional(param_dict, "dso_bid")
188 dso_start = get_optional(param_dict, "dso_map_start")
189 dso_end = get_optional(param_dict, "dso_map_end")
190 symbol = get_optional(param_dict, "symbol")
Dintel-pt-events.py58 def get_optional(perf_dict, field): function
256 dso = get_optional(sample, "addr_dso")
257 symbol = get_optional(sample, "addr_symbol")
318 dso = get_optional(param_dict, "dso")
319 symbol = get_optional(param_dict, "symbol")