Searched refs:k_thread_runtime_stats_get (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.4.0/tests/kernel/usage/thread_runtime_stats/src/ |
D | test_thread_runtime_stats.c | 210 k_thread_runtime_stats_get(_current, &stats1); in ZTEST() 211 k_thread_runtime_stats_get(tid, &helper_stats1); in ZTEST() 226 k_thread_runtime_stats_get(_current, &stats2); in ZTEST() 227 k_thread_runtime_stats_get(tid, &helper_stats2); in ZTEST() 233 k_thread_runtime_stats_get(tid, &helper_stats3); in ZTEST() 281 k_thread_runtime_stats_get(_current, &thread_stats1); in ZTEST() 286 k_thread_runtime_stats_get(_current, &thread_stats2); in ZTEST() 298 k_thread_runtime_stats_get(_current, &thread_stats3); in ZTEST() 406 status = k_thread_runtime_stats_get(NULL, &stats1); in ZTEST() 409 status = k_thread_runtime_stats_get(_current, NULL); in ZTEST() [all …]
|
/Zephyr-Core-3.4.0/tests/kernel/threads/thread_apis/src/ |
D | main.c | 514 ret = k_thread_runtime_stats_get(NULL, &stats); in foreach_callback() 516 ret = k_thread_runtime_stats_get((k_tid_t)thread, NULL); in foreach_callback() 519 k_thread_runtime_stats_get((k_tid_t)thread, &stats); in foreach_callback() 551 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST() 554 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST() 566 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST()
|
/Zephyr-Core-3.4.0/subsys/debug/ |
D | thread_analyzer.c | 114 if (k_thread_runtime_stats_get(thread, &info.usage) != 0) { in thread_analyze_cb()
|
/Zephyr-Core-3.4.0/subsys/shell/modules/ |
D | kernel_service.c | 103 if (k_thread_runtime_stats_get(thread, &rt_stats_thread) != 0) { in shell_tdata_dump()
|
/Zephyr-Core-3.4.0/subsys/testsuite/ztest/src/ |
D | ztress.c | 128 err = k_thread_runtime_stats_get(idle_tid[i], &thread_stats); in control_load()
|
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/grp/os_mgmt/src/ |
D | os_mgmt.c | 207 k_thread_runtime_stats_get((struct k_thread *)thread, &thread_stats); in os_mgmt_taskstat_encode_runtime_info()
|
/Zephyr-Core-3.4.0/kernel/ |
D | thread.c | 1077 int k_thread_runtime_stats_get(k_tid_t thread, in k_thread_runtime_stats_get() function
|
/Zephyr-Core-3.4.0/include/zephyr/ |
D | kernel.h | 5944 int k_thread_runtime_stats_get(k_tid_t thread,
|
/Zephyr-Core-3.4.0/doc/kernel/services/threads/ |
D | index.rst | 551 k_thread_runtime_stats_get(k_current_get(), &rt_stats_thread);
|