Searched refs:k_thread_runtime_stats_get (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/kernel/usage/thread_runtime_stats/src/ |
D | test_thread_runtime_stats.c | 218 k_thread_runtime_stats_get(_current, &stats1); in ZTEST() 219 k_thread_runtime_stats_get(tid, &helper_stats1); in ZTEST() 234 k_thread_runtime_stats_get(_current, &stats2); in ZTEST() 235 k_thread_runtime_stats_get(tid, &helper_stats2); in ZTEST() 241 k_thread_runtime_stats_get(tid, &helper_stats3); in ZTEST() 289 k_thread_runtime_stats_get(_current, &thread_stats1); in ZTEST() 294 k_thread_runtime_stats_get(_current, &thread_stats2); in ZTEST() 306 k_thread_runtime_stats_get(_current, &thread_stats3); in ZTEST() 414 status = k_thread_runtime_stats_get(NULL, &stats1); in ZTEST() 417 status = k_thread_runtime_stats_get(_current, NULL); in ZTEST() [all …]
|
/Zephyr-latest/tests/kernel/threads/thread_apis/src/ |
D | main.c | 521 ret = k_thread_runtime_stats_get(NULL, &stats); in foreach_callback() 523 ret = k_thread_runtime_stats_get((k_tid_t)thread, NULL); in foreach_callback() 526 k_thread_runtime_stats_get((k_tid_t)thread, &stats); in foreach_callback() 559 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST() 562 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST() 574 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST()
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | list.c | 21 if (k_thread_runtime_stats_get(thread, &rt_stats_thread) != 0) { in rt_stats_dump()
|
/Zephyr-latest/subsys/debug/ |
D | thread_analyzer.c | 144 if (k_thread_runtime_stats_get(thread, &info.usage) != 0) { in thread_analyze_cb()
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztress.c | 128 err = k_thread_runtime_stats_get(idle_tid[i], &thread_stats); in control_load()
|
/Zephyr-latest/tests/kernel/obj_core/obj_core_stats/src/ |
D | main.c | 280 status = k_thread_runtime_stats_get(test_thread, &query3); in ZTEST()
|
/Zephyr-latest/kernel/ |
D | thread.c | 947 int k_thread_runtime_stats_get(k_tid_t thread, in k_thread_runtime_stats_get() function
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/ |
D | os_mgmt.c | 253 k_thread_runtime_stats_get((struct k_thread *)thread, &thread_stats); in os_mgmt_taskstat_encode_runtime_info()
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 6380 int k_thread_runtime_stats_get(k_tid_t thread,
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 551 k_thread_runtime_stats_get(k_current_get(), &rt_stats_thread);
|