Searched refs:sys_trace_named_event (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/tracing/sysview/ |
D | sysview.c | 69 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1) in sys_trace_named_event() function
|
D | tracing_sysview.h | 660 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1);
|
/Zephyr-latest/samples/subsys/tracing/src/ |
D | main.c | 48 sys_trace_named_event("counter_value", counter, 0); in helloLoop()
|
/Zephyr-latest/include/zephyr/tracing/ |
D | tracing.h | 2430 #define sys_trace_named_event(name, arg0, arg1) macro
|
/Zephyr-latest/subsys/tracing/user/ |
D | tracing_user.h | 447 #define sys_trace_named_event(name, arg0, arg1) macro
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | ctf_top.c | 750 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1) in sys_trace_named_event() function
|
D | tracing_ctf.h | 599 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1);
|
/Zephyr-latest/subsys/tracing/test/ |
D | tracing_test.h | 755 #define sys_trace_named_event(name, arg0, arg1) macro
|