]> begriffs open source - freertos/commit
Add Trace Hook Macros to all API calls (#786)
authorSebastian Brosch <9060129+Techcore123@users.noreply.github.com>
Wed, 20 Sep 2023 10:17:42 +0000 (12:17 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Sep 2023 10:17:42 +0000 (15:47 +0530)
commit83861f5b1def1e4a3e1ea75562446f06e5b4359e
tree2f030beb72c7712a4e4425e37373a4ff46ad0742
parent15e0364968aff9c6c3cc7b4893e8ec0311047ce2
Add Trace Hook Macros to all API calls (#786)

This pull-request adds out-of-the-box support for different tracing
tools. New trace hook macros have been added for all public API
functions, one for each function entry and one for each exit. There are
no functional changes, as the macros are by default empty.

For more information see following forum post:
https://forums.freertos.org/t/add-tracing-functionality-for-all-api-calls/18007.
croutine.c
event_groups.c
include/FreeRTOS.h
list.c
queue.c
stream_buffer.c
tasks.c
timers.c