Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 15 of 15) sorted by relevance

/optee_os/core/pta/
H A Dstats.c23 struct pta_stats_alloc *stats = NULL; in get_alloc_stats() local
115 struct tee_pager_stats stats = { }; in get_pager_stats() local
/optee_os/core/mm/
H A Dphys_mem.c151 static void add_pool_stats(tee_mm_pool_t *pool, struct pta_stats_alloc *stats, in add_pool_stats()
165 void nex_phys_mem_stats(struct pta_stats_alloc *stats, bool reset) in nex_phys_mem_stats()
216 void phys_mem_stats(struct pta_stats_alloc *stats, bool reset) in phys_mem_stats()
H A Dtee_mm.c88 void tee_mm_get_pool_stats(tee_mm_pool_t *pool, struct pta_stats_alloc *stats, in tee_mm_get_pool_stats()
/optee_os/core/include/mm/
H A Dphys_mem.h63 static inline void phys_mem_stats(struct pta_stats_alloc *stats, bool reset) in phys_mem_stats()
H A Dtee_pager.h277 static inline void tee_pager_get_stats(struct tee_pager_stats *stats) in tee_pager_get_stats()
/optee_os/lib/libutils/ext/
H A Dmempool.c150 struct pta_stats_alloc stats = { }; in mempool_alloc() local
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c320 struct pta_stats_alloc *stats) in gen_malloc_get_stats()
328 void malloc_get_stats(struct pta_stats_alloc *stats) in malloc_get_stats()
897 void raw_malloc_get_stats(struct malloc_ctx *ctx, struct pta_stats_alloc *stats) in raw_malloc_get_stats()
981 void nex_malloc_get_stats(struct pta_stats_alloc *stats) in nex_malloc_get_stats()
H A Dbget.c1489 static void stats(const char *when __maybe_unused, in stats() function
/optee_os/lib/libutee/
H A Duser_ta_entry.c407 struct pta_stats_alloc stats = { }; in entry_dump_memstats() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_slot_management.c1091 void mbedtls_psa_get_stats(mbedtls_psa_stats_t *stats) in mbedtls_psa_get_stats()
/optee_os/core/arch/arm/mm/
H A Dtee_pager.c118 void tee_pager_get_stats(struct tee_pager_stats *stats) in tee_pager_get_stats()
136 void tee_pager_get_stats(struct tee_pager_stats *stats) in tee_pager_get_stats()
/optee_os/core/kernel/
H A Dtee_ta_manager.c915 struct pta_stats_ta *stats = &dump_stats[i]; in dump_ta_stats() local
/optee_os/core/arch/arm/kernel/
H A Dboot.c399 struct tee_pager_stats __maybe_unused stats; in print_pager_pool_size() local
/optee_os/core/drivers/
H A Dversal_trng.c210 struct trng_stats stats; member
/optee_os/core/tee/
H A Dtee_rpmb_fs.c3179 TEE_Result rpmb_mem_stats(struct pta_stats_alloc *stats, bool reset) in rpmb_mem_stats()