]> git.baikalelectronics.ru Git - kernel.git/commit
perf python: Remove debug.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 11 Sep 2019 11:54:33 +0000 (12:54 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 20 Sep 2019 12:19:21 +0000 (09:19 -0300)
commit5b066730a79523773551409943002787f702d186
treeffcad516a8c1e52e825b463d47ce1e6e3c20e389
parent330b2ae3974947b8d68a3142a3a10615f2a6cb59
perf python: Remove debug.h

We only need to have the prototype for the eprintf() replacement we use
in the python binding, provide it and avoid dragging debug.h as a
dependency.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-s0gy4ur3drmhsknsddwjco59@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/python.c