| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: fix build with 'trace' on. | Dario Nieuwenhuis | 2025-10-30 | 1 | -1/+1 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -5/+1 |
| | | |||||
| * | Fix test & rtos-trace | diondokter | 2025-08-29 | 1 | -1/+1 |
| | | |||||
| * | executor: do not deref a mut ptr to the entire taskheader. | Dario Nieuwenhuis | 2025-08-29 | 1 | -2/+2 |
| | | |||||
| * | executor: add "task metadata" concept, make name a task metadata. | Dario Nieuwenhuis | 2025-08-29 | 1 | -28/+1 |
| | | |||||
| * | executor: allow trace and rtos-trace to coexist additively. | Dario Nieuwenhuis | 2025-08-29 | 1 | -10/+15 |
| | | | | | | Before, enabling `trace` would enable embassy-native tracing, and enabling *both* would *disable* embassy-native tracing. | ||||
| * | executor: do not store task IDs in RAM, we can get it from the pointer every ↵ | Dario Nieuwenhuis | 2025-08-29 | 1 | -17/+0 |
| | | | | | time. | ||||
| * | add missing feature gate for rtos-trace | Bart Slinger | 2025-08-14 | 1 | -0/+1 |
| | | |||||
| * | embassy-executor: rtos-trace: fix task naming for new tasks | Florian Grandel | 2025-07-06 | 1 | -1/+11 |
| | | | | | | | | | Tasks that are spawned after starting SystemViewer were not named. This change ensures that tasks spawned while SystemViewer is running will be properly named, too. Signed-off-by: Florian Grandel <[email protected]> | ||||
| * | remove unnecessary trace flags | Kat Perez | 2025-05-08 | 1 | -7/+0 |
| | | |||||
| * | move SpawnerTraceExt back into Spawner | Kat Perez | 2025-05-08 | 1 | -42/+0 |
| | | |||||
| * | update TraceExt trait name for Spawner | Kat Perez | 2025-05-08 | 1 | -3/+3 |
| | | |||||
| * | remove unused task_id | Kat Perez | 2025-05-08 | 1 | -12/+1 |
| | | |||||
| * | implement TaskRefTrace for tracing-only fields in TaskRef | Kat Perez | 2025-05-08 | 1 | -0/+52 |
| | | |||||
| * | move TaskTracker to trace | Kat Perez | 2025-05-08 | 1 | -2/+72 |
| | | |||||
| * | move spawn_named into trace.rs through TraceExt trait | Kat Perez | 2025-05-08 | 1 | -0/+43 |
| | | |||||
| * | remove unused tracing API | Kat Perez | 2025-05-08 | 1 | -29/+0 |
| | | |||||
| * | make tracing API functions internal | Kat Perez | 2025-05-08 | 1 | -2/+2 |
| | | |||||
| * | fix whitespace in the imports in trace.rs | Kat Perez | 2025-05-06 | 1 | -2/+3 |
| | | |||||
| * | use an intrusive linked list in TaskHeader to track tasks | Kat Perez | 2025-05-06 | 1 | -102/+88 |
| | | |||||
| * | remove name from TaskRegistry and retrieve from task header instead | Kat Perez | 2025-05-06 | 1 | -27/+6 |
| | | |||||
| * | add a task registry to tracing infrastructure | Kat Perez | 2025-05-06 | 1 | -1/+138 |
| | | |||||
| * | Minor docs improvements | James Munns | 2025-04-01 | 1 | -7/+11 |
| | | |||||
| * | Remove notes about stability | James Munns | 2025-04-01 | 1 | -5/+0 |
| | | |||||
| * | Small grammar fixes | James Munns | 2025-04-01 | 1 | -1/+1 |
| | | |||||
| * | Fix task_end callback | James Munns | 2025-04-01 | 1 | -2/+3 |
| | | |||||
| * | Reorder doc comments for format reasons | James Munns | 2025-04-01 | 1 | -3/+3 |
| | | |||||
| * | Finish trailing sentence | James Munns | 2025-04-01 | 1 | -1/+1 |
| | | |||||
| * | Add docs, add `task_end` trace point | James Munns | 2025-04-01 | 1 | -0/+149 |
| | | |||||
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -14/+8 |
| | | |||||
| * | Extend tracing api to support executor id and end task | Ulf Lilleengen | 2024-12-09 | 1 | -0/+90 |
| Allow applications to provide a trace implementation that only needs to implement APIs used by the embassy executor, and provide more context in the event of multiple executors being used. | |||||
