| /linux/tools/perf/tests/shell/base_report/ |
| H A D | test_basic.sh | 266 $CMD_PERF report --hierarchy --sort latency,parallelism,comm,symbol --parallelism=1,2 --stdio -i $C…
|
| /linux/tools/perf/util/ |
| H A D | event.c | 795 al->parallelism = max(1, min(machine->parallelism, machine__nr_cpus_avail(machine))); in machine__resolve() 796 if (test_bit(al->parallelism, symbol_conf.parallelism_filter)) in machine__resolve() 803 al->latency = sample->period * 1000 / al->parallelism; in machine__resolve()
|
| H A D | machine.h | 58 int parallelism; member
|
| H A D | sort.c | 937 return right->parallelism - left->parallelism; in sort__parallelism_cmp() 947 return test_bit(he->parallelism, parallelism_filter); in hist_entry__parallelism_filter() 953 return repsep_snprintf(bf, size, "%*d", width, he->parallelism); in hist_entry__parallelism_snprintf() 2829 MK_SORT_ENTRY_CHK(parallelism) in MK_SORT_ENTRY_CHK()
|
| H A D | hist.h | 262 int parallelism; member
|
| H A D | hist.c | 824 .parallelism = al->parallelism, in __hists__add_entry() 2322 if (test_bit(he->parallelism, hists->parallelism_filter)) { in hists__filter_entry_by_parallelism()
|
| H A D | machine.c | 100 machine->parallelism = 1; in machine__init() 722 machine->parallelism += out ? -1 : 1; in machine__process_switch_event() 1937 machine->parallelism--; in machine__process_exit_event()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-report.txt | 71 --parallelism:: 72 Only consider these parallelism levels. Parallelism level is the number 76 is doing during sequential/low-parallelism phases as compared to 77 high-parallelism phases. This option will affect the percentage of 106 - parallelism: number of running threads at the time of sample 466 and/or --parallelism options and Zoom operations on the TUI (thread, dso, etc).
|
| H A D | topdown.txt | 143 as the parallelism and overlap in the CPU program execution will
|
| /linux/Documentation/block/ |
| H A D | blk-mq.rst | 10 benefiting from the parallelism offered by modern storage devices. 29 device to the operating system. In order to take advantage of the parallelism
|
| H A D | bfq-iosched.rst | 345 parallelism).
|
| /linux/Documentation/arch/arm/ |
| H A D | kernel_mode_neon.rst | 111 parallelism, and generates NEON code from ordinary C source code. This is fully
|
| H A D | cluster-pm-race-avoidance.rst | 280 The parallelism of the inbound and outbound CPUs is observed by
|
| /linux/Documentation/core-api/ |
| H A D | padata.rst | 116 true parallelism is achieved by submitting multiple jobs. parallel() runs with
|
| /linux/Documentation/networking/ |
| H A D | kcm.rst | 236 to the same TCP connection. This allows parallelism between in I/O
|
| H A D | scaling.rst | 12 networking stack to increase parallelism and improve performance for
|
| /linux/Documentation/staging/ |
| H A D | crc32.rst | 141 the parallelism. With the classic Sarwate algorithm, each table lookup
|
| /linux/lib/crypto/x86/ |
| H A D | sha512-ssse3-asm.S | 164 # stitched to take advantage of instruction-level parallelism.
|
| H A D | sha512-avx-asm.S | 169 # stitched to take advantage of instruction-level parallelism.
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | core-scheduling.rst | 206 parallelism of the untrusted tasks, it would still solve the above issues while
|
| /linux/Documentation/mm/ |
| H A D | multigen_lru.rst | 244 the old generation) and improves parallelism;
|
| /linux/Documentation/dev-tools/ |
| H A D | coccinelle.rst | 134 the parallelism, set the J= variable. For example, to run across 4 CPUs::
|
| /linux/Documentation/networking/device_drivers/ethernet/amazon/ |
| H A D | ena.rst | 160 - Increased process-level parallelism when handling received packets.
|
| /linux/tools/perf/ |
| H A D | builtin-report.c | 338 if (al.parallelism == 1) in process_sample_event()
|
| /linux/Documentation/driver-api/mtd/ |
| H A D | nand_ecc.rst | 465 Very weird. Guess it has to do with caching or instruction parallelism
|