Re: [PATCH V2 09/11] coresight: etm-perf: Truncate the perf record if handle has no space

2021-01-13 Thread Suzuki K Poulose
On 1/13/21 4:18 AM, Anshuman Khandual wrote: While starting off the etm event, just abort and truncate the perf record if the perf handle as no space left. This avoids configuring both source and sink devices in case the data cannot be consumed in perf. Cc: Mathieu Poirier Cc: Mike Leach Cc:

[PATCH V2 09/11] coresight: etm-perf: Truncate the perf record if handle has no space

2021-01-12 Thread Anshuman Khandual
While starting off the etm event, just abort and truncate the perf record if the perf handle as no space left. This avoids configuring both source and sink devices in case the data cannot be consumed in perf. Cc: Mathieu Poirier Cc: Mike Leach Cc: Suzuki K Poulose Signed-off-by: Anshuman