Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 5 of 5) 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/qemu/target/i386/whpx/
H A Dwhpx-internal.h95 typedef return_type (WINAPI *function_name ## _t) signature; argument
92 WHP_DEFINE_TYPE(return_type,function_name,signature) global() argument
H A Dwhpx-all.c2425 (function_name ## _t)GetProcAddress(hLib, #function_name); \ in load_whp_dispatch_fns() argument
2421 WHP_LOAD_FIELD_OPTIONAL(return_type,function_name,signature) load_whp_dispatch_fns() argument
[all...]
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py89 def execute_python_function(module_name, function_name, *args, **kwargs): argument