Home
last modified time | relevance | path

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

12345

/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 | \
Dx86_irq_vectors.sh24 sed -r "s/${regex}/\2 \1/g" | sort -n | \
/tools/perf/util/
Dgenerate-cmdlist.sh14 sort |
28 sort |
43 sort |
58 sort |
/tools/testing/selftests/rcutorture/bin/
Dkcsan-collapse.sh20 sort |
22 sort -k1nr > $1/kcsan.sum
/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"
Dperf_ioctl.sh10 sort | xargs printf "\t[%s] = \"%s\",\n"
Dpkey_alloc_access_rights.sh10 sort | xargs printf "\t[%s ? (ilog2(%s) + 1) : 0] = \"%s\",\n"
Dmadvise_behavior.sh10 sort -n | xargs printf "\t[%s] = \"%s\",\n"
Dkvm_ioctl.sh11 sort | xargs printf "\t[%s] = \"%s\",\n"
Dfadvise.sh11 sort | xargs printf "\t[%s] = \"%s\",\n" | \
Dmount_flags.sh9 sed -r "s/$regex/\2 \2 \1/g" | sort -n | \
/tools/perf/
Dbuiltin-mem.c328 char sort[128]; in get_sort_order() local
331 scnprintf(sort, sizeof(sort), "--sort=%s", mem->sort_key); in get_sort_order()
333 strcpy(sort, "--sort=mem,snoop,tlb,type"); in get_sort_order()
339 strcpy(sort, "--sort=mem,sym,dso,symbol_daddr," in get_sort_order()
342 strcpy(sort, "--sort=local_weight,mem,sym,dso,symbol_daddr," in get_sort_order()
348 strcat(sort, ",phys_daddr"); in get_sort_order()
351 strcat(sort, ",data_page_size"); in get_sort_order()
354 if (mem->data_type && !strstr(sort, "type")) in get_sort_order()
355 strcat(sort, ",type"); in get_sort_order()
357 return strdup(sort); in get_sort_order()
/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).
/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
/tools/testing/selftests/ftrace/test.d/filter/
Devent-filter-function.tc27 …at trace | grep -o 'call_site=\([^+]*\)' | sed 's/call_site=//' | sort | uniq -c | sort | tail -n …
/tools/testing/selftests/drivers/net/hw/
Dethtool_lib.sh101 <(printf '%s\n' "${dev1_speeds[@]}" | sort -u) \
102 <(printf '%s\n' "${dev2_speeds[@]}" | sort -u)
/tools/perf/tests/shell/lib/
Dcoresight.sh106 uniq | sort | uniq)
112 uniq | sort | uniq)
/tools/perf/arch/mips/entry/syscalls/
Dmksyscalltbl31 |sort -k1 -n \
/tools/perf/arch/s390/entry/syscalls/
Dmksyscalltbl31 |sort -k1 -n \
/tools/testing/selftests/riscv/hwprobe/
Dsys_hwprobe.S8 # back the kernel's return. This doesn't do any sort of errno
/tools/perf/arch/powerpc/entry/syscalls/
Dmksyscalltbl38 |sort -k1 -n \
/tools/lib/bpf/
DMakefile10 sort -rV | head -n1 | cut -d'_' -f2)
134 sort -u | wc -l)
138 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l)
202 sort -u > $(OUTPUT)libbpf_global_syms.tmp; \
207 sort -u > $(OUTPUT)libbpf_versioned_syms.tmp; \

12345