/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/ |
H A D | 0004-rpm-sort-include-string.h-for-strverscmp.patch | 4 Subject: [PATCH] rpm-sort: include string.h for strverscmp 7 rpm-sort.c: In function 'package_version_compare': 8 rpm-sort.c:156:13: error: 'strverscmp' undeclared (first use in this function) 16 rpm-sort.c | 1 + 19 diff --git a/rpm-sort.c b/rpm-sort.c 21 --- a/rpm-sort.c 22 +++ b/rpm-sort.c
|
H A D | 0002-Add-another-variable-LIBS-to-provides-libraries-from.patch | 25 all: grubby rpm-sort 30 rpm-sort::rpm-sort.o 35 rm -f *.o grubby rpm-sort *~
|
/openbmc/linux/Documentation/mm/ |
H A D | page_owner.rst | 101 If you want to sort by the page nums of buf, use the ``-m`` parameter. 106 Sort: 107 -a Sort by memory allocation time. 108 -m Sort by total memory. 109 -p Sort by pid. 110 -P Sort by tgid. 111 -n Sort by task command name. 112 -r Sort by memory release time. 113 -s Sort by stack trace. 114 -t Sort by times (default). [all …]
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/ |
H A D | trigger-hist-syntax-errors.tc | 10 check_error 'hist:keys=common_pid:vals=bytes_req:sort=common_pid,^junk' # INVALID_SORT_FIELD 11 check_error 'hist:keys=common_pid:vals=bytes_req:^sort=' # EMPTY_ASSIGNMENT 12 check_error 'hist:keys=common_pid:vals=bytes_req:^sort=common_pid,' # EMPTY_SORT_FIELD 13 check_error 'hist:keys=common_pid:vals=bytes_req:sort=common_pid.^junk' # INVALID_SORT_MODIFIER 14 check_error 'hist:keys=common_pid:vals=bytes_req,bytes_alloc:^sort=common_pid,bytes_req,bytes_alloc…
|
/openbmc/linux/scripts/ |
H A D | module.lds.S | 19 __ksymtab 0 : { *(SORT(___ksymtab+*)) } 20 __ksymtab_gpl 0 : { *(SORT(___ksymtab_gpl+*)) } 21 __kcrctab 0 : { *(SORT(___kcrctab+*)) } 22 __kcrctab_gpl 0 : { *(SORT(___kcrctab_gpl+*)) } 24 .ctors 0 : ALIGN(8) { *(SORT(.ctors.*)) *(.ctors) } 25 .init_array 0 : ALIGN(8) { *(SORT(.init_array.*)) *(.init_array) }
|
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | syslog-controller.html | 53 <button class="sort-ascending" ng-click="sortBy('Id', false)"></button> 54 <button class="sort-descending" ng-click="sortBy('Id', true)"></button> 60 <button class="sort-ascending" ng-click="sortBy('Created', false)"></button> 61 <button class="sort-descending" ng-click="sortBy('Created', true)"></button> 67 <button class="sort-ascending" ng-click="sortBy('Name', false)"></button> 68 <button class="sort-descending" ng-click="sortBy('Name', true)"></button> 74 <button class="sort-ascending" ng-click="sortBy('SensorType', false)"></button> 75 <button class="sort-descending" ng-click="sortBy('SensorType', true)"></button> 81 <button class="sort-ascending" ng-click="sortBy('Severity', false)"></button> 82 <button class="sort-descending" ng-click="sortBy('Severity', true)"></button>
|
/openbmc/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-report.txt | 72 --sort=:: 73 Sort histogram entries by given key(s) - multiple keys can be specified 74 in CSV format. Following sort keys are available: 123 (i.e. --sort comm,dso,symbol) 125 If --branch-stack option is used, following sort keys are also 139 And default sort keys are changed to comm, dso_from, symbol_from, dso_to 142 When the sort key symbol is specified, columns "IPC" and "IPC Coverage" 150 If the --mem-mode option is used, the following sort keys are also available 166 And the default sort keys are changed to local_weight, mem, sym, dso, 170 If the data file has tracepoint event(s), following (dynamic) sort keys [all …]
|
H A D | perf-top.txt | 54 --group-sort-idx:: 55 Sort the output by the event at the index n in group. If n is invalid, 56 sort by the first event. It can support multiple groups with different 128 --sort:: 129 Sort by key(s): pid, comm, dso, symbol, parent, srcline, weight, 131 Please see description of --sort in the perf-report man page. 137 Also it can contain any sort key(s). 139 By default, every sort keys not specified in --field will be appended 286 'cgroup_id' sort key. 302 'cgroup' sort key.
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | package.py | 14 # version1, version2, sort order 45 for ver1, ver2, sort in self.tests: 46 op = { -1: "<<", 0: "=", 1: ">>" }[sort] 51 op = { -1: ">>", 0: ">>", 1: "<<" }[sort] 56 op = { -1: "=", 0: "<<", 1: "=" }[sort] 61 for ver1, ver2, sort in self.tests: 62 op = { -1: "<<", 0: "=", 1: ">>" }[sort] 67 op = { -1: ">>", 0: ">>", 1: "<<" }[sort] 72 op = { -1: "=", 0: "<<", 1: "=" }[sort] 81 for ver1, ver2, sort in self.tests: [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_toastertable_ui.py | 56 Test that sort order for a table reverts to the default sort order 57 if the current sort column is hidden. 110 # sort by started_on column 117 # wait for table data to reload in response to new sort 137 # wait for table data to reload in response to new sort 143 'table should be sorted by "Completed on" after hiding sort column')
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0001-missing_type.h-add-comparison_fn_t.patch | 19 src/basic/sort-util.h | 1 + 35 diff --git a/src/basic/sort-util.h b/src/basic/sort-util.h 37 --- a/src/basic/sort-util.h 38 +++ b/src/basic/sort-util.h
|
/openbmc/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 | \
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0003-missing_type.h-add-comparison_fn_t.patch | 19 src/basic/sort-util.h | 1 + 35 diff --git a/src/basic/sort-util.h b/src/basic/sort-util.h 37 --- a/src/basic/sort-util.h 38 +++ b/src/basic/sort-util.h
|
/openbmc/phosphor-webui/app/common/components/table/ |
H A D | table.html | 41 <!-- Sort icons --> 42 <button class="sort-icon" 44 aria-label="sort {{headerItem.label}}"> 48 'sort-icon--descending': !$ctrl.sortAscending, 49 'sort-icon--ascending' : $ctrl.sortAscending }" 50 class="sort-icon--active" 53 class="sort-icon--inactive"
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | ldap-user-roles.html | 44 <div class="table__cell-sort"> 47 class="sort-ascending" 48 aria-label="sort group names in ascending order" 53 class="sort-descending" 54 aria-label="sort group names in descending order" 63 <div class="table__cell-sort"> 66 class="sort-ascending" 67 aria-label="sort group privileges in ascending order" 72 class="sort-descending" 73 aria-label="sort group privileges in descending order"
|
/openbmc/openbmc/poky/scripts/ |
H A D | task-time | 34 "--sort", 38 The measurement to sort the output by. Defaults to 'none', which means to sort 108 if args.sort != "none": 110 task_infos.sort(key=sort_fn[args.sort], reverse=True)
|
/openbmc/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
|
/openbmc/linux/tools/perf/util/ |
H A D | generate-cmdlist.sh | 14 sort | 28 sort | 43 sort | 58 sort |
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | determinism.patch | 10 b) Sort the order of the module lists from configure_mods.sh since otherwise 14 c) Sort the Encode::Byte byte_t.fnm file output (and the makefile depends whilst 39 + foreach my $file (sort (@{$tables{$table}})) 48 + foreach my $file (sort (@{$tables{$table}}))
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/event/ |
H A D | subsystem-enable.tc | 21 count=`head -n 100 trace | grep -v ^# | awk '{ print $5 }' | sort -u | wc -l` 32 count=`head -n 100 trace | grep -v ^# | awk '{ print $5 }' | sort -u | wc -l` 43 count=`head -n 100 trace | grep -v ^# | awk '{ print $5 }' | sort -u | wc -l`
|
/openbmc/linux/kernel/ |
H A D | range.c | 8 #include <linux/sort.h> 155 /* sort them */ in clean_sort_range() 156 sort(range, nr_range, sizeof(struct range), cmp_range, NULL); in clean_sort_range() 163 /* sort them */ in sort_range() 164 sort(range, nr_range, sizeof(struct range), cmp_range, NULL); in sort_range()
|
/openbmc/u-boot/lib/ |
H A D | list_sort.c | 28 /* if equal, take 'a' -- important for sort stability */ in merge() 58 /* if equal, take 'a' -- important for sort stability */ in merge_and_restore_back_links() 90 * list_sort - sort a list 92 * @head: the list to sort 95 * This function implements "merge sort", which has O(nlog(n)) 99 * should sort before @b, and a positive value if @a should sort after
|
/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Core.pm | 39 foreach my $idx (sort {$a <=> $b} keys %trace_flags) { 69 foreach my $idx (sort {$a <=> $b} keys %{$flag_fields{$event_name}{$field_name}{"values"}}) { 109 foreach my $idx (sort {$a <=> $b} keys %{$flag_fields{$event}{$field}{"values"}}) { 121 foreach my $idx (sort {$a <=> $b} keys %{$symbolic_fields{$event_name}{$field_name}{"values"}}) { 155 foreach my $idx (sort {$a <=> $b} keys %{$symbolic_fields{$event}{$field}{"values"}}) {
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/ |
H A D | 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch | 4 Subject: [PATCH] AsmMatcherEmitter: sort ClassInfo lists by name as well 7 every other field and therefore sort non-reproducibly 27 + // All else being equal, we should sort by name, for source and binary reproducibility
|