Re: [PATCH] perf dlfilter: Add dlfilter-show-cycles

From: Andi Kleen
Date: Mon Sep 06 2021 - 22:54:31 EST



On 9/6/2021 9:08 AM, Adrian Hunter wrote:
Add a new dlfilter to show cycles.

Cycle counts are accumulated per CPU (or per thread if CPU is not recorded)
from IPC information, and printed together with the change since the last
print, at the start of each line.


Thanks! An example how to use it would be nice (but maybe Arnaldo will just add that with his usual testing comment). And I guess the linear search could be a problem at some point, but I guess it's good enough for now.

Reviewed-by: Andi Kleen <ak@xxxxxxxxxxxxxxx>