Home
last modified time | relevance | path

Searched refs:stats (Results 1 – 21 of 21) sorted by relevance

/optee_os/core/pta/
A Dstats.c29 struct malloc_stats *stats; in get_alloc_stats() local
61 stats = p[1].memref.buffer; in get_alloc_stats()
69 malloc_get_stats(stats); in get_alloc_stats()
70 strlcpy(stats->desc, "Heap", sizeof(stats->desc)); in get_alloc_stats()
82 strlcpy(stats->desc, "Secure DDR", sizeof(stats->desc)); in get_alloc_stats()
88 strlcpy(stats->desc, "KHeap", sizeof(stats->desc)); in get_alloc_stats()
98 stats++; in get_alloc_stats()
106 struct tee_pager_stats stats; in get_pager_stats() local
116 tee_pager_get_stats(&stats); in get_pager_stats()
117 p[0].value.a = stats.npages; in get_pager_stats()
[all …]
A Dsub.mk9 srcs-$(CFG_WITH_STATS) += stats.c
/optee_os/out/arm/core/pta/
A D.stats.o.cmd1stats.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aa…
A D.stats.o.d1 out/arm/core/pta/stats.o: core/pta/stats.c \
/optee_os/lib/libutils/ext/
A Dmempool.c149 struct malloc_stats stats = { }; in mempool_alloc() local
151 raw_malloc_get_stats(pool->mctx, &stats); in mempool_alloc()
152 if (stats.max_allocated > pool->max_allocated) { in mempool_alloc()
153 pool->max_allocated = stats.max_allocated; in mempool_alloc()
/optee_os/core/arch/arm/include/mm/
A Dtee_pager.h264 void tee_pager_get_stats(struct tee_pager_stats *stats);
272 static inline void tee_pager_get_stats(struct tee_pager_stats *stats) in tee_pager_get_stats() argument
274 memset(stats, 0, sizeof(struct tee_pager_stats)); in tee_pager_get_stats()
/optee_os/core/arch/arm/mm/
A Dtee_mm.c107 void tee_mm_get_pool_stats(tee_mm_pool_t *pool, struct malloc_stats *stats, in tee_mm_get_pool_stats() argument
115 memset(stats, 0, sizeof(*stats)); in tee_mm_get_pool_stats()
119 stats->size = pool->size; in tee_mm_get_pool_stats()
120 stats->max_allocated = pool->max_allocated; in tee_mm_get_pool_stats()
121 stats->allocated = tee_mm_stats_allocated(pool); in tee_mm_get_pool_stats()
A Dtee_pager.c118 void tee_pager_get_stats(struct tee_pager_stats *stats) in tee_pager_get_stats() argument
120 *stats = pager_stats; in tee_pager_get_stats()
136 void tee_pager_get_stats(struct tee_pager_stats *stats) in tee_pager_get_stats() argument
138 memset(stats, 0, sizeof(struct tee_pager_stats)); in tee_pager_get_stats()
/optee_os/lib/libutils/isoc/include/
A Dmalloc.h84 void malloc_get_stats(struct malloc_stats *stats);
131 void nex_malloc_get_stats(struct malloc_stats *stats);
159 void raw_malloc_get_stats(struct malloc_ctx *ctx, struct malloc_stats *stats);
/optee_os/out/arm/export-ta_arm64/include/
A Dmalloc.h84 void malloc_get_stats(struct malloc_stats *stats);
131 void nex_malloc_get_stats(struct malloc_stats *stats);
159 void raw_malloc_get_stats(struct malloc_ctx *ctx, struct malloc_stats *stats);
/optee_os/out/arm/export-ta_arm32/include/
A Dmalloc.h84 void malloc_get_stats(struct malloc_stats *stats);
131 void nex_malloc_get_stats(struct malloc_stats *stats);
159 void raw_malloc_get_stats(struct malloc_ctx *ctx, struct malloc_stats *stats);
/optee_os/lib/libutils/isoc/
A Dbget_malloc.c242 struct malloc_stats *stats) in gen_malloc_get_stats() argument
246 memcpy_unchecked(stats, &ctx->mstats, sizeof(*stats)); in gen_malloc_get_stats()
247 stats->allocated = ctx->poolset.totalloc; in gen_malloc_get_stats()
251 void malloc_get_stats(struct malloc_stats *stats) in malloc_get_stats() argument
253 gen_malloc_get_stats(&malloc_ctx, stats); in malloc_get_stats()
911 void raw_malloc_get_stats(struct malloc_ctx *ctx, struct malloc_stats *stats) in raw_malloc_get_stats() argument
913 gen_malloc_get_stats(ctx, stats); in raw_malloc_get_stats()
1044 void nex_malloc_get_stats(struct malloc_stats *stats) in nex_malloc_get_stats() argument
1046 gen_malloc_get_stats(&nex_malloc_ctx, stats); in nex_malloc_get_stats()
A Dbget.c1425 static void stats(const char *when __maybe_unused, in stats() function
1606 stats("Create pool", &mypoolset); in bget_main_test()
1731 stats("\nAfter allocation", &mypoolset); in bget_main_test()
1747 stats("\nAfter release", &mypoolset); in bget_main_test()
/optee_os/core/include/mm/
A Dtee_mm.h115 void tee_mm_get_pool_stats(tee_mm_pool_t *pool, struct malloc_stats *stats,
/optee_os/core/arch/arm/kernel/
A Dboot.c318 struct tee_pager_stats __maybe_unused stats; in print_pager_pool_size() local
320 tee_pager_get_stats(&stats); in print_pager_pool_size()
322 stats.npages_all * SMALL_PAGE_SIZE / 1024); in print_pager_pool_size()
/optee_os/out/arm/core/
A D.tee.elf.cmd1 …arm/core/pta/device.o out/arm/core/pta/secstor_ta_mgmt.o out/arm/core/pta/stats.o out/arm/core/pta…
A Dtee.map408 out/arm/core/pta/stats.o (strlcpy)
6378 .group 0x0000000000000000 0xc out/arm/core/pta/stats.o
6379 .group 0x0000000000000000 0xc out/arm/core/pta/stats.o
6380 .group 0x0000000000000000 0xc out/arm/core/pta/stats.o
6381 .group 0x0000000000000000 0xc out/arm/core/pta/stats.o
6382 .group 0x0000000000000000 0xc out/arm/core/pta/stats.o
6383 .group 0x0000000000000000 0xc out/arm/core/pta/stats.o
6384 .group 0x0000000000000000 0xc out/arm/core/pta/stats.o
6385 .group 0x0000000000000000 0xc out/arm/core/pta/stats.o
26067 .rodata.str1.1.core/pta/stats.c
[all …]
A Dtee.dmp1061 0000000000000000 l df *ABS* 0000000000000000 stats.c
44923 /home/test/workspace/code/optee_3.16/optee_os/core/pta/stats.c:41
44926 /home/test/workspace/code/optee_3.16/optee_os/core/pta/stats.c:48
44928 /home/test/workspace/code/optee_3.16/optee_os/core/pta/stats.c:49
44931 /home/test/workspace/code/optee_3.16/optee_os/core/pta/stats.c:54
44936 /home/test/workspace/code/optee_3.16/optee_os/core/pta/stats.c:56
44939 /home/test/workspace/code/optee_3.16/optee_os/core/pta/stats.c:57
44941 /home/test/workspace/code/optee_3.16/optee_os/core/pta/stats.c:56
44944 /home/test/workspace/code/optee_3.16/optee_os/core/pta/stats.c:58
44947 /home/test/workspace/code/optee_3.16/optee_os/core/pta/stats.c:61
[all …]
/optee_os/out/arm/ta/trusted_keys/
A Df04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.dmp234 00008f2c l F .text 00000044 stats.constprop.0
21442 00008f2c <stats.constprop.0>:
21443 stats():
21448 8f30: 4b0d ldr r3, [pc, #52] ; (8f68 <stats.constprop.0+0x3c>)
21466 8f50: 4806 ldr r0, [pc, #24] ; (8f6c <stats.constprop.0+0x40>)
21540 8fca: f7ff ffaf bl 8f2c <stats.constprop.0>
21614 904a: f7ff ff6f bl 8f2c <stats.constprop.0>
21622 9058: f7ff ff68 bl 8f2c <stats.constprop.0>
/optee_os/out/arm/ta/avb/
A D023f8f1a-292a-432b-8fc4-de8471358067.dmp222 00006aa4 l F .text 00000044 stats.constprop.0
16041 00006aa4 <stats.constprop.0>:
16042 stats():
16047 6aa8: 4b0d ldr r3, [pc, #52] ; (6ae0 <stats.constprop.0+0x3c>)
16065 6ac8: 4806 ldr r0, [pc, #24] ; (6ae4 <stats.constprop.0+0x40>)
16139 6b42: f7ff ffaf bl 6aa4 <stats.constprop.0>
16213 6bc2: f7ff ff6f bl 6aa4 <stats.constprop.0>
16221 6bd0: f7ff ff68 bl 6aa4 <stats.constprop.0>
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp423 00012378 l F .text 00000044 stats.constprop.0
43336 00012378 <stats.constprop.0>:
43337 stats():
43342 1237c: 4b0d ldr r3, [pc, #52] ; (123b4 <stats.constprop.0+0x3c>)
43360 1239c: 4806 ldr r0, [pc, #24] ; (123b8 <stats.constprop.0+0x40>)
43434 12416: f7ff ffaf bl 12378 <stats.constprop.0>
43508 12496: f7ff ff6f bl 12378 <stats.constprop.0>
43516 124a4: f7ff ff68 bl 12378 <stats.constprop.0>

Completed in 380 milliseconds