Searched refs:ENABLE_PMF (Results 1 – 17 of 17) sorted by relevance
/trusted-firmware-a-3.7.0/bl1/ |
D | bl1.mk | 28 ifeq (${ENABLE_PMF},1)
|
/trusted-firmware-a-3.7.0/plat/nvidia/tegra/ |
D | platform.mk | 94 ifeq (${ENABLE_PMF},1)
|
/trusted-firmware-a-3.7.0/plat/arm/common/ |
D | arm_sip_svc.c | 62 #if ENABLE_PMF in arm_sip_handler()
|
D | arm_common.mk | 138 ENABLE_PMF := 1 302 ifneq ($(filter 1,${ENABLE_PMF} ${ETHOSN_NPU_DRIVER}),) 305 ifeq (${ENABLE_PMF},1)
|
/trusted-firmware-a-3.7.0/bl2/ |
D | bl2.mk | 53 ifeq (${ENABLE_PMF},1)
|
/trusted-firmware-a-3.7.0/make_helpers/ |
D | defaults.mk | 92 ENABLE_PMF := 0
|
/trusted-firmware-a-3.7.0/plat/common/ |
D | plat_psci_common.c | 16 #if ENABLE_PSCI_STAT && ENABLE_PMF
|
/trusted-firmware-a-3.7.0/bl32/sp_min/ |
D | sp_min.mk | 24 ifeq (${ENABLE_PMF}, 1)
|
/trusted-firmware-a-3.7.0/docs/perf/ |
D | psci-performance-instr.rst | 37 This feature is enabled with the Boolean flag ``ENABLE_PMF``. 79 collection backend is provided (``ENABLE_PMF`` is implicitly enabled).
|
/trusted-firmware-a-3.7.0/plat/nuvoton/npcm845x/ |
D | platform.mk | 119 ENABLE_PMF := 1 258 ifeq (${ENABLE_PMF}, 1)
|
/trusted-firmware-a-3.7.0/include/lib/pmf/ |
D | pmf_helpers.h | 46 #if ENABLE_PMF
|
/trusted-firmware-a-3.7.0/bl31/ |
D | bl31.mk | 55 ifeq (${ENABLE_PMF}, 1)
|
/trusted-firmware-a-3.7.0/plat/hisilicon/hikey/ |
D | platform.mk | 120 ifeq (${ENABLE_PMF}, 1)
|
/trusted-firmware-a-3.7.0/ |
D | Makefile | 36 ENABLE_PMF := ${ENABLE_RUNTIME_INSTRUMENTATION} macro 1181 ENABLE_PMF \ 1338 ENABLE_PMF \
|
/trusted-firmware-a-3.7.0/docs/process/ |
D | contributing.rst | 219 make PLAT=hikey $(common_flags) ${TBB_OPTIONS} ENABLE_PMF=1 all
|
/trusted-firmware-a-3.7.0/docs/getting_started/ |
D | build-options.rst | 430 - ``ENABLE_PMF``: Boolean option to enable support for optional Performance 435 In the absence of an alternate stat collection backend, ``ENABLE_PMF`` must 436 be enabled. If ``ENABLE_PMF`` is set, the residency statistics are tracked in 442 instrumented. Enabling this option enables the ``ENABLE_PMF`` build option
|
/trusted-firmware-a-3.7.0/docs/ |
D | porting-guide.rst | 2541 statistics could be tracked in software using PMF. If ``ENABLE_PMF`` is set, the 2559 statistics could be tracked in software using PMF. If ``ENABLE_PMF`` is set, the
|