Home
last modified time | relevance | path

Searched full:sort (Results 1 – 25 of 106) sorted by relevance

12345

/Documentation/mm/
Dpage_owner.rst149 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 …]
Dnuma.rst20 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
Dallocation-profiling.rst41 root@moria-kvm:~# sort -g /proc/allocinfo|tail|numfmt --to=iec
/Documentation/translations/zh_CN/mm/
Dpage_owner.rst103 --sort <order> 指定排序顺序。排序的语法是[+|-]key[,[+|-]key[,...]]。从
108 ./page_owner_sort <input> <output> --sort=n,+pid,-tgid
109 ./page_owner_sort <input> <output> --sort=at
/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
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 …]
Dtracepoint-analysis.rst224 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
Dboottime-trace.rst144 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.hist.[N.]sort = SORT1[, SORT2[...]]
145 Set histogram sort parameter options.
228 sort = lat
/Documentation/admin-guide/aoe/
Dstatus.sh30 done | sort
/Documentation/devicetree/bindings/media/cec/
Dcec-gpio.yaml18 5V lines it is 5.3V. So you may need some sort of level conversion
/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smd.yaml34 processor of some sort - or in SMD language an "edge". The name of the
/Documentation/security/tpm/
Dtpm_event_log.rst40 The firmware provides so called final events configuration table to sort
/Documentation/trace/coresight/
Dcoresight.rst567 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/
Dqcom,smd-edge.yaml14 some sort - or in SMD language an "edge". The name of the edges are not
/Documentation/filesystems/
Ddirectory-locking.rst189 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.
Dautomount-support.rst64 some sort of timed event to drive it.
/Documentation/core-api/
Dpin_user_pages.rst104 * 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
Dnetlink.rst27 sort the notifications from replies (and present them to the user
/Documentation/tools/rtla/
Dcommon_options.rst30 …rtla <command> <mode> -t -e osnoise:irq_noise --trigger="hist:key=desc,duration/1000:sort=desc,dur…
/Documentation/devicetree/bindings/
DMakefile19 $(DT_DOC_CHECKER) --version 2>/dev/null || echo 0; } | sort -Vc >/dev/null || \
/Documentation/driver-api/surface_aggregator/
Doverview.rst40 harder to discover and requiring us to hard-code a sort of device registry.
/Documentation/process/
D3.Early-stage.rst214 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
D2.Process.rst197 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/
Dvidioc-querycap.rst213 - 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/
Doverview.rst19 Traditional driver models implemented some sort of tree-like structure
/Documentation/admin-guide/cgroup-v1/
Dfreezer-subsystem.rst7 according to the desires of a system administrator. This sort of program

12345