chao.an 6e0ba2bed5 sched/note: add support of trace section mark
The implementation of this feature is based on android systrace:

https://source.android.com/devices/tech/debug/ftrace

Application developers are more concerned about the performance of
the specified application section,
added two APIs to implement performance measurement:

void sched_note_begin(uintptr_t ip, FAR const char *buf);
void sched_note_end(uintptr_t ip, FAR const char *buf);
or
SCHED_NOTE_BEGIN();  /* defined to sched_note_begin(_THIS_IP_, __FUNCTION__) */
SCHED_NOTE_END();    /* defined to sched_note_end(_THIS_IP_, __FUNCTION__) */

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-04-01 21:06:00 +08:00
..
2022-01-29 01:04:23 +08:00
2022-02-20 21:58:10 +08:00
2021-11-23 20:34:56 +09:00
2021-11-23 20:34:56 +09:00
2021-11-23 20:34:56 +09:00
2021-12-07 04:01:27 -08:00
2021-08-02 08:23:35 -03:00
2021-09-25 07:54:39 -03:00
2021-08-03 12:14:07 -03:00
2021-07-31 15:35:47 -03:00
2022-02-26 14:32:42 +08:00
2022-03-17 09:37:15 +02:00
2021-11-29 11:18:36 -06:00
2022-02-03 11:02:31 -03:00
2022-03-25 13:48:33 +02:00
2021-07-09 15:51:28 -03:00