Searched full:sort (Results 1 – 25 of 106) sorted by relevance
12345
| /Documentation/mm/ |
| D | page_owner.rst | 149 If you want to sort by the page nums of buf, use the ``-m`` parameter. 154 Sort: 155 -a Sort by memory allocation time. 156 -m Sort by total memory. 157 -p Sort by pid. 158 -P Sort by tgid. 159 -n Sort by task command name. 160 -r Sort by memory release time. 161 -s Sort by stack trace. 162 -t Sort by times (default). [all …]
|
| D | numa.rst | 20 connected together with some sort of system interconnect--e.g., a crossbar or 66 application features on non-NUMA platforms, and as a sort of memory resource
|
| D | allocation-profiling.rst | 41 root@moria-kvm:~# sort -g /proc/allocinfo|tail|numfmt --to=iec
|
| /Documentation/translations/zh_CN/mm/ |
| D | page_owner.rst | 103 --sort <order> 指定排序顺序。排序的语法是[+|-]key[,[+|-]key[,...]]。从 108 ./page_owner_sort <input> <output> --sort=n,+pid,-tgid 109 ./page_owner_sort <input> <output> --sort=at
|
| /Documentation/trace/ |
| D | histogram.rst | 27 [: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 125 The 'sort' parameter can be used to specify a value field to sort 126 on. The default if unspecified is 'hitcount' and the default sort 127 order is 'ascending'. To sort in the opposite direction, append 128 .descending' to the sort key. 257 # trigger info: hist:keys=call_site:vals=bytes_req:sort=hitcount:size=2048 [active] [all …]
|
| D | tracepoint-analysis.rst | 224 were generating events within the kernel. To begin this sort of analysis, the 260 # (For more details, try: perf report --sort comm,dso,symbol) 289 # (For more details, try: perf report --sort comm,dso,symbol) 296 $ perf report --sort comm,dso,symbol
|
| D | boottime-trace.rst | 144 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.hist.[N.]sort = SORT1[, SORT2[...]] 145 Set histogram sort parameter options. 228 sort = lat
|
| /Documentation/admin-guide/aoe/ |
| D | status.sh | 30 done | sort
|
| /Documentation/devicetree/bindings/media/cec/ |
| D | cec-gpio.yaml | 18 5V lines it is 5.3V. So you may need some sort of level conversion
|
| /Documentation/devicetree/bindings/soc/qcom/ |
| D | qcom,smd.yaml | 34 processor of some sort - or in SMD language an "edge". The name of the
|
| /Documentation/security/tpm/ |
| D | tpm_event_log.rst | 40 The firmware provides so called final events configuration table to sort
|
| /Documentation/trace/coresight/ |
| D | coresight.rst | 567 sort example is from the AutoFDO tutorial (https://gcc.gnu.org/wiki/AutoFDO/Tutorial). 570 $ gcc-5 -O3 sort.c -o sort 571 $ taskset -c 2 ./sort 575 $ perf record -e cs_etm/@tmc_etr0/u --per-thread taskset -c 2 ./sort 582 $ create_gcov --binary=./sort --profile=inj.data --gcov=sort.gcov -gcov_version=1 583 $ gcc-5 -O3 -fauto-profile=sort.gcov sort.c -o sort_autofdo
|
| /Documentation/devicetree/bindings/remoteproc/ |
| D | qcom,smd-edge.yaml | 14 some sort - or in SMD language an "edge". The name of the edges are not
|
| /Documentation/filesystems/ |
| D | directory-locking.rst | 189 cross-directory rename of some sort. 192 if all operations had been of the "lock parent, then child" sort 202 rename and everything else is of the "lock parent, then child" sort.
|
| D | automount-support.rst | 64 some sort of timed event to drive it.
|
| /Documentation/core-api/ |
| D | pin_user_pages.rst | 104 * Given the above, we can overload the page->_refcount field by using, sort of, 105 the upper bits in that field for a dma-pinned count. "Sort of", means that, 250 This follows the same sort of behavior that get_user_pages() uses for huge
|
| D | netlink.rst | 27 sort the notifications from replies (and present them to the user
|
| /Documentation/tools/rtla/ |
| D | common_options.rst | 30 …rtla <command> <mode> -t -e osnoise:irq_noise --trigger="hist:key=desc,duration/1000:sort=desc,dur…
|
| /Documentation/devicetree/bindings/ |
| D | Makefile | 19 $(DT_DOC_CHECKER) --version 2>/dev/null || echo 0; } | sort -Vc >/dev/null || \
|
| /Documentation/driver-api/surface_aggregator/ |
| D | overview.rst | 40 harder to discover and requiring us to hard-code a sort of device registry.
|
| /Documentation/process/ |
| D | 3.Early-stage.rst | 214 problems later. For companies without that sort of in-house expertise, the 217 designed to help with this sort of situation; more information can be found
|
| D | 2.Process.rst | 197 to forget about code after merging it, that sort of behavior tends to 280 no designated subsystem tree. As a result, -mm operates as a sort of 354 time. Some sort of familiarity with git is almost a requirement for kernel 478 introduce themselves to the community will not get the sort of reception
|
| /Documentation/userspace-api/media/v4l/ |
| D | vidioc-querycap.rst | 213 - The device has some sort of tuner to receive RF-modulated video 227 - The device has some sort of modulator to emit RF-modulated
|
| /Documentation/driver-api/driver-model/ |
| D | overview.rst | 19 Traditional driver models implemented some sort of tree-like structure
|
| /Documentation/admin-guide/cgroup-v1/ |
| D | freezer-subsystem.rst | 7 according to the desires of a system administrator. This sort of program
|
12345