Re: [PATCH v3 3/5] perf stat: Helper functions for PCIe root ports list in iostat mode

2021-02-01 Thread Alexander Antonov
On 1/29/2021 11:26 AM, Namhyung Kim wrote: Hello, On Tue, Jan 26, 2021 at 5:06 PM Alexander Antonov wrote: Introduce helper functions to control PCIe root ports list. These helpers will be used in the follow-up patch. Signed-off-by: Alexander Antonov --- [SNIP] +static int iio_root_ports

[PATCH v3 3/5] perf stat: Helper functions for PCIe root ports list in iostat mode

2021-01-26 Thread Alexander Antonov
Introduce helper functions to control PCIe root ports list. These helpers will be used in the follow-up patch. Signed-off-by: Alexander Antonov --- tools/perf/arch/x86/util/iostat.c | 127 ++ 1 file changed, 127 insertions(+) create mode 100644 tools/perf/arch/x86/ut