Searched refs:ENABLE_PMF (Results 1 – 13 of 13) sorted by relevance
/trusted-firmware-a-3.4.0/plat/arm/common/ |
D | arm_sip_svc.c | 54 #if ENABLE_PMF in arm_sip_handler()
|
D | arm_common.mk | 137 ENABLE_PMF := 1 312 ifneq ($(filter 1,${ENABLE_PMF} ${ARM_ETHOSN_NPU_DRIVER}),) 315 ifeq (${ENABLE_PMF},1)
|
/trusted-firmware-a-3.4.0/plat/nvidia/tegra/ |
D | platform.mk | 94 ifeq (${ENABLE_PMF},1)
|
/trusted-firmware-a-3.4.0/plat/common/ |
D | plat_psci_common.c | 16 #if ENABLE_PSCI_STAT && ENABLE_PMF
|
/trusted-firmware-a-3.4.0/bl32/sp_min/ |
D | sp_min.mk | 27 ifeq (${ENABLE_PMF}, 1)
|
/trusted-firmware-a-3.4.0/make_helpers/ |
D | defaults.mk | 109 ENABLE_PMF := 0
|
/trusted-firmware-a-3.4.0/bl31/ |
D | bl31.mk | 60 ifeq (${ENABLE_PMF}, 1)
|
/trusted-firmware-a-3.4.0/include/lib/pmf/ |
D | pmf_helpers.h | 46 #if ENABLE_PMF
|
/trusted-firmware-a-3.4.0/plat/hisilicon/hikey/ |
D | platform.mk | 120 ifeq (${ENABLE_PMF}, 1)
|
/trusted-firmware-a-3.4.0/ |
D | Makefile | 33 ENABLE_PMF := ${ENABLE_RUNTIME_INSTRUMENTATION} macro 994 ENABLE_PMF \ 1129 ENABLE_PMF \
|
/trusted-firmware-a-3.4.0/docs/getting_started/ |
D | build-options.rst | 377 - ``ENABLE_PMF``: Boolean option to enable support for optional Performance 382 In the absence of an alternate stat collection backend, ``ENABLE_PMF`` must 383 be enabled. If ``ENABLE_PMF`` is set, the residency statistics are tracked in 394 instrumented. Enabling this option enables the ``ENABLE_PMF`` build option
|
D | porting-guide.rst | 2340 statistics could be tracked in software using PMF. If ``ENABLE_PMF`` is set, the 2358 statistics could be tracked in software using PMF. If ``ENABLE_PMF`` is set, the
|
/trusted-firmware-a-3.4.0/docs/process/ |
D | contributing.rst | 219 make PLAT=hikey $(common_flags) ${TBB_OPTIONS} ENABLE_PMF=1 all
|