Re: [PATCH v3 1/3] perf: Align user space counter reading with code

From: Rob Herring
Date: Tue Jul 19 2022 - 19:05:45 EST


On Tue, Jul 19, 2022 at 4:39 PM Ian Rogers <irogers@xxxxxxxxxx> wrote:
>
> Align the user space counter reading documentation with the code in
> perf_mmap__read_self. Previously the documentation was based on the perf
> rdpmc test, but now general purpose code is provided by libperf.
>
> Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx>
> ---
> include/uapi/linux/perf_event.h | 35 +++++++++++++++++----------
> tools/include/uapi/linux/perf_event.h | 35 +++++++++++++++++----------
> 2 files changed, 44 insertions(+), 26 deletions(-)

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>