| /linux-6.15/tools/perf/trace/beauty/ |
| H A D | syscalltbl.sh | 32 outfile=$2 36 outfile="$2" 54 echo "};" >> "$outfile" 67 echo "};" >> "$outfile" 72 rm -f "$outfile" 73 cat >> "$outfile" <<EOF 90 cat >> "$outfile" <<EOF 97 cat >> "$outfile" <<EOF 103 cat >> "$outfile" <<EOF 109 cat >> "$outfile" <<EOF [all …]
|
| /linux-6.15/arch/x86/entry/vdso/ |
| H A D | vdso2c.h | 14 fprintf(outfile, "\n\t"); in BITSFUNC() 40 fprintf(outfile, "\n};\n\n"); in BITSFUNC() 45 FILE *outfile, const char *image_name) in BITSFUNC() 165 fprintf(outfile, "\n"); in BITSFUNC() 166 fprintf(outfile, in BITSFUNC() 171 fprintf(outfile, "\n\t"); in BITSFUNC() 172 fprintf(outfile, "0x%02X, ", in BITSFUNC() 175 fprintf(outfile, "\n};\n\n"); in BITSFUNC() 184 fprintf(outfile, "\t.alt = %lu,\n", in BITSFUNC() 202 fprintf(outfile, "};\n\n"); in BITSFUNC() [all …]
|
| H A D | vdso2c.c | 150 FILE *outfile, const char *name) in go() argument 156 outfile, name); in go() 159 outfile, name); in go() 189 FILE *outfile; in main() local 222 outfile = fopen(outfilename, "w"); in main() 223 if (!outfile) in main() 226 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 230 fclose(outfile); in main()
|
| /linux-6.15/scripts/ |
| H A D | get_dvb_firmware | 63 $outfile; 83 $outfile; 101 $outfile; 119 $outfile; 137 $outfile; 152 $outfile; 169 $outfile; 186 $outfile; 203 $outfile; 302 $outfile; [all …]
|
| H A D | stackusage | 4 outfile="" 11 outfile="$2" 20 if [ -z "$outfile" ] 22 outfile=`mktemp --tmpdir stackusage.$$.XXXX` 32 sort -k3,3nr > "${outfile}" 34 echo "$0: output written to ${outfile}"
|
| H A D | syscallnr.sh | 55 outfile="$2" 57 guard=_ASM_$(basename "$outfile" | 74 } > "$outfile"
|
| H A D | syscallhdr.sh | 66 outfile="$2" 68 guard=_UAPI_ASM_$(basename "$outfile" | 98 } > "$outfile"
|
| H A D | syscalltbl.sh | 51 outfile="$2" 92 } > "$outfile"
|
| H A D | extract_xc3028.pl | 148 my $outfile = shift; 157 open OUTFILE, ">$outfile"; 914 my $outfile = shift; 923 open OUTFILE, ">$outfile";
|
| /linux-6.15/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | fib_notifications.sh | 28 local outfile=$1; shift 44 local outfile=$1; shift 59 local outfile=$1; shift 73 check_rt_trap $outfile 91 local outfile=$(mktemp) 93 $IP monitor route &> $outfile & 100 rm -f $outfile 145 local outfile=$(mktemp) 154 rm -f $outfile 188 local outfile=$(mktemp) [all …]
|
| /linux-6.15/arch/sparc/vdso/ |
| H A D | vdso2c.h | 13 FILE *outfile, const char *name) in BITSFUNC() 119 fprintf(outfile, "#include <linux/cache.h>\n"); in BITSFUNC() 120 fprintf(outfile, "#include <asm/vdso.h>\n"); in BITSFUNC() 121 fprintf(outfile, "\n"); in BITSFUNC() 122 fprintf(outfile, in BITSFUNC() 127 fprintf(outfile, "\n\t"); in BITSFUNC() 128 fprintf(outfile, "0x%02X, ", in BITSFUNC() 131 fprintf(outfile, "\n};\n\n"); in BITSFUNC() 134 fprintf(outfile, "\t.data = raw_data,\n"); in BITSFUNC() 138 fprintf(outfile, "\t.sym_%s = %" PRIi64 ",\n", in BITSFUNC() [all …]
|
| H A D | vdso2c.c | 144 FILE *outfile, const char *name) in go() argument 150 outfile, name); in go() 153 outfile, name); in go() 184 FILE *outfile; in main() local 217 outfile = fopen(outfilename, "w"); in main() 218 if (!outfile) in main() 221 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 225 fclose(outfile); in main()
|
| /linux-6.15/arch/arm/vdso/ |
| H A D | vdsomunge.c | 81 static const char *outfile; variable 97 if (failed && outfile != NULL) in cleanup() 98 unlink(outfile); in cleanup() 136 outfile = argv[2]; in main() 179 outfd = open(outfile, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in main() 181 fail("Cannot open %s: %s\n", outfile, strerror(errno)); in main() 184 fail("Cannot truncate %s: %s\n", outfile, strerror(errno)); in main() 189 fail("Failed to map %s: %s\n", outfile, strerror(errno)); in main() 204 fail("Failed to sync %s: %s\n", outfile, strerror(errno)); in main()
|
| /linux-6.15/tools/testing/selftests/net/netfilter/ |
| H A 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
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A 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}))
|
| /linux-6.15/arch/mips/boot/ |
| H A D | elf2ecoff.c | 278 int infile, outfile; in main() local 507 if ((outfile = open(argv[2], O_WRONLY | O_CREAT, 0777)) < 0) { in main() 516 i = write(outfile, &efh, sizeof efh); in main() 532 i = write(outfile, &eah, sizeof eah); in main() 541 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr)); in main() 551 i = write(outfile, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0", pad); in main() 583 write(outfile, obuf, in main() 598 copy(outfile, infile, ph[i].p_offset, in main() 612 if (write(outfile, obuf, sizeof(obuf)) != sizeof(obuf)) { in main()
|
| /linux-6.15/tools/cgroup/ |
| H A D | iocost_coef_gen.py | 93 outfile = tempfile.NamedTemporaryFile() 102 with open(outfile.name, 'r') as f:
|
| /linux-6.15/tools/testing/selftests/tc-testing/ |
| H A 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
|
| /linux-6.15/tools/perf/util/ |
| H A D | trace-event-scripting.c | 165 const char *outfile in python_generate_script_unsupported() 232 const char *outfile __maybe_unused) in perl_generate_script_unsupported()
|
| H A D | trace-event.h | 111 int (*generate_script) (struct tep_handle *pevent, const char *outfile);
|
| /linux-6.15/tools/perf/tests/shell/ |
| H A 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}" &
|
| /linux-6.15/tools/perf/util/scripting-engines/ |
| H A D | trace-event-perl.c | 554 static int perl_generate_script(struct tep_handle *pevent, const char *outfile) in perl_generate_script() argument 563 sprintf(fname, "%s.pl", outfile); in perl_generate_script()
|
| H A D | trace-event-python.c | 1986 static int python_generate_script(struct tep_handle *pevent, const char *outfile) in python_generate_script() argument 1995 sprintf(fname, "%s.py", outfile); in python_generate_script() 2178 const char *outfile __maybe_unused) in python_generate_script()
|
| /linux-6.15/tools/testing/kunit/ |
| H A D | kunit_tool_test.py | 489 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile: 490 self.assertEqual(outfile.read(), 'hi\nbye\n', msg='Missing some output')
|
| /linux-6.15/fs/jffs2/ |
| H A D | wbuf.c | 879 goto outfile; in jffs2_flash_writev() 918 outfile: in jffs2_flash_writev()
|