| /Linux-v5.15/tools/perf/trace/beauty/tracepoints/ | 
| D | x86_msr.sh | 19 	sed -r "s/$regex/\2 \1/g" | sort -n | \26 egrep $regex ${x86_msr_index} | sed -r "s/$regex/\2/g" | sort -n | head -1
 29 	sed -r "s/$regex/\2 \1/g" | egrep -vw 'K6_WHCR' | sort -n | \
 35 egrep $regex ${x86_msr_index} | sed -r "s/$regex/\2/g" | sort -n | head -1
 38 	sed -r "s/$regex/\2 \1/g" | sort -n | \
 
 | 
| /Linux-v5.15/tools/perf/util/ | 
| D | generate-cmdlist.sh | 14 sort |28 sort |
 43 sort |
 
 | 
| /Linux-v5.15/scripts/coccinelle/api/ | 
| D | check_bq27xxx_data.cocci | 84    List.sort compare i1regs_vals = List.sort compare i2regs_vals120    List.sort compare i1dmregs_vals = List.sort compare i2dmregs_vals
 156    List.sort compare i1props_vals = List.sort compare i2props_vals
 
 | 
| /Linux-v5.15/tools/lib/lockdep/ | 
| D | run_tests.sh | 10 find tests -name '*.c' | sort | while read -r i; do22 find tests -name '*.c' | sort | while read -r i; do
 35 find tests -name '*.c' | sort | while read -r i; do
 
 | 
| /Linux-v5.15/drivers/net/wireless/ath/ath9k/ | 
| D | calib.c | 27 	int16_t sort[ATH9K_NF_CAL_HIST_MAX];  in ath9k_hw_get_nf_hist_mid()  local31 		sort[i] = nfCalBuffer[i];  in ath9k_hw_get_nf_hist_mid()
 35 			if (sort[j] > sort[j - 1]) {  in ath9k_hw_get_nf_hist_mid()
 36 				nfval = sort[j];  in ath9k_hw_get_nf_hist_mid()
 37 				sort[j] = sort[j - 1];  in ath9k_hw_get_nf_hist_mid()
 38 				sort[j - 1] = nfval;  in ath9k_hw_get_nf_hist_mid()
 42 	nfval = sort[(ATH9K_NF_CAL_HIST_MAX - 1) >> 1];  in ath9k_hw_get_nf_hist_mid()
 
 | 
| /Linux-v5.15/tools/testing/selftests/rcutorture/bin/ | 
| D | kcsan-collapse.sh | 20 	sort |22 	sort -k1nr > $1/kcsan.sum
 
 | 
| D | kvm-recheck.sh | 24 	dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
 | 
| /Linux-v5.15/tools/perf/trace/beauty/ | 
| D | vhost_virtio_ioctl.sh | 10 	sort | xargs printf "\t[%s] = \"%s\",\n"17 	sort | xargs printf "\t[%s] = \"%s\",\n"
 
 | 
| D | prctl_option.sh | 10 	sort -n | xargs printf "\t[%s] = \"%s\",\n"17 	sort -n | xargs printf "\t[%s] = \"%s\",\n"
 
 | 
| D | usbdevfs_ioctl.sh | 13 	sort | xargs printf "\t[%s] = \"%s\",\n"20 	sort | xargs printf "\t[%s] = \"%s\",\n"
 
 | 
| D | arch_errno_names.sh | 63 		|sort -t, -k2 -nu \92 for arch in $(find $toolsdir/arch -maxdepth 1 -mindepth 1 -type d -printf "%f\n" | sort -r); do
 
 | 
| /Linux-v5.15/tools/perf/ | 
| D | builtin-mem.c | 311 	char sort[128];  in get_sort_order()  local318 		strcpy(sort, "--sort=mem,sym,dso,symbol_daddr,"  in get_sort_order()
 321 		strcpy(sort, "--sort=local_weight,mem,sym,dso,symbol_daddr,"  in get_sort_order()
 327 		strcat(sort, ",phys_daddr");  in get_sort_order()
 330 		strcat(sort, ",data_page_size");  in get_sort_order()
 332 	return strdup(sort);  in get_sort_order()
 
 | 
| D | builtin-kmem.c | 493 	struct sort_dimension *sort;  in __page_stat__findnew_alloc()  local501 		list_for_each_entry(sort, &page_alloc_sort_input, list) {  in __page_stat__findnew_alloc()
 502 			cmp = sort->cmp(pstat, data);  in __page_stat__findnew_alloc()
 548 	struct sort_dimension *sort;  in __page_stat__findnew_caller()  local
 556 		list_for_each_entry(sort, &page_caller_sort_input, list) {  in __page_stat__findnew_caller()
 557 			cmp = sort->cmp(pstat, data);  in __page_stat__findnew_caller()
 1253 	struct sort_dimension *sort;  in sort_slab_insert()  local
 1262 		list_for_each_entry(sort, sort_list, list) {  in sort_slab_insert()
 1263 			cmp = sort->cmp(data, this);  in sort_slab_insert()
 1300 	struct sort_dimension *sort;  in sort_page_insert()  local
 [all …]
 
 | 
| /Linux-v5.15/scripts/ | 
| D | Makefile.headersinst | 27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))53 existing-dirs := $(sort $(dir $(old-headers)))
 54 wanted-dirs   := $(sort $(dir $(all-headers)))
 
 | 
| D | nsdeps | 17 if ! { echo "$SPATCH_REQ_VERSION"; echo "$SPATCH_VERSION"; } | sort -CV ; then47 			cat $source_file | grep MODULE_IMPORT_NS | LC_ALL=C sort -u >> ${source_file}.tmp
 
 | 
| D | Makefile.build | 50 hostprogs := $(sort $(hostprogs))57 userprogs := $(sort $(userprogs))
 76 subdir-builtin := $(sort $(filter %/built-in.a, $(real-obj-y)))
 77 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m)))
 502 curdir-single := $(sort $(foreach x, $(KBUILD_SINGLE_TARGETS), \
 557 existing-targets := $(wildcard $(sort $(targets)))
 562 obj-dirs := $(sort $(patsubst %/,%, $(dir $(targets))))
 564 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))
 
 | 
| D | Makefile.modfinal | 16 modules := $(sort $(shell cat $(MODORDER)))77 existing-targets := $(wildcard $(sort $(targets)))
 
 | 
| D | diffconfig | 109     old.sort()121     changed.sort()
 
 | 
| /Linux-v5.15/arch/s390/kernel/syscalls/ | 
| D | syscalltbl | 100 		|sort -k1 -n				\145 		|sort -k1 -n					\
 160 		|sort -n					 \
 
 | 
| /Linux-v5.15/tools/lib/bpf/ | 
| D | Makefile | 10 	sort -rV | head -n1 | cut -d'_' -f2)126 			   sort -u | wc -l)
 130 			      grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l)
 195 		    sort -u > $(OUTPUT)libbpf_global_syms.tmp;		 \
 200 		    sort -u > $(OUTPUT)libbpf_versioned_syms.tmp; 	 \
 
 | 
| /Linux-v5.15/tools/memory-model/scripts/ | 
| D | newlitmushist.sh | 50 sort $T/list-C-already $T/list-C-short | uniq -u > $T/list-C-new57 sort -u $T/list-C-new $T/list-C-newer > $T/list-C-needed
 
 | 
| /Linux-v5.15/tools/lib/traceevent/Documentation/ | 
| D | libtraceevent-event_list.txt | 31 context. The _sort_type_ argument is the required sort criteria:34 	_TEP_EVENT_SORT_ID_	- sort by the event ID.
 35 	_TEP_EVENT_SORT_NAME_	- sort by the event (name, system, id) triplet.
 36 	_TEP_EVENT_SORT_SYSTEM_	- sort by the event (system, name, id) triplet.
 
 | 
| /Linux-v5.15/tools/testing/selftests/net/forwarding/ | 
| D | ethtool_lib.sh | 101 		<(printf '%s\n' "${dev1_speeds[@]}" | sort -u) \102 		<(printf '%s\n' "${dev2_speeds[@]}" | sort -u)
 
 | 
| /Linux-v5.15/tools/perf/Documentation/ | 
| D | perf-report.txt | 72 --sort=::74 	in CSV format.  Following sort keys are available:
 119 	(i.e. --sort comm,dso,symbol)
 121 	If --branch-stack option is used, following sort keys are also
 135 	And default sort keys are changed to comm, dso_from, symbol_from, dso_to
 138 	When the sort key symbol is specified, columns "IPC" and "IPC Coverage"
 146 	If the --mem-mode option is used, the following sort keys are also available
 162 	And the default sort keys are changed to local_weight, mem, sym, dso,
 166 	If the data file has tracepoint event(s), following (dynamic) sort keys
 185 	has the same effect for all dynamic sort keys.
 [all …]
 
 | 
| /Linux-v5.15/samples/bpf/ | 
| D | Makefile.target | 19 __tprogs := $(sort $(tprogs-y))31 tprog-cobjs	:= $(sort $(foreach m,$(__tprogs),$($(m)-objs)))
 
 |