]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit87f587ec71152de5a726de88e7bad90696d63501
tree9ea72c598d9a5fa3330591574da0cdbd5d3663de
parent4524c52b0ff4a555f3a0219b4be1b3beee11b8bd
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