OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:agent_hdl
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/agents/jvmti/
libjvmti_oprofile.c
39
static op_agent_t
agent_hdl
;
variable
182
if (op_write_native_code(
agent_hdl
, buf,
191
if (op_write_debug_line_info(
agent_hdl
, code_addr, map_length,
216
if (op_unload_native_code(
agent_hdl
, (uint64_t)(uintptr_t) code_addr))
230
if (op_write_native_code(
agent_hdl
, name,
262
agent_hdl
= op_open_agent();
263
if (!
agent_hdl
) {
324
if (op_close_agent(
agent_hdl
))
/external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp
43
static op_agent_t
agent_hdl
;
variable
135
if (op_write_native_code(
agent_hdl
, buf, (uint64_t) code_addr,
148
if (op_unload_native_code(
agent_hdl
, (uint64_t)code_addr))
158
if (op_close_agent(
agent_hdl
))
211
agent_hdl
= op_open_agent();
212
if (!
agent_hdl
) {
Completed in 1262 milliseconds