Home
last modified time | relevance | path

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

12345678910>>...17

/linux-6.15/tools/perf/trace/beauty/tracepoints/
H A 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.15/tools/perf/util/
H A Dgenerate-cmdlist.sh14 sort |
28 sort |
43 sort |
58 sort |
/linux-6.15/tools/perf/
H A Dbuiltin-mem.c331 char sort[128]; in get_sort_order() local
334 scnprintf(sort, sizeof(sort), "--sort=%s", mem->sort_key); in get_sort_order()
336 strcpy(sort, "--sort=mem,snoop,tlb,type"); in get_sort_order()
342 strcpy(sort, "--sort=mem,sym,dso,symbol_daddr," in get_sort_order()
345 strcpy(sort, "--sort=local_weight,mem,sym,dso,symbol_daddr," in get_sort_order()
351 strcat(sort, ",phys_daddr"); in get_sort_order()
354 strcat(sort, ",data_page_size"); in get_sort_order()
357 if (mem->data_type && !strstr(sort, "type")) in get_sort_order()
358 strcat(sort, ",type"); in get_sort_order()
360 return strdup(sort); in get_sort_order()
H A Dbuiltin-kmem.c516 struct sort_dimension *sort; in __page_stat__findnew_alloc() local
525 cmp = sort->cmp(pstat, data); in __page_stat__findnew_alloc()
571 struct sort_dimension *sort; in __page_stat__findnew_caller() local
580 cmp = sort->cmp(pstat, data); in __page_stat__findnew_caller()
1268 struct sort_dimension *sort; in sort_slab_insert() local
1278 cmp = sort->cmp(data, this); in sort_slab_insert()
1315 struct sort_dimension *sort; in sort_page_insert() local
1679 struct sort_dimension *sort; in slab_sort_dimension__add() local
1685 if (!sort) { in slab_sort_dimension__add()
1699 struct sort_dimension *sort; in page_sort_dimension__add() local
[all …]
/linux-6.15/scripts/coccinelle/api/
H A 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.15/tools/perf/Documentation/
H A 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.15/tools/testing/selftests/rcutorture/bin/
H A Dkcsan-collapse.sh20 sort |
22 sort -k1nr > $1/kcsan.sum
/linux-6.15/tools/perf/trace/beauty/
H A Dvhost_virtio_ioctl.sh10 sort | xargs printf "\t[%s] = \"%s\",\n"
17 sort | xargs printf "\t[%s] = \"%s\",\n"
H A Dprctl_option.sh10 sort -n | xargs printf "\t[%s] = \"%s\",\n"
17 sort -n | xargs printf "\t[%s] = \"%s\",\n"
H A Dusbdevfs_ioctl.sh13 sort | xargs printf "\t[%s] = \"%s\",\n"
20 sort | xargs printf "\t[%s] = \"%s\",\n"
H A Dsocket.sh17 sort -n | xargs printf "\t[%s] = \"%s\",\n"
25 sort -n | xargs printf "\t[%s] = \"%s\",\n"
/linux-6.15/scripts/
H A Dlink-vmlinux.sh177 ${NM} -S ${1} > .tmp_vmlinux.nm-sort
178 ${objtree}/scripts/sorttable -s .tmp_vmlinux.nm-sort ${1}
184 rm -f .tmp_vmlinux.nm-sort
302 echo >&2 Failed to sort kernel tables
H A DMakefile.headersinst27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))
53 existing-dirs := $(sort $(dir $(old-headers)))
54 wanted-dirs := $(sort $(dir $(all-headers)))
H A DMakefile.build54 subdir-builtin := $(sort $(filter %/built-in.a, $(real-obj-y)))
55 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m)))
424 hostprogs := $(sort $(hostprogs))
430 userprogs := $(sort $(userprogs))
481 existing-targets := $(wildcard $(sort $(targets)))
486 obj-dirs := $(sort $(patsubst %/,%, $(dir $(targets))))
488 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))
/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dpage_owner.rst149 --sort <order> 指定排序顺序。排序的语法是[+|-]key[,[+|-]key[,...]]。从
154 ./page_owner_sort <input> <output> --sort=n,+pid,-tgid
155 ./page_owner_sort <input> <output> --sort=at
196 --sort的选项:
/linux-6.15/arch/s390/kernel/syscalls/
H A Dsyscalltbl100 |sort -k1 -n \
145 |sort -k1 -n \
160 |sort -n \
/linux-6.15/lib/tests/
H A Dtest_sort.c30 sort(a, TEST_LEN, sizeof(*a), cmpint, NULL); in test_sort()
42 sort(a, TEST_LEN - 1, sizeof(*a), cmpint, NULL); in test_sort()
/linux-6.15/tools/memory-model/scripts/
H A 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.15/tools/lib/bpf/
H A DMakefile10 sort -rV | head -n1 | cut -d'_' -f2)
121 sort -u | wc -l)
125 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l)
189 sort -u > $(OUTPUT)libbpf_global_syms.tmp; \
194 sort -u > $(OUTPUT)libbpf_versioned_syms.tmp; \
/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Dethtool_lib.sh101 <(printf '%s\n' "${dev1_speeds[@]}" | sort -u) \
102 <(printf '%s\n' "${dev2_speeds[@]}" | sort -u)
/linux-6.15/samples/bpf/
H A DMakefile.target19 __tprogs := $(sort $(tprogs-y))
31 tprog-cobjs := $(sort $(foreach m,$(__tprogs),$($(m)-objs)))
/linux-6.15/samples/hid/
H A DMakefile.target19 __tprogs := $(sort $(tprogs-y))
31 tprog-cobjs := $(sort $(foreach m,$(__tprogs),$($(m)-objs)))
/linux-6.15/tools/perf/tests/shell/lib/
H A Dcoresight.sh106 uniq | sort | uniq)
112 uniq | sort | uniq)
/linux-6.15/net/wireless/
H A DMakefile23 $(obj)/shipped-certs.c: $(sort $(wildcard $(src)/certs/*.hex))
33 $(sort $(wildcard $(CONFIG_CFG80211_EXTRA_REGDB_KEYDIR)/*.x509))
/linux-6.15/tools/testing/selftests/ftrace/test.d/filter/
H A Devent-filter-function.tc27 …at trace | grep -o 'call_site=\([^+]*\)' | sed 's/call_site=//' | sort | uniq -c | sort | tail -n …

12345678910>>...17