Searched refs:targetSystemWide_ (Results 1 – 5 of 5) sorted by relevance
| /developtools/hiperf/src/ |
| D | subcommand_stat.cpp | 39 printf(" targetSystemWide:\t%s\n", targetSystemWide_ ? "true" : "false"); in DumpOptions() 64 if (!Option::GetOptionValue(args, "-a", targetSystemWide_)) { in ParseOption() 68 if (targetSystemWide_ && !IsSupportNonDebuggableApp()) { in ParseOption() 615 perfEvents_.SetSystemTarget(targetSystemWide_); in SetPerfEvent() 632 if (!CheckRestartOption(appPackage_, targetSystemWide_, restart_, selectPids_)) { in OnSubCommand() 722 if (!targetSystemWide_) { in CheckSelectCpuPidOption() 748 if (targetSystemWide_) { in CheckOptions() 762 if (!targetSystemWide_ && trackedCommand_.empty() && pids.empty() && appPackage_.empty() in CheckOptions() 767 if (targetSystemWide_ && !trackedCommand_.empty()) { in CheckOptions()
|
| D | subcommand_record.cpp | 114 printf(" targetSystemWide:\t%s\n", targetSystemWide_ ? "true" : "false"); in DumpOptions() 157 if (!Option::GetOptionValue(args, "-a", targetSystemWide_)) { in GetOptions() 160 if (targetSystemWide_ && !IsSupportNonDebuggableApp()) { in GetOptions() 286 if (targetSystemWide_ && dedupStack_) { in GetOptions() 403 if (!targetSystemWide_ && excludeHiperf_) { in CheckArgsRange() 446 if (!CheckRestartOption(appPackage_, targetSystemWide_, restart_, selectPids_)) { in ParseOption() 456 if (targetSystemWide_) { in CheckTargetProcessOptions() 487 if (!CheckRestartOption(appPackage_, targetSystemWide_, restart_, selectPids_)) { in CheckTargetProcessOptions() 766 perfEvents_.SetSystemTarget(targetSystemWide_); in PreparePerfEvent()
|
| /developtools/hiperf/include/ |
| D | subcommand_stat.h | 85 targetSystemWide_(false) in SubCommandStat() 96 bool targetSystemWide_ {false};
|
| D | subcommand_record.h | 199 bool targetSystemWide_ = false; variable
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | subcommand_stat_test.cpp | 1889 cmdStat.targetSystemWide_ = true; 1896 cmdStat.targetSystemWide_ = false;
|