Searched refs:arg0 (Results 26 – 34 of 34) sorted by relevance
12
/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() argument 769 ctf_named_event(ctf_name, arg0, arg1); in sys_trace_named_event()
|
D | tracing_ctf.h | 611 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1);
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 174 163 named_event name=%s arg0=%u arg1=%u
|
D | tracing_sysview.h | 672 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1);
|
/Zephyr-latest/include/zephyr/tracing/ |
D | tracing.h | 2502 #define sys_trace_named_event(name, arg0, arg1) argument
|
/Zephyr-latest/tests/drivers/tee/optee/src/ |
D | main.c | 1158 static void wait_handler(void *arg0, void *arg1, void *arg2) in wait_handler() argument 1163 ARG_UNUSED(arg0); in wait_handler()
|
/Zephyr-latest/subsys/tracing/user/ |
D | tracing_user.h | 459 #define sys_trace_named_event(name, arg0, arg1) argument
|
/Zephyr-latest/subsys/tracing/ctf/tsdl/ |
D | metadata | 786 uint32_t arg0;
|
/Zephyr-latest/subsys/tracing/test/ |
D | tracing_test.h | 784 #define sys_trace_named_event(name, arg0, arg1) argument
|
12