Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/scripts/performance/
H A DtopN_perf.py140 function_name = function_data[-1] variable
H A DtopN_callgrind.py131 function_source_file, function_name = function_data[1].split(':') variable
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py89 def execute_python_function(module_name, function_name, *args, **kwargs): argument