Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 98) sorted by relevance

1234

/tools/testing/selftests/rcutorture/bin/
A Dkvm-find-errors.sh30 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
A Dparse-console.sh43 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/util/
A Ddata.c26 close(files[nr].fd); in close_dir()
27 zfree(&files[nr].path); in close_dir()
29 free(files); in close_dir()
46 files = zalloc(nr * sizeof(*files)); in perf_data__create_dir()
47 if (!files) in perf_data__create_dir()
79 data->dir.files = files; in perf_data__create_dir()
84 close_dir(files, i); in perf_data__create_dir()
128 file = realloc(files, (nr + 1) * sizeof(*files)); in perf_data__open_dir()
132 files = file; in perf_data__open_dir()
148 if (!files) in perf_data__open_dir()
[all …]
/tools/testing/selftests/pstore/
A Dpstore_post_reboot_tests53 files=`ls dmesg-${backend}-*`
54 operate_files $? "$files" grep_end_trace
77 files=`ls *-${backend}-*`
78 operate_files $? "$files" rm
/tools/net/ynl/
A Dynl-regen.sh20 files=$(git grep --files-with-matches '^/\* YNL-GEN \(kernel\|uapi\|user\)')
21 for f in $files; do
/tools/testing/selftests/x86/
A DMakefile115 define extra-files
120 $(eval $(call extra-files,sysret_ss_attrs_64,thunks.S))
121 $(eval $(call extra-files,ptrace_syscall_32,raw_syscall_helper_32.S))
122 $(eval $(call extra-files,test_syscall_vdso_32,thunks_32.S))
123 $(eval $(call extra-files,fsgsbase_restore_64,clang_helpers_64.S))
124 $(eval $(call extra-files,fsgsbase_restore_32,clang_helpers_32.S))
125 $(eval $(call extra-files,sysret_rip_64,clang_helpers_64.S))
/tools/testing/selftests/cpufreq/
A Dcpufreq.sh48 local files=`ls $1`
52 for file in $files; do
87 local files=`ls $1`
91 for file in $files; do
/tools/power/cpupower/bindings/python/
A DREADME1 This folder contains the necessary files to build the Python bindings for
2 libcpupower (aside from the libcpupower object files).
22 library files. For these bindings that means GPL v2.
33 Install SWIG and the Python development files provided by your distribution.
35 Build the object files for libcpupower by running make in the cpupower
46 Please verify the _raw_pylibcpupower.so and raw_pylibcpupower.py files have
/tools/testing/ktest/examples/
A DREADME14 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/net/netfilter/
A Dnf_conntrack_packetdrill.sh16 files="
67 for f in $files;do
/tools/testing/selftests/proc/
A D.gitignore12 /proc-self-map-files-001
13 /proc-self-map-files-002
A DMakefile15 TEST_GEN_PROGS += proc-self-map-files-001
16 TEST_GEN_PROGS += proc-self-map-files-002
/tools/perf/Documentation/
A Dperf-archive.txt6 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
A Dperf-diff.txt6 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 …]
A Dperf-buildid-cache.txt16 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/
A DINSTALL21 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
71 files again.
92 same time, by placing the object files for each architecture in their
107 `/usr/local/bin', include files under `/usr/local/include', etc. You
112 architecture-specific files and architecture-independent files. If you
115 Documentation and other data files still use the regular prefix.
119 kinds of files. Run `configure --help' for a list of the directories
[all …]
/tools/perf/
A DCREDITS6 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/
A DREADME8 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/kunit/
A D.gitignore2 # Byte-compiled / optimized / DLL files
/tools/testing/selftests/bpf/
A Dveristat.cfg1 # pre-canned list of rather complex selftests/bpf BPF object files to monitor
/tools/testing/selftests/futex/
A DREADME13 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/shell/
A Ddaemon.sh424 local files
425 files=`ls ${base}/session-test/*perf.data* 2> /dev/null | wc -l`
429 elif [ ${signals} -eq 1 ] && [ $files -ge 1 ]; then
432 elif [ ${signals} -eq 2 ] && [ $files -ge 2 ]; then
435 elif [ ${signals} -eq 3 ] && [ $files -ge 3 ]; then
/tools/perf/tests/config-fragments/
A DREADME6 'config' is shared across all platforms, and for arch specific files,
/tools/testing/selftests/media_tests/
A Dregression_test.txt22 and cdev use-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/
A Dslabinfo-gnuplot.sh225 files[$idx]=$p
233 files[$idx]=$p

Completed in 21 milliseconds

1234