• Home
  • Raw
  • Download

Lines Matching refs:cmd

58     std::string cmd = "pidof " + procName;  in GetPidByProcessName()  local
59 if ((fp = popen(cmd.c_str(), "r")) != nullptr) { in GetPidByProcessName()
218 std::string cmd = "hiperf record -a -f 100 -s fp -d 10"; variable
219 std::thread perf(system, cmd.c_str());
234 std::string cmd = "hiperf record -a -f 500 -s fp -d 10"; variable
235 std::thread perf(system, cmd.c_str());
250 std::string cmd = "hiperf record -a -f 1000 -s fp -d 10"; variable
251 std::thread perf(system, cmd.c_str());
266 std::string cmd = "hiperf record -a -f 2000 -s fp -d 10"; variable
267 std::thread perf(system, cmd.c_str());
282 std::string cmd = "hiperf record -a -f 4000 -s fp -d 10"; variable
283 std::thread perf(system, cmd.c_str());
298 std::string cmd = "hiperf record -a -f 8000 -s fp -d 10"; variable
299 std::thread perf(system, cmd.c_str());
314 std::string cmd = "hiperf record -a -f 100 -s dwarf -d 10"; variable
315 std::thread perf(system, cmd.c_str());
330 std::string cmd = "hiperf record -a -f 500 -s dwarf -d 10"; variable
331 std::thread perf(system, cmd.c_str());
346 std::string cmd = "hiperf record -a -f 1000 -s dwarf -d 10"; variable
347 std::thread perf(system, cmd.c_str());
362 std::string cmd = "hiperf record -a -f 2000 -s dwarf -d 10"; variable
363 std::thread perf(system, cmd.c_str());
378 std::string cmd = "hiperf record -a -f 4000 -s dwarf -d 10"; variable
379 std::thread perf(system, cmd.c_str());
394 std::string cmd = "hiperf record -a -f 8000 -s dwarf -d 10"; variable
395 std::thread perf(system, cmd.c_str());
410 std::string cmd = "hiperf record --app com.ohos.systemui -f 100 -s fp -d 10"; variable
411 std::thread perf(system, cmd.c_str());
426 std::string cmd = "hiperf record --app com.ohos.systemui -f 500 -s fp -d 10"; variable
427 std::thread perf(system, cmd.c_str());
442 std::string cmd = "hiperf record --app com.ohos.systemui -f 1000 -s fp -d 10"; variable
443 std::thread perf(system, cmd.c_str());
458 std::string cmd = "hiperf record --app com.ohos.systemui -f 2000 -s fp -d 10"; variable
459 std::thread perf(system, cmd.c_str());
474 std::string cmd = "hiperf record --app com.ohos.systemui -f 4000 -s fp -d 10"; variable
475 std::thread perf(system, cmd.c_str());
490 std::string cmd = "hiperf record --app com.ohos.systemui -f 8000 -s fp -d 10"; variable
491 std::thread perf(system, cmd.c_str());
506 std::string cmd = "hiperf record --app com.ohos.systemui -f 100 -s dwarf -d 10"; variable
507 std::thread perf(system, cmd.c_str());
522 std::string cmd = "hiperf record --app com.ohos.systemui -f 500 -s dwarf -d 10"; variable
523 std::thread perf(system, cmd.c_str());
538 std::string cmd = "hiperf record --app com.ohos.systemui -f 1000 -s dwarf -d 10"; variable
539 std::thread perf(system, cmd.c_str());
554 std::string cmd = "hiperf record --app com.ohos.systemui -f 2000 -s dwarf -d 10"; variable
555 std::thread perf(system, cmd.c_str());
570 std::string cmd = "hiperf record --app com.ohos.systemui -f 4000 -s dwarf -d 10"; variable
571 std::thread perf(system, cmd.c_str());
586 std::string cmd = "hiperf record --app com.ohos.systemui -f 8000 -s dwarf -d 10"; variable
587 std::thread perf(system, cmd.c_str());