Searched refs:ENABLE_PMF (Results 1 – 14 of 14) sorted by relevance
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/common/ |
D | arm_sip_svc.c | 62 #if ENABLE_PMF in arm_sip_handler()
|
D | arm_common.mk | 174 ENABLE_PMF := 1 351 ifneq ($(filter 1,${ENABLE_PMF} ${ARM_ETHOSN_NPU_DRIVER}),) 354 ifeq (${ENABLE_PMF},1)
|
/trusted-firmware-a-3.6.0-3.5.0/plat/nvidia/tegra/ |
D | platform.mk | 94 ifeq (${ENABLE_PMF},1)
|
/trusted-firmware-a-3.6.0-3.5.0/plat/common/ |
D | plat_psci_common.c | 16 #if ENABLE_PSCI_STAT && ENABLE_PMF
|
/trusted-firmware-a-3.6.0-3.5.0/make_helpers/ |
D | defaults.mk | 109 ENABLE_PMF := 0
|
/trusted-firmware-a-3.6.0-3.5.0/bl32/sp_min/ |
D | sp_min.mk | 27 ifeq (${ENABLE_PMF}, 1)
|
/trusted-firmware-a-3.6.0-3.5.0/docs/perf/ |
D | psci-performance-instr.rst | 36 This feature is enabled with the Boolean flag ``ENABLE_PMF``. 78 collection backend is provided (``ENABLE_PMF`` is implicitly enabled).
|
/trusted-firmware-a-3.6.0-3.5.0/include/lib/pmf/ |
D | pmf_helpers.h | 46 #if ENABLE_PMF
|
/trusted-firmware-a-3.6.0-3.5.0/bl31/ |
D | bl31.mk | 61 ifeq (${ENABLE_PMF}, 1)
|
/trusted-firmware-a-3.6.0-3.5.0/plat/hisilicon/hikey/ |
D | platform.mk | 120 ifeq (${ENABLE_PMF}, 1)
|
/trusted-firmware-a-3.6.0-3.5.0/ |
D | Makefile | 34 ENABLE_PMF := ${ENABLE_RUNTIME_INSTRUMENTATION} macro 1131 ENABLE_PMF \ 1280 ENABLE_PMF \
|
/trusted-firmware-a-3.6.0-3.5.0/docs/getting_started/ |
D | build-options.rst | 415 - ``ENABLE_PMF``: Boolean option to enable support for optional Performance 420 In the absence of an alternate stat collection backend, ``ENABLE_PMF`` must 421 be enabled. If ``ENABLE_PMF`` is set, the residency statistics are tracked in 432 instrumented. Enabling this option enables the ``ENABLE_PMF`` build option
|
/trusted-firmware-a-3.6.0-3.5.0/docs/process/ |
D | contributing.rst | 219 make PLAT=hikey $(common_flags) ${TBB_OPTIONS} ENABLE_PMF=1 all
|
/trusted-firmware-a-3.6.0-3.5.0/docs/ |
D | porting-guide.rst | 2657 statistics could be tracked in software using PMF. If ``ENABLE_PMF`` is set, the 2675 statistics could be tracked in software using PMF. If ``ENABLE_PMF`` is set, the
|