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 |