Home
last modified time | relevance | path

Searched refs:testfile (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/tools/perf/tests/shell/
Dtest_uprobe_from_different_cu.sh20 perf probe -x ${temp_dir}/testfile -d foo || true
34 cat > ${temp_dir}/testfile-foo.h << EOF
44 cat > ${temp_dir}/testfile-foo.c << EOF
58 cat > ${temp_dir}/testfile-main.c << EOF
76 gcc -g -Og -flto -c ${temp_dir}/testfile-foo.c -o ${temp_dir}/testfile-foo.o
77 gcc -g -Og -c ${temp_dir}/testfile-main.c -o ${temp_dir}/testfile-main.o
78 gcc -g -Og -o ${temp_dir}/testfile ${temp_dir}/testfile-foo.o ${temp_dir}/testfile-main.o
80 perf probe -x ${temp_dir}/testfile --funcs foo
81 perf probe -x ${temp_dir}/testfile foo
/Linux-v6.6/tools/cgroup/
Diocost_coef_gen.py89 def run_fio(testfile, duration, iotype, iodepth, blocksize, jobs): argument
130 testfile = f'/dev/{devname}' variable
134 testfile = 'iocost-coef-fio.testfile' variable
136 create_testfile(testfile, testfile_size)
155 rbps = run_fio(testfile, args.duration, 'read',
158 rseqiops = round(run_fio(testfile, args.duration, 'read',
161 rrandiops = round(run_fio(testfile, args.duration, 'randread',
164 wbps = run_fio(testfile, args.duration, 'write',
167 wseqiops = round(run_fio(testfile, args.duration, 'write',
170 wrandiops = round(run_fio(testfile, args.duration, 'randwrite',
/Linux-v6.6/samples/bpf/
Dtest_override_return.sh4 rm -f testfile.img
5 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1
6 DEVICE=$(losetup --show -f testfile.img)
D.gitignore44 testfile.img
/Linux-v6.6/tools/testing/selftests/mm/
Dsplit_huge_page_test.c238 char testfile[INPUT_MAX]; in split_file_backed_thp() local
250 status = snprintf(testfile, INPUT_MAX, "%s/thp_file", tmpfs_loc); in split_file_backed_thp()
256 fd = open(testfile, O_CREAT|O_WRONLY); in split_file_backed_thp()
272 write_debugfs(PATH_FMT, testfile, pgoff_start, pgoff_end); in split_file_backed_thp()
274 status = unlink(testfile); in split_file_backed_thp()
/Linux-v6.6/Documentation/fault-injection/
Dfault-injection.rst430 rm -f testfile.img
431 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1
432 DEVICE=$(losetup --show -f testfile.img)
460 rm testfile.img