Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_oprofile.c23 static op_agent_t op_agent = NULL; variable
29 if (op_agent) { in zend_jit_oprofile_register()
30 op_write_native_code(op_agent, name, (uint64_t)(zend_uintptr_t)start, start, size); in zend_jit_oprofile_register()
36 op_agent = op_open_agent(); in zend_jit_oprofile_startup()
37 if (!op_agent) { in zend_jit_oprofile_startup()
46 if (op_agent) { in zend_jit_oprofile_shutdown()
48 op_close_agent(op_agent); in zend_jit_oprofile_shutdown()

Completed in 4 milliseconds