Home
last modified time | relevance | path

Searched refs:testfile (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A 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
45 #include "testfile-foo.h"
58 cat > ${temp_dir}/testfile-main.c << EOF
59 #include "testfile-foo.h"
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
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A 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
45 #include "testfile-foo.h"
58 cat > ${temp_dir}/testfile-main.c << EOF
59 #include "testfile-foo.h"
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
[all...]
/kernel/linux/linux-5.10/tools/cgroup/
H A Diocost_coef_gen.py11 ./iocost-coef-fio.testfile. The result can be written directly to
35 help='Raw block device to use for testing, ignores --testfile-size')
36 parser.add_argument('--testfile-size-gb', type=float, metavar='GIGABYTES', default=16,
79 info(f'Creating testfile {path}')
89 def run_fio(testfile, duration, iotype, iodepth, blocksize, jobs):
95 f'--filename={testfile} --runtime={round(duration)} '
130 testfile = f'/dev/{devname}' variable
134 testfile = 'iocost-coef-fio.testfile' variable
136 create_testfile(testfile, testfile_siz
[all...]
/kernel/linux/linux-6.6/tools/cgroup/
H A Diocost_coef_gen.py11 ./iocost-coef-fio.testfile. The result can be written directly to
35 help='Raw block device to use for testing, ignores --testfile-size')
36 parser.add_argument('--testfile-size-gb', type=float, metavar='GIGABYTES', default=16,
79 info(f'Creating testfile {path}')
89 def run_fio(testfile, duration, iotype, iodepth, blocksize, jobs):
95 f'--filename={testfile} --runtime={round(duration)} '
130 testfile = f'/dev/{devname}' variable
134 testfile = 'iocost-coef-fio.testfile' variable
136 create_testfile(testfile, testfile_siz
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A 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()

Completed in 2 milliseconds