/tools/testing/selftests/rcutorture/bin/ |
D | kvm-find-errors.sh | 30 files= 38 files="$files $i.diags $i" 42 files="$files $i.diags $i" 45 if test -n "$files" 47 $editor $files 59 files= 64 files="$files $i.diags $i" 67 if test -n "$files" 69 $editor $files
|
D | parse-console.sh | 43 nerrs=`grep --binary-files=text '!!!' $file | 67 grep --binary-files=text 'torture:.*ver:' $file | 68 grep -E --binary-files=text -v '\(null\)|rtc: 000000000* ' | 111 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
|
/tools/perf/tests/ |
D | builtin-test-list.c | 35 static struct script_file *files = NULL; variable 136 files_tmp = realloc(files, in append_script() 143 files = files_tmp; in append_script() 145 files[files_num - 1].dir = strdup_check(dir); in append_script() 146 files[files_num - 1].file = strdup_check(file); in append_script() 147 files[files_num - 1].desc = strdup_check(desc); in append_script() 148 files[files_num].dir = NULL; in append_script() 149 files[files_num].file = NULL; in append_script() 150 files[files_num].desc = NULL; in append_script() 194 if (files) in list_script_files() [all …]
|
D | builtin-test.c | 329 const struct script_file *files, *file; in run_shell_tests() local 331 files = list_script_files(); in run_shell_tests() 332 if (!files) in run_shell_tests() 334 for (file = files; file->dir; file++) { in run_shell_tests() 453 const struct script_file *files, *file; in perf_test__list_shell() local 455 files = list_script_files(); in perf_test__list_shell() 456 if (!files) in perf_test__list_shell() 458 for (file = files; file->dir; file++) { in perf_test__list_shell()
|
/tools/perf/util/ |
D | data.c | 22 static void close_dir(struct perf_data_file *files, int nr) in close_dir() argument 25 close(files[nr].fd); in close_dir() 26 zfree(&files[nr].path); in close_dir() 28 free(files); in close_dir() 33 close_dir(data->dir.files, data->dir.nr); in perf_data__close_dir() 38 struct perf_data_file *files = NULL; in perf_data__create_dir() local 44 files = zalloc(nr * sizeof(*files)); in perf_data__create_dir() 45 if (!files) in perf_data__create_dir() 49 struct perf_data_file *file = &files[i]; in perf_data__create_dir() 67 data->dir.files = files; in perf_data__create_dir() [all …]
|
/tools/testing/selftests/pstore/ |
D | pstore_post_reboot_tests | 53 files=`ls dmesg-${backend}-*` 54 operate_files $? "$files" grep_end_trace 77 files=`ls *-${backend}-*` 78 operate_files $? "$files" rm
|
/tools/net/ynl/ |
D | ynl-regen.sh | 20 files=$(git grep --files-with-matches '^/\* YNL-GEN \(kernel\|uapi\|user\)') 21 for f in $files; do
|
/tools/testing/selftests/cpufreq/ |
D | cpufreq.sh | 48 local files=`ls $1` 52 for file in $files; do 80 local files=`ls $1` 84 for file in $files; do
|
/tools/testing/ktest/examples/ |
D | README | 14 https://kernel.org/pub/tools/crosstool/files/bin/x86_64/ 27 to reuse configs for various machines or set ups. The files here 28 are included by other config files, where the other config files define
|
/tools/testing/selftests/proc/ |
D | .gitignore | 10 /proc-self-map-files-001 11 /proc-self-map-files-002
|
D | Makefile | 13 TEST_GEN_PROGS += proc-self-map-files-001 14 TEST_GEN_PROGS += proc-self-map-files-002
|
/tools/perf/Documentation/ |
D | perf-archive.txt | 6 perf-archive - Create archive with object files with build-ids found in perf.data file 15 This command runs perf-buildid-list --with-hits, and collects the files with the
|
D | perf-diff.txt | 6 perf-diff - Read perf.data files and display the differential profile 16 files captured via perf record. 21 specified perf.data files. 24 As the perf.data files could come from different binaries, the symbols addresses 25 could vary. So perf diff is based on the comparison of the files and 85 Look for files with symbols relative to this directory. 116 can be used only if enough data files are provided. 158 for different perf.data files. 192 file is iterated for samples. All other perf.data files specified on 196 All samples from non-baseline perf.data files, that do not match any [all …]
|
D | perf-buildid-cache.txt | 16 files to/from the cache. In the future it should as well set upper limits for 37 image. Note also that files "kallsyms" and "modules" must also be in the 38 same directory and are also copied. All 3 files are created with read
|
/tools/usb/usbip/ |
D | INSTALL | 21 It may also create one or more `.h' files containing system-dependent 31 cache files. 58 4. Type `make install' to install the programs and any data files and 61 5. You can remove the program binaries and object files from the 63 files that `configure' created (so you can compile the package for 67 all sorts of other programs in order to regenerate files that came 71 files again. 92 same time, by placing the object files for each architecture in their 94 directory where you want the object files and executables to go and run 107 `/usr/local/bin', include files under `/usr/local/include', etc. You [all …]
|
/tools/perf/ |
D | CREDITS | 6 Here is an (incomplete!) list of main contributors to those files 30 The full history of the files can be found in the upstream Git commits.
|
/tools/perf/pmu-events/ |
D | README | 8 The 'jevents' program tries to locate and process JSON files in the directory 11 - Regular files with '.json' extension in the name are assumed to be 12 JSON files, each of which describes a set of PMU events. 17 - Directories are traversed, but all other files are ignored. 30 All the topic JSON files for a CPU model/family should be in a separate 41 Using the JSON files and the mapfile, 'jevents' generates the C source file, 138 files, relative to the directory containing the mapfile.csv 151 i.e the three CPU models use the JSON files (i.e PMU events) listed
|
/tools/testing/selftests/filesystems/incfs/ |
D | incfs_test.c | 143 struct test_file *files; member 157 static struct test_file files[] = { in get_test_files_set() local 192 .files = files + options.file - 1, in get_test_files_set() 196 return (struct test_files_set){ .files = files, in get_test_files_set() 197 .files_count = ARRAY_SIZE(files) }; in get_test_files_set() 202 static struct test_file files[] = { in get_small_test_files_set() local 218 return (struct test_files_set){ .files = files, in get_small_test_files_set() 219 .files_count = ARRAY_SIZE(files) }; in get_small_test_files_set() 767 bool same = same_id(&(test_set->files[j].id), in data_producer() 771 file = &test_set->files[j]; in data_producer() [all …]
|
/tools/testing/kunit/ |
D | .gitignore | 2 # Byte-compiled / optimized / DLL files
|
/tools/testing/selftests/bpf/ |
D | veristat.cfg | 1 # pre-canned list of rather complex selftests/bpf BPF object files to monitor
|
/tools/testing/selftests/futex/ |
D | README | 13 directory or purely as header files under include/, I'm leaning toward the 28 implemented in header files, avoiding the need to compile intermediate object 29 files.
|
/tools/perf/tests/config-fragments/ |
D | README | 6 'config' is shared across all platforms, and for arch specific files,
|
/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 22 and cdev user-after-free fixes. This opens media dev files and sits in 34 Start 6 open_loop_test.sh tests with different /dev/mediaX files. When
|
/tools/mm/ |
D | slabinfo-gnuplot.sh | 225 files[$idx]=$p 233 files[$idx]=$p
|
/tools/build/Documentation/ |
D | Build.txt | 7 Basically the user provides set of 'Build' files that list objects and 66 To follow the above example, the user provides following 'Build' files: 91 that contain request objects names in Build files. 157 All existing '.cmd' files are included in the Build process to follow properly
|