Home
last modified time | relevance | path

Searched refs:outfile (Results 1 – 12 of 12) sorted by relevance

/tools/testing/selftests/drivers/net/netdevsim/
Dfib_notifications.sh28 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/
Dipvs.sh44 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/
Dtest_tc_tunnel.sh26 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/
Dtrace-event-scripting.c83 const char *outfile in python_generate_script_unsupported()
150 const char *outfile __maybe_unused) in perl_generate_script_unsupported()
Dtrace-event.h114 int (*generate_script) (struct tep_handle *pevent, const char *outfile);
/tools/cgroup/
Diocost_coef_gen.py93 outfile = tempfile.NamedTemporaryFile()
102 with open(outfile.name, 'r') as f:
/tools/testing/selftests/tc-testing/
Dtdc.py814 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/
Dtest_intel_pt.sh22 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/
Dtrace-event-perl.c553 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()
Dtrace-event-python.c2028 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/
Dkunit_tool_test.py477 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/
Dsleepgraph.py1506 self.outfile = ''