Searched full:pfm (Results 1 – 25 of 40) sorted by relevance
12
/linux-6.14.4/tools/perf/tests/shell/ |
D | stat_all_pfm.sh | 12 for p in $(perf list --raw-dump pfm) 20 result=$(perf stat --pfm-events "$p" true 2>&1) 35 result=$(perf stat --pfm-events "$p" perf bench internals synthesize 2>&1)
|
/linux-6.14.4/tools/perf/tests/ |
D | pfm.c | 10 #include "util/pfm.h" 186 TEST_CASE_REASON("test of individual --pfm-events", pfm_events, "not compiled in"), 187 TEST_CASE_REASON("test groups of --pfm-events", pfm_group, "not compiled in"),
|
D | Build | 59 perf-test-y += pfm.o
|
D | tests.h | 160 DECLARE_SUITE(pfm);
|
D | expand-cgroup.c | 10 #include "pfm.h"
|
/linux-6.14.4/tools/perf/util/ |
D | pfm.c | 14 #include "util/pfm.h" 197 snprintf(topic, sizeof(topic), "pfm %s", pinfo->name); in print_libpfm_event() 239 /*deprecated=*/NULL, "PFM event", in print_libpfm_event() 274 /*deprecated=*/NULL, "PFM event", in print_libpfm_event()
|
/linux-6.14.4/drivers/regulator/ |
D | lp8755.c | 78 /* enable automatic pwm/pfm mode */ in lp8755_buck_set_mode() 84 /* enable automatic pwm/pfm/lppfm mode */ in lp8755_buck_set_mode() 126 /* mode idle means automatic pwm/pfm/lppfm mode */ in lp8755_buck_get_mode() 130 /* mode normal means automatic pwm/pfm mode */ in lp8755_buck_get_mode()
|
/linux-6.14.4/tools/perf/tests/shell/attr/ |
D | README | 60 perf record -c 1 --pfm-events=cycles:period=2 (test-record-pfm-period)
|
D | test-record-pfm-period | 3 args = --no-bpf-event -c 10000 --pfm-events=cycles:period=77777 kill >/dev/null 2>&1
|
/linux-6.14.4/Documentation/devicetree/bindings/mfd/ |
D | x-powers,axp152.yaml | 300 for AUTO (PWM/PFM) mode. The DCDC regulators work in a 301 mixed PWM/PFM mode, using PFM under light loads and
|
/linux-6.14.4/include/dt-bindings/regulator/ |
D | qcom,rpmh-regulator.h | 16 * allowed. This mode corresponds to PFM for SMPS
|
/linux-6.14.4/Documentation/devicetree/bindings/regulator/ |
D | richtek,rt5739.yaml | 43 0: Auto PFM/PWM mode
|
D | richtek,rt4803.yaml | 41 1: Auto PFM/PWM
|
D | mediatek,mt6358-regulator.yaml | 72 0 (MT6397_BUCK_MODE_AUTO): Auto PFM/PWM mode
|
/linux-6.14.4/drivers/gpu/drm/panel/ |
D | panel-raydium-rm68200.c | 35 #define MCS_SETAVDD 0x27 /* PFM Control for AVDD Output */ 36 #define MCS_SETAVEE 0x29 /* PFM Control for AVEE Output */ 43 #define MCS_SW_CTRL 0x5F /* Interface Control for PFM and MIPI */
|
/linux-6.14.4/tools/perf/ |
D | perf-completion.sh | 206 elif [[ $prev == @("--pfm-events") && 209 evts=$($cmd list --raw-dump pfm)
|
D | builtin-list.c | 18 #include "util/pfm.h" 547 "perf list [<options>] [hw|sw|cache|tracepoint|pmu|sdt|metric|metricgroup|event_glob|pfm]", in cmd_list() 648 else if (strcmp(argv[i], "pfm") == 0) in cmd_list()
|
/linux-6.14.4/Documentation/dev-tools/ |
D | autofdo.rst | 142 …$ perf record --pfm-events RETIRED_TAKEN_BRANCH_INSTRUCTIONS:k -a -N -b -c <count> -o <perf_file> …
|
D | propeller.rst | 125 …$ perf record --pfm-event RETIRED_TAKEN_BRANCH_INSTRUCTIONS:k -a -N -b -c <count> -o <perf_file> -…
|
/linux-6.14.4/tools/perf/Documentation/ |
D | perf-top.txt | 387 --pfm-events events:: 389 including support for event filters. For example '--pfm-events
|
D | perf-stat.txt | 112 --pfm-events events:: 114 including support for event filters. For example '--pfm-events
|
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/ |
D | imx6ull-dhcor-som.dtsi | 96 regulator-allowed-modes = <DA9063_BUCK_MODE_SLEEP>; /* PFM */
|
/linux-6.14.4/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 32 * reconstruct linked lists about all system resource(MEM, PFM, IO) 917 * pfm from the physical addr to a list of resource. 971 debug("rsrc from mem or pfm ---\n"); in ebda_rsrc_rsrc()
|
/linux-6.14.4/arch/sh/lib/ |
D | copy_page.S | 136 * default slow-path cleanup. -PFM.
|
/linux-6.14.4/drivers/video/fbdev/kyro/ |
D | fbdev.c | 445 * and kyro_var. -- PFM. in kyrofb_check_var() 457 * from our modedb. -- PFM. in kyrofb_check_var()
|
12