Home
last modified time | relevance | path

Searched refs:ctf_bounded_string_t (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/tracing/ctf/tsdl/
Dmetadata8 …pealias integer { size = 8; align = 8; signed = false; encoding = ASCII; } := ctf_bounded_string_t;
30 ctf_bounded_string_t name[20];
39 ctf_bounded_string_t name[20];
48 ctf_bounded_string_t name[20];
59 ctf_bounded_string_t name[20];
68 ctf_bounded_string_t name[20];
77 ctf_bounded_string_t name[20];
86 ctf_bounded_string_t name[20];
94 ctf_bounded_string_t name[20];
103 ctf_bounded_string_t name[20];
[all …]
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.c18 ctf_bounded_string_t *name) in _get_thread_name()
31 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_switched_out()
43 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_user_mode_enter()
52 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_wakeup()
62 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_switched_in()
72 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_priority_set()
81 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_create()
102 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_abort()
110 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_suspend()
118 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_resume()
[all …]
Dctf_top.h193 } ctf_bounded_string_t; typedef
196 ctf_bounded_string_t name) in ctf_top_thread_switched_out()
203 ctf_bounded_string_t name) in ctf_top_thread_switched_in()
210 ctf_bounded_string_t name) in ctf_top_thread_priority_set()
217 ctf_bounded_string_t name) in ctf_top_thread_create()
224 ctf_bounded_string_t name) in ctf_top_thread_abort()
231 ctf_bounded_string_t name) in ctf_top_thread_suspend()
238 ctf_bounded_string_t name) in ctf_top_thread_resume()
245 ctf_bounded_string_t name) in ctf_top_thread_ready()
252 ctf_bounded_string_t name) in ctf_top_thread_pend()
[all …]
/Zephyr-latest/doc/services/tracing/
Dindex.rst88 static inline void ctf_top_foo(uint32_t thread_id, ctf_bounded_string_t name)