Home
last modified time | relevance | path

Searched refs:parallelism (Results 1 – 25 of 27) sorted by relevance

12

/linux/tools/perf/util/
H A Daddr_location.h24 int parallelism; member
H A Daddr_location.c19 al->parallelism = 1; in addr_location__init()
H A Devent.c844 al->parallelism = max(1, min(machine->parallelism, machine__nr_cpus_avail(machine))); in machine__resolve()
845 if (test_bit(al->parallelism, symbol_conf.parallelism_filter)) in machine__resolve()
852 al->latency = sample->period * 1000 / al->parallelism; in machine__resolve()
H A Dmachine.h58 int parallelism; member
H A Dsort.c1052 /* --sort parallelism */ in hist_entry__socket_filter()
1057 return right->parallelism - left->parallelism; in hist_entry__socket_filter()
1067 return test_bit(he->parallelism, parallelism_filter);
1073 return repsep_snprintf(bf, size, "%*d", width, he->parallelism); in sort__time_cmp()
2753 DIM(SORT_PARALLELISM, "parallelism", sort_parallelism), in __sort__hpp_width()
2971 MK_SORT_ENTRY_CHK(parallelism) in __sort_dimension__add_hpp_sort()
H A Dhist.h190 * parallelism at the time of the sample). This represents effect of
263 int parallelism;
262 int parallelism; global() member
H A Dhist.c827 .parallelism = al->parallelism, in __hists__add_entry()
2325 if (test_bit(he->parallelism, hists->parallelism_filter)) { in hists__filter_entry_by_parallelism()
H A Dmachine.c100 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/tests/shell/base_report/
H A Dtest_basic.sh266 $CMD_PERF report --hierarchy --sort latency,parallelism,comm,symbol --parallelism=1,2 --stdio -i $C…
/linux/drivers/net/ethernet/sfc/
H A Defx_channels.c127 unsigned int parallelism) in efx_allocate_msix_channels() argument
129 unsigned int n_channels = parallelism; in efx_allocate_msix_channels()
232 efx->n_rx_channels = min(efx->n_rx_channels, parallelism); in efx_allocate_msix_channels()
233 efx->n_tx_channels = min(efx->n_tx_channels, parallelism); in efx_allocate_msix_channels()
259 unsigned int parallelism = efx_wanted_parallelism(efx); in efx_probe_interrupts() local
264 extra_channels, parallelism); in efx_probe_interrupts()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx_channels.c128 unsigned int parallelism) in efx_allocate_msix_channels() argument
130 unsigned int n_channels = parallelism; in efx_allocate_msix_channels()
233 efx->n_rx_channels = min(efx->n_rx_channels, parallelism); in efx_allocate_msix_channels()
234 efx->n_tx_channels = min(efx->n_tx_channels, parallelism); in efx_allocate_msix_channels()
260 unsigned int parallelism = efx_wanted_parallelism(efx); in efx_siena_probe_interrupts() local
265 extra_channels, parallelism); in efx_siena_probe_interrupts()
/linux/tools/perf/Documentation/
H A Dperf-report.txt71 --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
473 and/or --parallelism options and Zoom operations on the TUI (thread, dso, etc).
H A Dtopdown.txt143 as the parallelism and overlap in the CPU program execution will
/linux/Documentation/block/
H A Dblk-mq.rst10 benefiting from the parallelism offered by modern storage devices.
29 device to the operating system. In order to take advantage of the parallelism
/linux/Documentation/arch/arm/
H A Dkernel_mode_neon.rst111 parallelism, and generates NEON code from ordinary C source code. This is fully
H A Dcluster-pm-race-avoidance.rst280 The parallelism of the inbound and outbound CPUs is observed by
/linux/Documentation/core-api/
H A Dpadata.rst116 true parallelism is achieved by submitting multiple jobs. parallel() runs with
/linux/Documentation/networking/
H A Dkcm.rst236 to the same TCP connection. This allows parallelism between in I/O
/linux/Documentation/staging/
H A Dcrc32.rst141 the parallelism. With the classic Sarwate algorithm, each table lookup
/linux/lib/crypto/x86/
H A Dsha512-ssse3-asm.S164 # stitched to take advantage of instruction-level parallelism.
H A Dsha512-avx-asm.S169 # stitched to take advantage of instruction-level parallelism.
/linux/Documentation/admin-guide/hw-vuln/
H A Dcore-scheduling.rst206 parallelism of the untrusted tasks, it would still solve the above issues while
/linux/Documentation/mm/
H A Dmultigen_lru.rst244 the old generation) and improves parallelism;
/linux/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst160 - Increased process-level parallelism when handling received packets.
/linux/tools/perf/
H A Dbuiltin-report.c333 if (al.parallelism == 1) in process_sample_event()
1418 OPT_STRING(0, "parallelism", &symbol_conf.parallelism_list_str, "parallelism", in cmd_report()
1419 "only consider these parallelism levels (cpu set format)"), in cmd_report()
1761 strstr(sort_order, "parallelism"))) || in cmd_report()
1763 strstr(field_order, "parallelism")))) { in cmd_report()
1765 ui__error("Use of latency profile or parallelism is incompatible with --disable-order.\n"); in cmd_report()
1767 ui__error("Use of latency profile or parallelism requires --latency flag during record.\n"); in cmd_report()
1772 * latency/parallelism explicitly, just don't show it. in cmd_report()

12