Searched refs:order (Results 1 – 25 of 29) sorted by relevance
12
/tools/testing/fault-injection/ |
D | failcmd.sh | 51 --ignore-gfp-highmem=value, --min-order=value 93 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,ignore-gfp-highmem:,min-order: 193 --min-order) 194 echo $2 > $FAULTATTR/min-order
|
/tools/virtio/virtio-trace/ |
D | README | 15 3) A controller thread does poll() for a start order of a host. 16 4) After the controller of the trace agent receives a start order from a host, 20 6) If the controller receives a stop order from a host, the read/write threads 103 read/write threads in the agent wait for start order from host. If you add -o 113 A host injects read start order to the guest via virtio-serial. 117 A host injects read stop order to the guest via virtio-serial.
|
/tools/power/cpupower/debug/kernel/ |
D | Makefile | 16 - rm -rf .tmp_versions* Module.symvers modules.order
|
/tools/virtio/ |
D | Makefile | 13 vhost_test/Module.symvers vhost_test/modules.order *.d
|
/tools/vm/ |
D | slabinfo.c | 34 int order, poison, reclaim_account, red_zone; member 327 return s->slabs * (page_size << s->order); in slab_size() 508 s->name, s->aliases, s->order, s->objects); in report() 522 s->slabs * (page_size << s->order)); in report() 527 page_size << s->order, s->partial, onoff(s->poison), in report() 528 s->slabs * (page_size << s->order) - s->objects * s->object_size); in report() 534 ((page_size << s->order) - s->objs_per_slab * s->slab_size) * in report() 603 s->order_fallback, s->order, s->cmpxchg_double_fail, in slabcache() 609 s->objs_per_slab, s->order, in slabcache() 612 (s->slabs * (page_size << s->order)) : 100, in slabcache() [all …]
|
/tools/perf/util/ |
D | sort.h | 221 bool is_strict_order(const char *order);
|
D | callchain.h | 64 enum chain_order order; member
|
D | callchain.c | 132 callchain_param.order = ORDER_CALLER; in parse_callchain_order() 136 callchain_param.order = ORDER_CALLEE; in parse_callchain_order()
|
D | util.c | 22 .order = ORDER_CALLEE,
|
D | sort.c | 1727 bool is_strict_order(const char *order) in is_strict_order() argument 1729 return order && (*order != '+'); in is_strict_order()
|
D | machine.c | 1405 if (callchain_param.order == ORDER_CALLEE) in machine__resolve_callchain_sample()
|
/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 46 kernel dso to vmlinux in order to support annotation.
|
D | perf-report.txt | 162 -g [type,min[,limit],order[,key]]:: 165 limit and order. 172 order can be either:
|
D | perf-script.txt | 132 The arguments are processed in the order received. A later usage can 143 Alternatively, consider the order:
|
D | perf-diff.txt | 93 --order::
|
D | perf-script-perl.txt | 127 functions in any order.
|
D | perf-script-python.txt | 526 functions in any order.
|
/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 2 in order to allow an initrd to be built into your kernel. The trick
|
/tools/perf/ |
D | design.txt | 162 * in increasing order of bit value, after the counter value. 453 So to start with, in order to add HAVE_PERF_EVENTS to your Kconfig, you 462 should select PERF_USE_VMALLOC in order to avoid these for perf mmap().
|
D | builtin-report.c | 721 callchain_param.order = ORDER_CALLER; in cmd_report()
|
D | builtin-timechart.c | 500 if (callchain_param.order == ORDER_CALLEE) in cat_backtrace()
|
/tools/usb/usbip/ |
D | INSTALL | 67 all sorts of other programs in order to regenerate files that came 188 variables may be lost. In order to avoid this problem, you should set
|
D | COPYING | 199 conditions are imposed on you (whether by court order, agreement or
|
/tools/firewire/ |
D | nosy-dump.c | 674 #error unsupported byte order.
|
/tools/power/cpupower/po/ |
D | de.po | 113 msgid "\t -m: show specific CPU sleep monitors only (in same order)\n"
|
12