Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc57 jvmtiEnv* env, std::string out_fd_name, int fd, bool dump_on_shutdown, bool dump_on_main_stop) in SimpleProfileData() argument
62 dump_on_shutdown_(dump_on_shutdown || dump_on_main_stop), in SimpleProfileData()
63 dump_on_main_stop_(dump_on_main_stop) { in SimpleProfileData()
378 /*out*/ bool* dump_on_main_stop) { in ParseArgs() argument
381 *dump_on_main_stop = false; in ParseArgs()
388 *dump_on_main_stop = true; in ParseArgs()
440 bool dump_on_main_stop; in AgentStart() local
445 /*out*/ &dump_on_main_stop)) { in AgentStart()
458 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]`
23 …libopenjdkjvmti.so '-agentpath:libsimpleprofiled.so=/proc/self/fd/2,dump_on_main_stop' -cp tmp/jav…
47 > `java '-agentpath:libsimpleprofiled.so=/proc/self/fd/2,dump_on_main_stop' -cp tmp/helloworld/c…
52 …ost --dev --with-agent $ANDROID_HOST_OUT/lib64/libsimpleprofiled.so=dump_on_main_stop,/proc/self/f…