yinshengkai
|
6064aa8bb5
|
drivers/note: remove choice in Kconfig
To support multiple note drivers to be used at the same time
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
|
2023-01-06 16:23:00 +08:00 |
|
yinshengkai
|
f85102d81b
|
drivers/note: adjust note kconfig order
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
|
2022-12-30 15:50:30 -03:00 |
|
yinshengkai
|
ca5fcc58c2
|
sched: move SCHED_INSTRUMENTATION_xxx to note Kconfig
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
|
2022-12-30 15:50:30 -03:00 |
|
yinshengkai
|
dd32eccfc3
|
drivers/note: Move taskname related functions to note_driver.c
so all note drivers can retrieve the task name even after the task exit
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
|
2022-12-26 15:03:57 +08:00 |
|
yinshengkai
|
6f66c0ea0b
|
drivers/note: sched_note support mulit-channel
call callbacks for different channels in sched_note_*
noteram channel is enabled by default
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
|
2022-12-17 19:41:21 +08:00 |
|
chao.an
|
e04ccba78a
|
note/sysview: add Segger System View support
Reference:
https://www.segger.com/products/development-tools/systemview
https://github.com/SEGGERMicro/SystemView
https://github.com/SEGGERMicro/RTT
Signed-off-by: chao.an <anchao@xiaomi.com>
|
2022-01-29 17:26:04 +08:00 |
|
Abdelatif Guettouche
|
9b1d4de3be
|
drivers/note: Fix typos.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2021-11-12 16:50:41 -03:00 |
|
Xiang Xiao
|
0941bad877
|
note: Move up_schednote.c to drivers/note folder
since it is general enough to work on other target
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2021-07-04 18:52:32 -03:00 |
|
Nakamura, Yuuichi
|
7905ee17d4
|
Add task name recording for note RAM driver
|
2020-11-02 01:12:08 -08:00 |
|
Nakamura, Yuuichi
|
89ea234af8
|
Add on-boot instrumentation support for note filter
|
2020-10-06 03:26:46 +08:00 |
|
Nakamura, Yuuichi
|
6efecd2105
|
Add notectl driver
|
2020-10-06 03:26:46 +08:00 |
|
Xiang Xiao
|
77ae03788a
|
note: Rename note driver to noteram driver
to reflect this is just a normal note driver with ram buffer
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-09-15 14:55:22 +08:00 |
|
Xiang Xiao
|
952af92690
|
sched/note: Move the circle buffer code to driver
so the format code can be shared by different transport
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-09-07 11:54:10 +08:00 |
|
Xiang Xiao
|
f99719e260
|
Move note driver from drivers/syslog to drivers/note
it's better to put the note transport layer into a common folder
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-09-07 11:54:10 +08:00 |
|