Searched refs:outfile (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/drivers/net/netdevsim/ |
| D | fib_notifications.sh | 28 local outfile=$1; shift 34 head -n 1 $outfile | grep -q "rt_offload_failed" 39 head -n 2 $outfile | tail -n 1 | grep -q "rt_offload_failed" 44 local outfile=$1; shift 49 head -n 1 $outfile | grep -q "rt_trap" 54 head -n 2 $outfile | tail -n 1 | grep -q "rt_trap" 59 local outfile=$1; shift 64 lines=`wc -l $outfile | cut "-d " -f1` 73 check_rt_trap $outfile 76 check_rt_offload_failed $outfile [all …]
|
| /tools/testing/selftests/net/netfilter/ |
| D | ipvs.sh | 44 readonly outfile="$(mktemp)" 91 if [ -f "${outfile}" ]; then 92 rm "${outfile}" 100 ip netns exec "$ns2" timeout 5 socat -u -4 TCP-LISTEN:8080,reuseaddr STDOUT > "${outfile}" & 111 cmp "$infile" "$outfile" 2>/dev/null
|
| /tools/testing/selftests/bpf/ |
| D | test_tc_tunnel.sh | 26 readonly outfile="$(mktemp)" 60 if [[ -f "${outfile}" ]]; then 61 rm "${outfile}" 73 ip netns exec "${ns2}" nc "${netcat_opt}" -l "${port}" > "${outfile}" & 88 outsum=($(sha1sum ${outfile}))
|
| /tools/perf/util/ |
| D | trace-event-scripting.c | 83 const char *outfile in python_generate_script_unsupported() 150 const char *outfile __maybe_unused) in perl_generate_script_unsupported()
|
| D | trace-event.h | 114 int (*generate_script) (struct tep_handle *pevent, const char *outfile);
|
| /tools/cgroup/ |
| D | iocost_coef_gen.py | 93 outfile = tempfile.NamedTemporaryFile() 102 with open(outfile.name, 'r') as f:
|
| /tools/testing/selftests/tc-testing/ |
| D | tdc.py | 814 outfile = open(f, "w") 815 json.dump(testlist, outfile, indent=4) 816 outfile.write("\n") 817 outfile.close() 981 if not args.outfile: 984 fname = args.outfile
|
| /tools/perf/tests/shell/ |
| D | test_intel_pt.sh | 22 outfile="${temp_dir}/test-out.txt" 263 …rfdatafile}" -e intel_pt//u"${k}" -vvv --per-thread -p "${w1},${w2}" 2>"${errfile}" >"${outfile}" &
|
| /tools/perf/util/scripting-engines/ |
| D | trace-event-perl.c | 553 static int perl_generate_script(struct tep_handle *pevent, const char *outfile) in perl_generate_script() argument 562 sprintf(fname, "%s.pl", outfile); in perl_generate_script()
|
| D | trace-event-python.c | 2028 static int python_generate_script(struct tep_handle *pevent, const char *outfile) in python_generate_script() argument 2037 sprintf(fname, "%s.py", outfile); in python_generate_script() 2220 const char *outfile __maybe_unused) in python_generate_script()
|
| /tools/testing/kunit/ |
| D | kunit_tool_test.py | 477 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile: 478 self.assertEqual(outfile.read(), 'hi\nbye\n', msg='Missing some output')
|
| /tools/power/pm-graph/ |
| D | sleepgraph.py | 1506 self.outfile = ''
|