Re: [PATCH 1/6] perf x86: Infrastructure for exposing an Uncore unit to PMON mapping

From: Andi Kleen
Date: Mon Dec 02 2019 - 22:00:51 EST


> You are just looking at one die (package). How does your enumeration
> help figure out
> is the iio_0 is on socket0 of socket1 and then figure out which
> bus/domain in on which
> socket.
>
> And how does that help map actual devices (using the output of lspci)
> to the IIO?
> You need to show how you would do that, which is really what people
> want, with what you
> have in your patch right now.

See the rest of the patch series. It implements all of this in
the perf tool.

-Andi