[PATCH V5 0/9] perf: Driver specific configuration for PMU

Alexander Shishkin alexander.shishkin at linux.intel.com
Mon Aug 22 08:15:56 PDT 2016


Mathieu Poirier <mathieu.poirier at linaro.org> writes:

> As such something that used to be a two-step process:
>
> # echo 1 > /sys/bus/coresight/devices/20070000.etr/enable_sink
> # perf record -e cs_etm//u --per-thread  uname
>
> is integrated in a single command:
>
> # perf record -e cs_etm/@sink=20070000.etr/u --per-thread  uname

Can't we simply teach perf record to write 1 to that sysfs attribute and
avoid parsing more ascii strings in the kernel? I suspect that would also
take way less code.

Are there any other use cases for this besides specifying @sink for a
ETM?

Regards,
--
Alex



More information about the linux-arm-kernel mailing list