Searched refs:test_script (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tcpnotify_user.c | 78 char test_script[80]; in main() 117 sprintf(test_script, in main() 120 if (system(test_script)) { in main() 121 printf("FAILED: execute command: %s, err %d\n", test_script, -errno); in main() 125 sprintf(test_script, in main() 128 if (system(test_script)) in main() 129 printf("execute command: %s, err %d\n", test_script, -errno); in main() 131 sprintf(test_script, in main() 134 if (system(test_script)) { in main() 135 printf("FAILED: execute command: %s, err %d\n", test_script, in main() 80 char test_script[80]; main() local [all...] |
| /linux/tools/perf/tests/shell/ |
| H A D | script_perl.sh | 39 test_script() { function 81 test_script "sched:sched_switch" "sched::sched_switch" "-c 1" && res=0 || res=$? 92 test_script "task-clock" "\$VAR1" "-c 100" && res=0 || res=$?
|
| H A D | script_python.sh | 39 test_script() { function 92 test_script "sched:sched_switch" "sched__sched_switch" "-c 1" && res=0 || res=$? 103 test_script "task-clock" "param_dict" "-c 100" && res=0 || res=$?
|