Searched refs:op_agent (Results 1 – 1 of 1) sorted by relevance
23 static op_agent_t op_agent = NULL; variable29 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