Lines Matching refs:PMF
2439 The Performance Measurement Framework (PMF) facilitates collection of
2451 A PMF timestamp is uniquely identified across the system via the
2461 #. The service identifier. Each PMF service is identified by a
2468 Registering a PMF service
2471 To register a PMF service, the ``PMF_REGISTER_SERVICE()`` macro from ``pmf.h``
2483 timestamps in a PMF specific linker section at build time.
2487 The macro ``PMF_REGISTER_SERVICE()`` only enables capturing PMF timestamps
2496 PMF timestamps are stored in a per-service timestamp region. On a
2505 instructs PMF to do cache maintenance following the capture. Cache
2544 `PMF_CACHE_MAINT` is passed, then the PMF code will perform a
2551 PMF code structure
2557 #. ``pmf_smc.c`` contains the SMC handling for registered PMF services.