perf python: Add perf_env stubs that will be needed in evsel__open_strerror()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 25 Mar 2022 22:31:36 +0000 (19:31 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 26 Mar 2022 13:55:57 +0000 (10:55 -0300)
commitb58230de3ccdc2f4566d576b34b5f1feceea2e73
tree9ea72c598d9a5fa3330591574da0cdbd5d3663de
parentae0f4eb34fc3014f7eba78fab90a0e98e441a4cd
perf python: Add perf_env stubs that will be needed in evsel__open_strerror()

The AMD IBS error message enhancements will use these, but we're not
using evsel__open_strerror() in the python binding so far.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/python.c