Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 80) sorted by relevance

1234

/tools/perf/
Dperf-with-kcore.sh109find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
110find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
111find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USE…
114find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
115find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
116find "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID…
128 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit)
129 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -user "$USER" -print -quit)
130 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -user "$USER" -print -quit)
132 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -group "$GROUPS" -print -quit)
[all …]
/tools/lib/lockdep/
Drun_tests.sh10 find tests -name '*.c' | sort | while read -r i; do
22 find tests -name '*.c' | sort | while read -r i; do
35 find tests -name '*.c' | sort | while read -r i; do
DMakefile131 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
136 find . -name '*.[ch]' | xargs etags \
/tools/memory-model/scripts/
Dnewlitmushist.sh35 find litmus -type d -print |
40 ( cd $LKMM_DESTDIR; find litmus -name '*.litmus.out' -print ) |
46 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C-all
Dchecklitmushist.sh35 find litmus -type d -print | ( cd $T/results; sed -e 's/^/mkdir -p /' | sh )
39 ( cd $LKMM_DESTDIR; find litmus -name '*.litmus.out' -print ) |
55 ( cd $T/results; find litmus -type f -name '*.litmus.out' -print |
Dcheckghlitmus.sh31 find litmus -type d -print |
36 ( cd $LKMM_DESTDIR; find litmus -name '*.litmus.out' -print ) |
43 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C
Dinitlitmushist.sh57 find litmus -type d -print |
63 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C
Dcheckalllitmus.sh37 find $litmusdir -type d -print |
/tools/testing/selftests/kexec/
Dkexec_common_lib.sh52 secure_boot_file=$(find "$efivarfs" -name SecureBoot-* 2>/dev/null)
53 setup_mode_file=$(find "$efivarfs" -name SetupMode-* 2>/dev/null)
79 secure_boot_file=$(find "$efi_vars" -name SecureBoot-* 2>/dev/null)
80 setup_mode_file=$(find "$efi_vars" -name SetupMode-* 2>/dev/null)
/tools/spi/
DMakefile56 find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete
57 find $(if $(OUTPUT),$(OUTPUT),.) -name '\.*.o.d' -delete
58 find $(if $(OUTPUT),$(OUTPUT),.) -name '\.*.o.cmd' -delete
/tools/testing/selftests/gpio/
Dgpio-mockup-sysfs.sh22 local platform=$(find $PLATFORM_SYSFS -mindepth 2 -maxdepth 2 -type d -name $chip)
25 local base=$(find ${platform%/*}/gpio/ -mindepth 2 -maxdepth 2 -type f -name base)
/tools/perf/pmu-events/
DBuild8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
11 find $(JDIR_TEST) -name '*.json')
/tools/lib/traceevent/Documentation/
Dlibtraceevent-field_find.txt23 returned can be used to find the field content from within a data record.
58 /* Cannot find "common_pid" field in the event */
67 /* Cannot find "softexpires" event specific field in the event */
76 /* Cannot find "mode" field in the event */
/tools/testing/selftests/rcutorture/bin/
Dkcsan-collapse.sh17 find $1 -name console.log -exec cat {} \; |
Dkvm-remote-noreap.sh28 find "$pathname" -type f -exec touch -c {} \; > /dev/null 2>&1
Dkvm-recheck.sh24 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
92 EDITOR=echo kvm-find-errors.sh "${@: -1}" > $T 2>&1
/tools/testing/selftests/ftrace/test.d/selftest/
Dbashisms.tc17 for t in $(find $FTRACETEST_ROOT/test.d -name \*.tc); do
/tools/build/tests/ex/
DMakefile24 find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
/tools/lib/traceevent/plugins/
DMakefile172 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
177 find . -name '*.[ch]' | xargs etags \
/tools/perf/bench/
DBuild14 perf-y += find-bit-bench.o
/tools/perf/trace/beauty/
Darch_errno_names.sh92 for arch in $(find $toolsdir/arch -maxdepth 1 -mindepth 1 -type d -printf "%f\n" | sort -r); do
/tools/testing/selftests/bpf/
Dtest_bpftool_build.sh45 find $dir -type f -executable -name bpftool -print -exec false {} + && \
/tools/usb/
DMakefile41find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete -o -name '\.*.o.cmd'…
/tools/pci/
DMakefile45 find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
/tools/power/acpi/
DMakefile.rules29 $(QUIET) find $(objdir) \( -not -type d \)\

1234