Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/linux-6.6.21/tools/perf/trace/beauty/tracepoints/ !
Dx86_msr.sh19 sed -r "s/$regex/\2 \1/g" | sort -n | \
26 grep -E $regex ${x86_msr_index} | sed -r "s/$regex/\2/g" | sort -n | head -1
29 sed -r "s/$regex/\2 \1/g" | grep -E -vw 'K6_WHCR' | sort -n | \
35 grep -E $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-6.6.21/tools/perf/util/ !
Dgenerate-cmdlist.sh14 sort |
28 sort |
43 sort |
58 sort |
/linux-6.6.21/scripts/coccinelle/api/ !
Dcheck_bq27xxx_data.cocci84 List.sort compare i1regs_vals = List.sort compare i2regs_vals
120 List.sort compare i1dmregs_vals = List.sort compare i2dmregs_vals
156 List.sort compare i1props_vals = List.sort compare i2props_vals
/linux-6.6.21/tools/perf/Documentation/ !
Dperf-kvm.txt101 Sorting key. Possible values: sample (default, sort by samples
102 number), percent_sample (sort by sample percentage), time
103 (sort by average time), precent_time (sort by time percentage),
104 max_t (sort by maximum time), min_t (sort by minimum time), mean_t
105 (sort by mean time).
141 Sorting key. Possible values: sample (default, sort by samples
142 number), time (sort by average time).
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ !
Dcalib.c27 int16_t sort[ATH9K_NF_CAL_HIST_MAX]; in ath9k_hw_get_nf_hist_mid() local
31 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-6.6.21/Documentation/translations/zh_CN/mm/ !
Dpage_owner.rst103 --sort <order> 指定排序顺序。排序的语法是[+|-]key[,[+|-]key[,...]]。从
108 ./page_owner_sort <input> <output> --sort=n,+pid,-tgid
109 ./page_owner_sort <input> <output> --sort=at
150 --sort的选项:
/linux-6.6.21/tools/testing/selftests/rcutorture/bin/ !
Dkcsan-collapse.sh20 sort |
22 sort -k1nr > $1/kcsan.sum
/linux-6.6.21/tools/perf/trace/beauty/ !
Dvhost_virtio_ioctl.sh10 sort | xargs printf "\t[%s] = \"%s\",\n"
17 sort | xargs printf "\t[%s] = \"%s\",\n"
Dprctl_option.sh10 sort -n | xargs printf "\t[%s] = \"%s\",\n"
17 sort -n | xargs printf "\t[%s] = \"%s\",\n"
Dusbdevfs_ioctl.sh13 sort | xargs printf "\t[%s] = \"%s\",\n"
20 sort | xargs printf "\t[%s] = \"%s\",\n"
Dsocket.sh17 sort -n | xargs printf "\t[%s] = \"%s\",\n"
25 sort -n | xargs printf "\t[%s] = \"%s\",\n"
Darch_errno_names.sh51 |sort -t, -k2 -nu \
79 for arch in $(find $toolsdir/arch -maxdepth 1 -mindepth 1 -type d -printf "%f\n" | sort -r); do
/linux-6.6.21/tools/perf/ !
Dbuiltin-mem.c325 char sort[128]; in get_sort_order() local
332 strcpy(sort, "--sort=mem,sym,dso,symbol_daddr," in get_sort_order()
335 strcpy(sort, "--sort=local_weight,mem,sym,dso,symbol_daddr," in get_sort_order()
341 strcat(sort, ",phys_daddr"); in get_sort_order()
344 strcat(sort, ",data_page_size"); in get_sort_order()
346 return strdup(sort); in get_sort_order()
Dbuiltin-kmem.c516 struct sort_dimension *sort; in __page_stat__findnew_alloc() local
524 list_for_each_entry(sort, &page_alloc_sort_input, list) { in __page_stat__findnew_alloc()
525 cmp = sort->cmp(pstat, data); in __page_stat__findnew_alloc()
571 struct sort_dimension *sort; in __page_stat__findnew_caller() local
579 list_for_each_entry(sort, &page_caller_sort_input, list) { in __page_stat__findnew_caller()
580 cmp = sort->cmp(pstat, data); in __page_stat__findnew_caller()
1275 struct sort_dimension *sort; in sort_slab_insert() local
1284 list_for_each_entry(sort, sort_list, list) { in sort_slab_insert()
1285 cmp = sort->cmp(data, this); in sort_slab_insert()
1322 struct sort_dimension *sort; in sort_page_insert() local
[all …]
/linux-6.6.21/scripts/ !
DMakefile.headersinst27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))
53 existing-dirs := $(sort $(dir $(old-headers)))
54 wanted-dirs := $(sort $(dir $(all-headers)))
Dnsdeps17 if ! { echo "$SPATCH_REQ_VERSION"; echo "$SPATCH_VERSION"; } | sort -CV ; then
46 cat $source_file | grep MODULE_IMPORT_NS | LC_ALL=C sort -u >> ${source_file}.tmp
DMakefile.build46 hostprogs := $(sort $(hostprogs))
53 userprogs := $(sort $(userprogs))
72 subdir-builtin := $(sort $(filter %/built-in.a, $(real-obj-y)))
73 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m)))
500 existing-targets := $(wildcard $(sort $(targets)))
505 obj-dirs := $(sort $(patsubst %/,%, $(dir $(targets))))
507 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))
/linux-6.6.21/arch/s390/kernel/syscalls/ !
Dsyscalltbl100 |sort -k1 -n \
145 |sort -k1 -n \
160 |sort -n \
/linux-6.6.21/tools/testing/selftests/ftrace/test.d/filter/ !
Devent-filter-function.tc27 target_func=`cut -d: -f3 trace | sed 's/call_site=\([^+]*\)+0x.*/\1/' | sort | uniq -c | sort | tai…
/linux-6.6.21/tools/memory-model/scripts/ !
Dnewlitmushist.sh50 sort $T/list-C-already $T/list-C-short | uniq -u > $T/list-C-new
57 sort -u $T/list-C-new $T/list-C-newer > $T/list-C-needed
/linux-6.6.21/tools/lib/bpf/ !
DMakefile10 sort -rV | head -n1 | cut -d'_' -f2)
131 sort -u | wc -l)
135 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l)
194 sort -u > $(OUTPUT)libbpf_global_syms.tmp; \
199 sort -u > $(OUTPUT)libbpf_versioned_syms.tmp; \
/linux-6.6.21/tools/testing/selftests/net/forwarding/ !
Dethtool_lib.sh101 <(printf '%s\n' "${dev1_speeds[@]}" | sort -u) \
102 <(printf '%s\n' "${dev2_speeds[@]}" | sort -u)
/linux-6.6.21/tools/perf/tests/shell/lib/ !
Dcoresight.sh104 uniq | sort | uniq)
110 uniq | sort | uniq)
/linux-6.6.21/rust/alloc/ !
Dslice.rs25 use core::slice::sort;
209 pub fn sort(&mut self) in sort() method
869 let run_alloc_fn = |len: usize| -> *mut sort::TimSortRun { in stable_sort()
873 alloc::alloc(alloc::Layout::array::<sort::TimSortRun>(len).unwrap_unchecked()) in stable_sort()
874 as *mut sort::TimSortRun in stable_sort()
878 let run_dealloc_fn = |buf_ptr: *mut sort::TimSortRun, len: usize| { in stable_sort()
884 alloc::Layout::array::<sort::TimSortRun>(len).unwrap_unchecked(), in stable_sort()
889 sort::merge_sort(v, &mut is_less, elem_alloc_fn, elem_dealloc_fn, run_alloc_fn, run_dealloc_fn); in stable_sort()
/linux-6.6.21/samples/bpf/ !
DMakefile.target19 __tprogs := $(sort $(tprogs-y))
31 tprog-cobjs := $(sort $(foreach m,$(__tprogs),$($(m)-objs)))

12345678910>>...16