]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
perf probe: Add missing build-id.h header.
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 10 Sep 2019 15:16:27 +0000 (16:16 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 20 Sep 2019 12:19:20 +0000 (09:19 -0300)
commit36f3f450a8dc02d9ba0d31bc31d5b329759ed855
tree944cdefd0006091cdb463ad77a25a12cfb8ee5e3
parentfb71c86cc804b8f490fce1b9140014043ec41858
perf probe: Add missing build-id.h header.

It uses things defined in that header and was getting it only
indirectly, thru dso.h, fix it.

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-7u3sf4j5huhi3mqa1q77524b@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/probe-file.c