Re: [PATCH 0/5] perf record: Allow multiple recording time ranges

From: Andi Kleen
Date: Wed Aug 24 2022 - 12:57:02 EST



On 8/24/2022 12:28 AM, Adrian Hunter wrote:
Hi

This patch set extends perf record -D/--delay option to accept time ranges
for when events are enabled, for instance:

perf record -e intel_pt// -D 10-20,30-40

to record 10ms to 20ms into the trace and 30ms to 40ms. Refer patch 5 for
more details.


Great! I just needed that for something.


-Andi