Home
last modified time | relevance | path

Searched refs:cycles (Results 226 – 250 of 491) sorted by relevance

12345678910>>...20

/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/
H A D0003-Fix-mm_compaction_migratepages-changed-in-linux-6.9-.patch18 cycles and cause too many freepages to be isolated.
/openbmc/linux/tools/perf/Documentation/
H A Dperf-record.txt39 and a list of event modifiers, e.g., cpu-cycles:p. See the
190 $ sudo perf record -e cycles --filter 'mem_op == load'
191 Error: cycles event does not have PERF_SAMPLE_DATA_SRC
193 failed to set filter "BPF" on event cycles with 22 (Invalid argument)
407 If wanting to monitor, say, 'cycles' for a cgroup and also for system wide, this
408 command line can be used: 'perf stat -e cycles -G cgroup_name -a -e cycles'.
438 - no_cycles: don't save branch cycles
689 config terms. For example: 'cycles/overwrite/' and 'instructions/no-overwrite/'.
754 perf record -D -1 -e cpu-cycles -a \
H A Dperf-top.txt317 Start perf top and ask it to only consider the cycles events when a
321 perf top -e cycles,probe:icmp_rcv --switch-on=probe:icmp_rcv
324 will appear, the first for cycles and the second for the switch-on event.
326 perf top -e '{cycles,probe:icmp_rcv}' --switch-on=probe:icmp_rcv
H A Dperf-config.txt523 per event in the group, ref-cycles and cycles:
525 # group: {ref-cycles,cycles}
528 # Samples: 7K of event 'anon group { ref-cycles, cycles }'
H A Dperf-script.txt241 /v/v/v/v/cycles syntax in the following order:
247 cycles
283 sched-messaging 1414 K 28690.636582: 4590 cycles ...
284 sched-messaging 1407 U 28690.636600: 325620 cycles ...
285 sched-messaging 1414 K 28690.636608: 19473 cycles ...
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-driver-qat20 health status. High frequency Heartbeat monitoring wastes CPU cycles
H A Dsysfs-driver-w1_therm24 limited EEPROM writing cycles (typical 50k)
179 2 Enable poll for conversion completion. Generate read cycles
/openbmc/linux/arch/powerpc/perf/
H A Dhv-gpci-requests.h93 __count(0x10, 8, cycles)
/openbmc/linux/arch/powerpc/boot/dts/
H A Debony.dts302 0x00000000 0x00000000 0x00000000 /* no IACK cycles */
303 0x00000002 0x0ed00000 0x00000004 /* Special cycles */
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dnvidia,tegra20-usb-phy.yaml139 Number of 480 MHz clock cycles to wait before start of sync launches
153 Number of 480 MHz clock cycles of idle to wait before declare IDLE.
/openbmc/linux/arch/arm/mach-imx/
H A Dmmdc.c85 PMU_EVENT_ATTR_STRING(total-cycles, mmdc_pmu_total_cycles, "event=0x00")
86 PMU_EVENT_ATTR_STRING(busy-cycles, mmdc_pmu_busy_cycles, "event=0x01")
/openbmc/linux/drivers/perf/
H A Darm-cmn.c319 struct perf_event *cycles; member
870 CMN_EVENT_DTC(cycles),
1577 bool cycles; member
1593 val->cycles = true; in arm_cmn_val_add_event()
1640 ret = val->cycles ? -EINVAL : 0; in arm_cmn_validate_group()
1801 while (cmn->dtc[i].cycles) in arm_cmn_event_add()
1805 cmn->dtc[i].cycles = event; in arm_cmn_event_add()
1896 cmn->dtc[__ffs(hw->dtcs_used)].cycles = NULL; in arm_cmn_event_del()
1989 if (dtc->cc_active && !WARN_ON(!dtc->cycles)) { in arm_cmn_handle_irq()
1991 local64_add(delta, &dtc->cycles->count); in arm_cmn_handle_irq()
/openbmc/linux/arch/m68k/fpsp040/
H A Dscosh.S18 | Speed: The program sCOSH takes approximately 250 cycles.
/openbmc/qemu/include/hw/xen/interface/
H A Dtrace.h279 } cycles; member
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dti,am3359-tsc.yaml49 cycles. Charge delay value should be large in order to avoid false pen-up
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dthermal-idle.yaml15 mitigate the temperature on the device by injecting idle cycles,
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dcdns,mhdp8546.yaml42 clock cycles into a time (which is used to comply with DP standard timings
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-config.rst184 parameter 'window': a number of CPU cycles (W)
185 parameter 'period': trace enabled for W cycles every period x W cycles
/openbmc/linux/Documentation/staging/
H A Dcrc32.rst58 32 bits later. Thus, the first 32 cycles of this are pretty boring.
60 the end, so we have to add 32 extra cycles shifting in zeros at the
64 next_input_bit() until the moment it's needed. Then the first 32 cycles
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c464 int cycles = 0; in ixp4xx_mdio_cmd() local
480 while ((cycles < MAX_MDIO_RETRIES) && in ixp4xx_mdio_cmd()
483 cycles++; in ixp4xx_mdio_cmd()
486 if (cycles == MAX_MDIO_RETRIES) { in ixp4xx_mdio_cmd()
494 phy_id, write ? "write" : "read", cycles); in ixp4xx_mdio_cmd()
/openbmc/linux/Documentation/hwmon/
H A Dadm9240.rst76 with independent fan speed measurement cycles counting alternating rising
132 range, this will occur within a few measurement cycles.
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dtlv320adcx140.yaml158 data cycles. Default is to drive the output low on unused ASI cycles.
/openbmc/u-boot/arch/arm/dts/
H A Domap36xx.dtsi55 ti,clock-cycles = <8>;
/openbmc/linux/Documentation/admin-guide/
H A Dcpu-load.rst36 If we imagine the system with one task that periodically burns cycles
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dexynos-srom.yaml75 Each value is specified in cycles and has the following meaning

12345678910>>...20