Home
last modified time | relevance | path

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

1234567891011

/Linux-v4.19/tools/perf/util/
Dgenerate-cmdlist.sh14 sort |
28 sort |
43 sort |
/Linux-v4.19/scripts/
DMakefile.host24 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
25 host-cshlib := $(sort $(hostlibs-y) $(hostlibs-m))
26 host-cxxshlib := $(sort $(hostcxxlibs-y) $(hostcxxlibs-m))
38 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
46 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
49 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs))))
50 host-cxxshobjs := $(sort $(foreach m,$(host-cxxshlib),$($(m:.so=-objs))))
Dadjust_autoksyms.sh62 done | sort -u |
76 sort "$cur_ksyms_file" "$new_ksyms_file" | uniq -u |
DMakefile.lib21 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
42 subdir-ym := $(sort $(subdir-y) $(subdir-m))
45 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
46 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-…
48 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
82 modname-multi = $(subst $(space),:,$(sort $(foreach m,$(multi-used),\
DMakefile.clean29 subdir-ym := $(sort $(subdir-y) $(subdir-m))
30 subdir-ymn := $(sort $(subdir-ym) $(subdir-))
Ddiffconfig109 old.sort()
121 changed.sort()
DMakefile.modpost64 MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u
146 cmd_files := $(wildcard $(foreach f,$(sort $(targets)),$(dir $(f)).$(notdir $(f)).cmd))
/Linux-v4.19/scripts/coccinelle/api/
Dcheck_bq27xxx_data.cocci83 List.sort compare i1regs_vals = List.sort compare i2regs_vals
119 List.sort compare i1dmregs_vals = List.sort compare i2dmregs_vals
155 List.sort compare i1props_vals = List.sort compare i2props_vals
/Linux-v4.19/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-v4.19/tools/perf/trace/beauty/
Dvhost_virtio_ioctl.sh9 sort | xargs printf "\t[%s] = \"%s\",\n"
16 sort | xargs printf "\t[%s] = \"%s\",\n"
Dprctl_option.sh9 sort -n | xargs printf "\t[%s] = \"%s\",\n"
16 sort -n | xargs printf "\t[%s] = \"%s\",\n"
Darch_errno_names.sh63 |sort -t, -k2 -nu \
93 …h in $(find $toolsdir/arch -maxdepth 1 -mindepth 1 -type d -printf "%f\n" | grep -v x86 | sort); do
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscalltbl100 |sort -k1 -n \
145 |sort -k1 -n \
160 |sort -n \
/Linux-v4.19/tools/perf/
Dbuiltin-kmem.c491 struct sort_dimension *sort; in __page_stat__findnew_alloc() local
499 list_for_each_entry(sort, &page_alloc_sort_input, list) { in __page_stat__findnew_alloc()
500 cmp = sort->cmp(pstat, data); in __page_stat__findnew_alloc()
546 struct sort_dimension *sort; in __page_stat__findnew_caller() local
554 list_for_each_entry(sort, &page_caller_sort_input, list) { in __page_stat__findnew_caller()
555 cmp = sort->cmp(pstat, data); in __page_stat__findnew_caller()
1251 struct sort_dimension *sort; in sort_slab_insert() local
1260 list_for_each_entry(sort, sort_list, list) { in sort_slab_insert()
1261 cmp = sort->cmp(data, this); in sort_slab_insert()
1298 struct sort_dimension *sort; in sort_page_insert() local
[all …]
Dbuiltin-diff.c1150 fmt->sort = hist_entry__cmp_baseline; in data__hpp_register()
1154 fmt->sort = hist_entry__cmp_delta; in data__hpp_register()
1158 fmt->sort = hist_entry__cmp_ratio; in data__hpp_register()
1162 fmt->sort = hist_entry__cmp_wdiff; in data__hpp_register()
1166 fmt->sort = hist_entry__cmp_delta_abs; in data__hpp_register()
1169 fmt->sort = hist_entry__cmp_nop; in data__hpp_register()
1237 fmt->sort = hist_entry__cmp_delta_idx; in ui_init()
1240 fmt->sort = hist_entry__cmp_ratio_idx; in ui_init()
1243 fmt->sort = hist_entry__cmp_wdiff_idx; in ui_init()
1246 fmt->sort = hist_entry__cmp_delta_abs_idx; in ui_init()
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh32 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
Dkvm.sh237 sort -k2nr $T/cfgcpu -T="$T" > $T/cfgcpu.sort
240 awk < $T/cfgcpu.sort > $T/cfgcpu.pack -v ncpus=$cpus '
/Linux-v4.19/lib/
Dsort.c62 void sort(void *base, size_t num, size_t size, in sort() function
106 EXPORT_SYMBOL(sort);
/Linux-v4.19/scripts/dtc/
Ddtc.c173 bool force = false, sort = false; in main() local
245 sort = true; in main()
339 if (sort) in main()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dqp.c797 int sort[MLX4_NUM_QP_REGION]; in mlx4_init_qp_table() local
802 sort[i] = i; in mlx4_init_qp_table()
806 if (dev->caps.reserved_qps_cnt[sort[j]] > in mlx4_init_qp_table()
807 dev->caps.reserved_qps_cnt[sort[j - 1]]) in mlx4_init_qp_table()
808 swap(sort[j], sort[j - 1]); in mlx4_init_qp_table()
813 last_base -= dev->caps.reserved_qps_cnt[sort[i]]; in mlx4_init_qp_table()
814 dev->caps.reserved_qps_base[sort[i]] = last_base; in mlx4_init_qp_table()
816 dev->caps.reserved_qps_cnt[sort[i]]; in mlx4_init_qp_table()
/Linux-v4.19/Documentation/trace/
Dhistogram.rst27 [:sort=<field1[,field2,...]>][:size=#entries][:pause][:continue]
46 Additionally, sort keys consisting of up to two fields can be
47 specified by the 'sort' keyword. If more than one field is
48 specified, the result will be a 'sort within a sort': the first key
49 is taken to be the primary sort key and the second the secondary
121 The 'sort' parameter can be used to specify a value field to sort
122 on. The default if unspecified is 'hitcount' and the default sort
123 order is 'ascending'. To sort in the opposite direction, append
124 .descending' to the sort key.
259 # trigger info: hist:keys=call_site:vals=bytes_req:sort=hitcount:size=2048 [active]
[all …]
/Linux-v4.19/tools/perf/Documentation/
Dperf-report.txt72 --sort=::
74 in CSV format. Following sort keys are available:
110 (i.e. --sort comm,dso,symbol)
112 If --branch-stack option is used, following sort keys are also
126 And default sort keys are changed to comm, dso_from, symbol_from, dso_to
129 If the --mem-mode option is used, the following sort keys are also available
143 And the default sort keys are changed to local_weight, mem, sym, dso,
146 If the data file has tracepoint event(s), following (dynamic) sort keys
165 has the same effect for all dynamic sort keys.
167 The default sort keys are changed to 'trace' if all events in the data
[all …]
Dperf-config.txt113 sort-key = function
117 sort-order = comm,dso,symbol
131 To modify the sort order of report functionality in user config file(i.e. `~/.perfconfig`), do
133 % perf config --user report sort-order=srcline
148 To query the config value of sort order of call graph in user config file (i.e. `~/.perfconfig`), do
150 % perf config --user call-graph.sort-order
416 call-graph.sort-key::
418 The sort-key option determines a way to compare the callchains.
419 A value of 'sort-key' can be 'function' or 'address'.
434 Allows changing the default sort order from "comm,dso,symbol" to
[all …]
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_set_ftrace_file.tc132 cat set_ftrace_filter | grep -v '#' | cut -d' ' -f1 | cut -d':' -f1 | sort -u > $TMPDIR/actual
138 cat available_filter_functions | cut -d' ' -f1 | grep 'lock' | sort -u > $TMPDIR/expected
/Linux-v4.19/include/linux/
Dsort.h7 void sort(void *base, size_t num, size_t size,

1234567891011