docs: Adds syscall tracing to tracing docs
Tracing guide in the docs was missing references to the added tracing syscall macro hooks. This adds those. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
parent
4c54cc2221
commit
0513b242d4
2 changed files with 7 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
* @brief Trace syscall exit
|
||||
* @param id Syscall ID (as defined in the generated syscall_list.h)
|
||||
* @param name Syscall name as a token (ex: k_thread_create)
|
||||
* @param ... Other parameters passed to the syscall, if the syscall has a return, the return value
|
||||
* is the last parameter in the list
|
||||
* @param ... Other parameters passed to the syscall, if the syscall has a
|
||||
* return, the return value is the last parameter in the list
|
||||
*/
|
||||
#define sys_port_trace_syscall_exit(id, name, ...)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue