| /linux/tools/perf/trace/beauty/tracepoints/ |
| H A D | x86_msr.sh | 19 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/tools/perf/ |
| H A D | builtin-mem.c | 24 #include "util/sort.h" 331 char sort[128]; in get_sort_order() 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, " in get_sort_order() 332 char sort[128]; get_sort_order() local [all...] |
| H A D | builtin-kmem.c | 517 struct sort_dimension *sort; in __page_stat__findnew_alloc() 525 list_for_each_entry(sort, &page_alloc_sort_input, list) { in __page_stat__findnew_alloc() 526 cmp = sort->cmp(pstat, data); in __page_stat__findnew_alloc() 572 struct sort_dimension *sort; in __page_stat__findnew_caller() 580 list_for_each_entry(sort, &page_caller_sort_input, list) { in __page_stat__findnew_caller() 581 cmp = sort->cmp(pstat, data); in __page_stat__findnew_caller() 1291 struct sort_dimension *sort; in sort_slab_insert() 1300 list_for_each_entry(sort, sort_list, list) { in __sort_slab_result() 1301 cmp = sort->cmp(data, this); in __sort_slab_result() 1338 struct sort_dimension *sort; in sort_page_insert() 516 struct sort_dimension *sort; __page_stat__findnew_alloc() local 571 struct sort_dimension *sort; __page_stat__findnew_caller() local 1268 struct sort_dimension *sort; sort_slab_insert() local 1315 struct sort_dimension *sort; sort_page_insert() local 1679 struct sort_dimension *sort; slab_sort_dimension__add() local 1699 struct sort_dimension *sort; page_sort_dimension__add() local [all...] |
| /linux/scripts/coccinelle/api/ |
| H A D | check_bq27xxx_data.cocci | 84 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/tools/testing/selftests/rcutorture/bin/ |
| H A D | kcsan-collapse.sh | 20 sort | 22 sort -k1nr > $1/kcsan.sum
|
| H A D | kvm-series.sh | 93 sha1=${sha_n}.${sha} # Enable "sort -k1nr" to list commits in order. 248 sort | uniq -c | sort -k2n | tee -a $T/log
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-kvm.txt | 101 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).
|
| H A D | perf-mem.txt | 100 --sort=<key>:: 119 And the default sort keys are changed to local_weight, mem, sym, dso, 141 the debug information and it will change the default sort keys to: 179 sort keys ("mem" and "snoop"). So unlike other fields and sort keys, they'll 180 behave differently when it's used by -F/--fields or -s/--sort. 193 But using the same name for sort keys will aggregate samples for each type
|
| /linux/tools/perf/trace/beauty/ |
| H A D | vhost_virtio_ioctl.sh | 10 sort | xargs printf "\t[%s] = \"%s\",\n" 17 sort | xargs printf "\t[%s] = \"%s\",\n"
|
| H A D | prctl_option.sh | 10 sort -n | xargs printf "\t[%s] = \"%s\",\n" 17 sort -n | xargs printf "\t[%s] = \"%s\",\n"
|
| H A D | usbdevfs_ioctl.sh | 13 sort | xargs printf "\t[%s] = \"%s\",\n" 20 sort | xargs printf "\t[%s] = \"%s\",\n"
|
| H A D | socket.sh | 17 sort -n | xargs printf "\t[%s] = \"%s\",\n" 25 sort -n | xargs printf "\t[%s] = \"%s\",\n"
|
| /linux/scripts/ |
| H A D | link-vmlinux.sh | 151 ${NM} -S ${1} > .tmp_vmlinux.nm-sort 152 ${objtree}/scripts/sorttable -s .tmp_vmlinux.nm-sort ${1} 158 rm -f .tmp_vmlinux.nm-sort 282 echo >&2 Failed to sort kernel tables
|
| H A D | Makefile.build | 54 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m))) 57 subdir-ym := $(sort $(subdir-y) $(subdir-m) \ 83 multi-search = $(sort $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $m))) 137 # subdir-builtin and subdir-modorder may contain duplications. Use $(sort ...) 138 subdir-builtin := $(sort $(filter %/built-in.a, $(real-obj-y))) 139 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m))) 523 # $(sort ...) is used here to remove duplicated words and excessive spaces. 524 hostprogs := $(sort $(hostprogs)) 529 # $(sort ...) is used here to remove duplicated words and excessive spaces. 530 userprogs := $(sort [all...] |
| H A 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)))
|
| H A D | diffconfig | 109 old.sort() 121 changed.sort()
|
| /linux/tools/memory-model/scripts/ |
| H A D | newlitmushist.sh | 50 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/tools/testing/selftests/drivers/net/hw/ |
| H A D | ethtool_lib.sh | 101 <(printf '%s\n' "${dev1_speeds[@]}" | sort -u) \ 102 <(printf '%s\n' "${dev2_speeds[@]}" | sort -u)
|
| /linux/samples/hid/ |
| H A D | Makefile.target | 19 __tprogs := $(sort $(tprogs-y)) 31 tprog-cobjs := $(sort $(foreach m,$(__tprogs),$($(m)-objs)))
|
| /linux/samples/bpf/ |
| H A D | Makefile.target | 19 __tprogs := $(sort $(tprogs-y)) 31 tprog-cobjs := $(sort $(foreach m,$(__tprogs),$($(m)-objs)))
|
| /linux/tools/lib/bpf/ |
| H A D | Makefile | 10 sort -rV | head -n1 | cut -d'_' -f2) 122 sort -u | wc -l) 126 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l) 190 sort -u > $(OUTPUT)libbpf_global_syms.tmp; \ 195 sort -u > $(OUTPUT)libbpf_versioned_syms.tmp; \
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_integrity_02.sh | 12 if ! sort --version-sort --check=quiet <(printf "%s\n%s\n" "$min_fio_version" "$fio_version"); then
|
| /linux/tools/testing/selftests/ftrace/test.d/filter/ |
| H A D | event-filter-function.tc | 31 …at trace | grep -o 'call_site=\([^+]*\)' | sed 's/call_site=//' | sort | uniq -c | sort | tail -n …
|
| /linux/tools/testing/selftests/net/ |
| H A D | toeplitz.sh | |
| /linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_set_ftrace_file.tc | 125 cat set_ftrace_filter | grep -v '#' | cut -d' ' -f1 | cut -d':' -f1 | sort -u > $TMPDIR/actual 131 cat available_filter_functions | cut -d' ' -f1 | grep 'lock' | sort -u > $TMPDIR/expected
|