Re: [PATCH 4/9] platform/surface: aggregator: Add trace points

2020-11-17 Thread Maximilian Luz
On 11/17/20 5:44 PM, Steven Rostedt wrote: On Sun, 15 Nov 2020 20:21:38 +0100 Maximilian Luz wrote: [...] /* * Lock packet and commit with memory barrier. If this packet has * already been locked, it's going to be removed and completed by @@ -1154,6 +1167,8 @@ stati

Re: [PATCH 4/9] platform/surface: aggregator: Add trace points

2020-11-17 Thread Steven Rostedt
On Sun, 15 Nov 2020 20:21:38 +0100 Maximilian Luz wrote: > Add trace points to the Surface Aggregator subsystem core. These trace > points can be used to track packets, requests, and allocations. They are > further intended for debugging and testing/validation, specifically in > combination with

[PATCH 4/9] platform/surface: aggregator: Add trace points

2020-11-15 Thread Maximilian Luz
Add trace points to the Surface Aggregator subsystem core. These trace points can be used to track packets, requests, and allocations. They are further intended for debugging and testing/validation, specifically in combination with the error injection capabilities introduced in the subsequent commi