Searched refs:checkAppMs_ (Results 1 – 4 of 4) sorted by relevance
| /developtools/hiperf/src/ |
| D | subcommand_stat.cpp | 47 printf(" checkAppMs_:\t%d\n", checkAppMs_); in DumpOptions() 101 if (!Option::GetOptionValue(args, "--chkms", checkAppMs_)) { in ParseOption() 643 if (!CheckAppIsRunning(selectPids_, appPackage_, checkAppMs_)) { in OnSubCommand() 781 if (checkAppMs_ < MIN_CHECK_APP_MS || checkAppMs_ > MAX_CHECK_APP_MS) { in CheckOptions() 782 printf("Invalid --chkms value '%d', the milliseconds should be in %d~%d \n", checkAppMs_, in CheckOptions()
|
| D | subcommand_record.cpp | 143 printf(" checkAppMs_:\t%d\n", checkAppMs_); in DumpOptions() 213 if (!Option::GetOptionValue(args, "--chkms", checkAppMs_)) { in GetOptions() 382 if (checkAppMs_ < MIN_CHECK_APP_MS || checkAppMs_ > MAX_CHECK_APP_MS) { in CheckArgsRange() 383 printf("Invalid --chkms value '%d', the milliseconds should be in %d~%d \n", checkAppMs_, in CheckArgsRange() 508 if (!CheckAppIsRunning(selectPids_, appPackage_, checkAppMs_)) { in CheckTargetPids()
|
| /developtools/hiperf/include/ |
| D | subcommand_stat.h | 105 int checkAppMs_ = DEFAULT_CHECK_APP_MS; variable
|
| D | subcommand_record.h | 221 int checkAppMs_ = DEFAULT_CHECK_APP_MS; variable
|