Yoshinori Sugino
|
3ac90fca79
|
Remove tabs and spaces at the end of lines
|
2020-10-24 09:38:21 +01:00 |
|
Nakamura, Yuuichi
|
d8d19911ef
|
Add SCHED_INSTRUMENTATION_HIRES support
|
2020-10-21 00:33:10 +08:00 |
|
Nakamura, Yuuichi
|
87a7c0317e
|
Add note_syscall args support
|
2020-10-21 00:31:51 +08:00 |
|
Nakamura, Yuuichi
|
9e470ad73e
|
Fix note_syscall_leave_s to avoid unaligned access
|
2020-10-17 23:48:43 +08:00 |
|
Nakamura, Yuuichi
|
6b54377476
|
Add note filter functions
|
2020-10-06 03:26:46 +08:00 |
|
Xiang Xiao
|
0c3930ba11
|
sched: Rename note_add to sched_note_add
to better match other sched_note_* function
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-09-12 08:42:30 -07: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 |
|
Nakamura, Yuuichi
|
2b4d2cd4a3
|
Fix note structure members types
|
2020-07-22 11:55:21 -05:00 |
|
Nakamura, Yuuichi
|
1f7e91d217
|
Move note_register() declaration into the separate header
|
2020-07-13 00:46:55 -05:00 |
|
Gregory Nutt
|
69e97c19ea
|
sched/sched/sched_note.c: Implement interrupt/syscall support
A previous PR added interrupt and system call scheduler notes. This addess buffering support for those notes.
|
2020-06-16 20:42:22 +01:00 |
|
Gregory Nutt
|
4fd506efaa
|
include/nuttx/sched_note.h: nxstyle fixes.
|
2020-06-16 14:04:53 -03:00 |
|
Yuuichi Nakamura
|
df2bc1e4c3
|
Add syscall and irqhandler hooks in sched_note.h
|
2020-06-16 14:04:53 -03:00 |
|
Xiang Xiao
|
cde88cabcc
|
Run codespell -w with the latest dictonary again
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-02-23 22:27:46 +01:00 |
|
Xiang Xiao
|
bd4e8e19d3
|
Run codespell -w against all files
and fix the wrong correction
|
2020-02-22 14:45:07 -06:00 |
|
Nathan Hartman
|
9655730ef8
|
Fix various typos and spelling errors.
|
2019-12-12 07:41:51 -06:00 |
|
Gregory Nutt
|
e2a554d0f5
|
Update ChangeLog in prep for 7.20 release.
|
2017-03-08 10:09:48 -06:00 |
|
Gregory Nutt
|
9e8b1f32d2
|
sched note: record ID enumeration now results on constant values; ID values do not change with configuration. This makes writing post-processing software much easier
|
2016-12-24 15:44:21 -06:00 |
|
Gregory Nutt
|
a7b688e87b
|
sched notes: Add additional note to see if/when CPU is started in SMP mode.
|
2016-12-07 09:08:20 -06:00 |
|
Gregory Nutt
|
9ee3f3b933
|
sched_note: Permit spinlock and critical section notes in in-memory buffer iff sched_not_get() interfaces is disabled.
|
2016-11-28 18:36:26 -06:00 |
|
Gregory Nutt
|
00215fbc98
|
sched_note: Add spinlock instrumentation; In SMP configurations, select to log only notes from certain CPUs
|
2016-11-28 10:33:46 -06:00 |
|
Gregory Nutt
|
d65be718c2
|
sched_note: Extend OS instrumentation to include some SMP events.
|
2016-11-27 17:14:57 -06:00 |
|
Gregory Nutt
|
ccbf514233
|
Add task state to information recorded when a task is suspended
|
2016-03-21 15:24:15 -06:00 |
|
Gregory Nutt
|
f7b58e9dfd
|
sched/: Move location (and form) of context switch instrumentation.
|
2016-03-21 14:08:31 -06:00 |
|
Gregory Nutt
|
242f8ff25f
|
drivers/syslog/note_driver.c: Add a driver that will allow an application to read buffered scheduler instrumentation data
|
2016-03-17 14:46:00 -06:00 |
|
Gregory Nutt
|
7f19631338
|
sched/: Add option to buffer scheduler instrumentation data in memory.
|
2016-03-17 09:49:43 -06:00 |
|