Searched refs:testfile (Results 1 – 2 of 2) sorted by relevance
/tools/perf/tests/shell/ |
D | test_uprobe_from_different_cu.sh | 20 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
|
/tools/cgroup/ |
D | iocost_coef_gen.py | 89 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',
|