Home
last modified time | relevance | path

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

/art/runtime/ti/
Dagent.cc52 VLOG(agents) << "Loading agent: " << name_ << " " << args_; in Load()
62 VLOG(agents) << "Attaching agent: " << name_ << " " << args_; in Attach()
80 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper()
88 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper()
102 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper()
179 VLOG(agents) << this << " is not currently loaded!"; in Unload()
212 VLOG(agents) << "Unable to find 'Agent_OnLoad' symbol in " << this; in PopulateFunctions()
216 VLOG(agents) << "Unable to find 'Agent_OnAttach' symbol in " << this; in PopulateFunctions()
220 VLOG(agents) << "Unable to find 'Agent_OnUnload' symbol in " << this; in PopulateFunctions()
/art/test/948-change-annotations/
Dbuild17 ./default-build "$@" --experimental agents
/art/tools/jvmti-agents/chain-agents/
DREADME.md3 The chainagents agent is a JVMTI agent that chain loads other agents from a file found at a
8 line-by-line loading the agents (with the arguments) listed in the file.
28 The chain-agents file is a list of agent files and arguments to load in the same format as the
/art/test/900-hello-plugin/
Dinfo.txt1 Tests that agents and plugins are loaded.
/art/openjdkjvmti/
DREADME.md5 runtime as a plugin. This allows the use of agents that can modify the running
Dti_logging.cc132 art::gLogVerbosity.agents = val; in SetVerboseFlag()
/art/test/ti-agent/
Dcommon_load.cc72 static AgentLib agents[] = { variable
90 for (AgentLib& l : agents) { in FindAgent()
/art/tools/jvmti-agents/
DREADME.md3 This is the collection of various jvmti agents that we have created for debugging or testing the
/art/tools/jvmti-agents/wrapagentproperties/
DREADME.md4 an agents GetSystemPropert{y,ies} calls.
/art/libartbase/base/
Dlogging.h60 bool agents; member
/art/tools/jvmti-agents/enable-vlog/
DREADME.md76 * `agents`
/art/libdexfile/
DAndroid.bp287 // Make dex_instruction_list.h available for tools/jvmti-agents/titrace
/art/cmdline/
Dcmdline_types.h667 log_verbosity.agents = true;