Searched refs:run_command (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/tools/perf/tests/
H A Dhists_cumulate.c50 /* schedule => run_command => main */
54 /* cmd_record => run_command => main */
56 /* malloc => cmd_record => run_command => main */
59 /* free => cmd_record => run_command => main */
64 /* page_fault => sys_perf_event_open => run_command => main */
331 * run_command test2()
337 * run_command test2()
344 * run_command test2()
351 * run_command test2()
357 * run_command test2()
395 { "perf", "run_command" }, test2()
400 { "perf", "run_command" }, test2()
406 { "perf", "run_command" }, test2()
412 { "perf", "run_command" }, test2()
417 { "perf", "run_command" }, test2()
452 * 50.00% 0.00% perf perf [.] run_command test3()
466 { 5000, 0, "perf", "perf", "run_command" }, test3()
511 * 50.00% 0.00% perf perf [.] run_command test4()
513 * --- run_command test4()
523 * run_command test4()
552 * run_command test4()
559 * run_command test4()
565 * run_command test4()
572 * run_command test4()
579 * run_command test4()
585 { 5000, 0, "perf", "perf", "run_command" }, test4()
602 2, { { "perf", "run_command" }, test4()
610 { "perf", "run_command" }, test4()
634 { "perf", "run_command" }, test4()
640 { "perf", "run_command" }, test4()
645 { "perf", "run_command" }, test4()
651 { "perf", "run_command" }, test4()
657 { "perf", "run_command" }, test4()
H A Dhists_common.h43 * perf: 100 perf run_command
52 * perf: 200 perf run_command
H A Dhists_common.c44 { FAKE_SYM_OFFSET2, FAKE_SYM_LENGTH, "run_command" },
H A Dhists_link.c37 /* perf [perf] run_command() */
/linux-4.1.27/tools/testing/ktest/
H A Dktest.pl1321 sub run_command;
1340 if (run_command $reboot) {
1343 run_command "$power_cycle";
1347 run_command "$power_cycle";
1361 run_command "$power_cycle";
1377 run_command $switch_to_good;
1628 run_command $post_test;
1666 sub run_command { subroutine
1731 return run_command "$cp_exec";
1740 return run_command "$cp_scp";
1887 run_command $switch_to_test;
1897 run_command "$reboot_script";
2091 run_command "$cp_post_install" or
2111 run_command "$cp_pre_install" or
2145 run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
2155 run_command "cd $tmpdir && tar -cjf $modtar lib/modules/$version" or
2337 run_command "mv $outconfig $output_config";
2348 if (!run_command "$make olddefconfig") {
2352 if (!run_command "$make oldnoconfig") {
2355 run_command "yes '' | $make oldconfig" or
2394 my $ret = run_command $pre_build;
2402 run_command "cp $1 $output_config" or
2413 run_command "touch $output_config";
2416 run_command "mv $output_config $outputdir/config_temp" or
2419 run_command "$make mrproper" or dodie "make mrproper";
2421 run_command "mv $outputdir/config_temp $output_config" or
2427 run_command "$make mrproper" or
2441 run_command "$make $type" or
2447 my $build_ret = run_command "$make $build_options", $buildlog;
2453 my $ret = run_command $post_build;
2481 run_command "$power_off";
2485 run_command "$power_off";
2493 run_command $post_test;
2547 run_command $run_test, $testlog or $failed = 1;
2817 run_command "git bisect log > $tmp_log" or
2891 run_command "git checkout $bad" or
2903 run_command "git checkout $good" or
2914 run_command "git checkout $head" or
2918 run_command "git bisect start$start_files" or
2922 run_command "git bisect replay $replay" or
2926 run_command "git bisect good $good" or
2935 run_command "git checkout $start" or
2946 run_command "git bisect log" or
2949 run_command "git bisect reset" or
3270 run_command "mv $good_config ${good_config}.last";
3276 run_command "mv $bad_config ${bad_config}.last";
3452 run_command "git checkout $sha1" or
3814 run_command "$make allnoconfig" or return 0;
3971 run_command "mv $temp_config $ignore_config" or
4003 run_command "mv $temp_config $output_minconfig" or
4223 run_command $pre_ktest;
4293 run_command $pre_test;
4305 run_command "cat $addconfig $min > $tmpdir/add_config" or
4311 run_command "git checkout $checkout" or
4372 run_command $final_post_ktest;
4381 run_command $switch_to_good;
/linux-4.1.27/tools/perf/util/
H A Drun-command.h51 int run_command(struct child_process *);
H A Drun-command.c195 int run_command(struct child_process *cmd) run_command() function
218 return run_command(&cmd); run_command_v_opt()
/linux-4.1.27/tools/usb/usbip/src/
H A Dusbip.c139 static int run_command(const struct command *cmd, int argc, char *argv[]) run_command() function
192 rc = run_command(&cmds[i], argc, argv); main()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1219 static const char run_command[] = "run"; wil_write_file_recovery() local
1220 char buf[sizeof(run_command) + 1]; /* to detect "runx" */ wil_write_file_recovery()
1243 if (0 == strcmp(buf, run_command)) wil_write_file_recovery()

Completed in 565 milliseconds