chao.an 124c1328a6 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(FAR const char *str);
void sched_note_end(FAR const char *str);
or
SCHED_NOTE_BEGIN();  /* defined to sched_note_begin(__FUNCTION__) */
SCHED_NOTE_END();    /* defined to sched_note_end(__FUNCTION__) */

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-04-03 18:04:28 +08:00
..
2021-06-11 02:42:05 -05:00
2021-06-11 02:42:05 -05:00
2021-06-11 02:42:05 -05:00
2021-12-20 09:12:52 -06:00
2021-06-11 02:42:05 -05:00
2021-06-11 02:42:05 -05:00
2021-06-16 09:03:06 -05:00
2022-03-31 16:59:16 +08:00
2022-03-31 16:59:16 +08:00
2021-05-23 23:57:25 +01:00
2022-03-14 18:46:07 +08:00
2021-06-11 02:42:05 -05:00
2021-06-11 02:42:05 -05:00
2021-06-11 02:42:05 -05:00
2022-01-16 08:07:47 +01:00
2021-06-11 02:42:05 -05:00
2022-01-06 10:30:41 +08:00