Home
last modified time | relevance | path

Searched refs:restart_ (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/include/
Dsubcommand_stat.h102 bool restart_ {false};
Dsubcommand_record.h228 bool restart_ = false; variable
/developtools/hiperf/src/
Dsubcommand_record.cpp131 printf(" restart:\t%s\n", restart_ ? "true" : "false"); in DumpOptions()
249 if (!Option::GetOptionValue(args, "--restart", restart_)) { in GetOptions()
446 if (!CheckRestartOption(appPackage_, targetSystemWide_, restart_, selectPids_)) { in ParseOption()
487 if (!CheckRestartOption(appPackage_, targetSystemWide_, restart_, selectPids_)) { in CheckTargetProcessOptions()
1096 printf("%s control hiperf sampling success.\n", restart_ ? "start" : "create"); in CreateFifoServer()
1201 } else if (restart_ && controlCmd_ == CONTROL_CMD_PREPARE) { in OnSubCommand()
Dsubcommand_stat.cpp50 printf(" restart:\t%s\n", restart_ ? "true" : "false"); in DumpOptions()
112 if (!Option::GetOptionValue(args, "--restart", restart_)) { in ParseOption()
632 if (!CheckRestartOption(appPackage_, targetSystemWide_, restart_, selectPids_)) { in OnSubCommand()