Searched refs:sys_trace_named_event (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/subsys/tracing/sysview/ |
| D | sysview.c | 81 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1) in sys_trace_named_event() function
|
| D | tracing_sysview.h | 672 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 | 2502 #define sys_trace_named_event(name, arg0, arg1) macro
|
| /Zephyr-latest/subsys/tracing/user/ |
| D | tracing_user.h | 459 #define sys_trace_named_event(name, arg0, arg1) macro
|
| /Zephyr-latest/subsys/tracing/ctf/ |
| D | ctf_top.c | 761 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1) in sys_trace_named_event() function
|
| D | tracing_ctf.h | 611 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1);
|
| /Zephyr-latest/subsys/tracing/test/ |
| D | tracing_test.h | 784 #define sys_trace_named_event(name, arg0, arg1) macro
|
| /Zephyr-latest/doc/services/tracing/ |
| D | index.rst | 44 :c:func:`sys_trace_named_event`, which takes an event name as well as two
|