Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Doc/howto/
Dinstrumentation.rst65 29565 python18035 python3.6 dtrace_function_entry function-entry
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c189 static void dtrace_function_entry(_PyInterpreterFrame *);
1555 dtrace_function_entry(frame); \
7883 dtrace_function_entry(_PyInterpreterFrame *frame) function