Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc56 jvmtiEnv* env, std::string out_fd_name, int fd, bool dump_on_shutdown, bool dump_on_main_stop) in SimpleProfileData() argument
61 dump_on_shutdown_(dump_on_shutdown || dump_on_main_stop), in SimpleProfileData()
376 /*out*/ bool* dump_on_shutdown, in ParseArgs() argument
381 *dump_on_shutdown = false; in ParseArgs()
385 *dump_on_shutdown = true; in ParseArgs()
438 bool dump_on_shutdown; in AgentStart() local
443 /*out*/ &dump_on_shutdown, in AgentStart()
457 new (data_mem) SimpleProfileData(jvmti, fd_name, fd, dump_on_shutdown, dump_on_main_stop); in AgentStart()
DREADME.md19 > `file-output[,dump_on_shutdown][,dump_on_main_stop]`