OSDN Git Service

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)
commit5939cacc60d22161adba3d6c8b3fe88b76e0f6c0
treeffcad516a8c1e52e825b463d47ce1e6e3c20e389
parent9c9e754fb804828473c5131bb3e7df78bde396e6
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