Searched refs:get_optional (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | arm-cs-trace-disasm.py | 106 def get_optional(perf_dict, field): function 249 dso = get_optional(param_dict, "dso") 250 dso_bid = get_optional(param_dict, "dso_bid") 251 dso_start = get_optional(param_dict, "dso_map_start") 252 dso_end = get_optional(param_dict, "dso_map_end") 253 symbol = get_optional(param_dict, "symbol") 254 map_pgoff = get_optional(param_dict, "map_pgoff")
|
| H A D | intel-pt-events.py | 65 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")
|