]> git.itanic.dy.fi Git - linux-stable/commit
perf tools: Add util/debuginfo.[ch] files
authorNamhyung Kim <namhyung@kernel.org>
Thu, 9 Nov 2023 23:59:22 +0000 (15:59 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 10 Nov 2023 12:03:54 +0000 (09:03 -0300)
commit6f1b6291cf73cb3223f6fb9ec16862a5fe7ed957
treec03d25ba232dde54dca534427d8a09a5ef1ccecd
parentfb7fd2a14a503b9a23fe10303923fc0605c22288
perf tools: Add util/debuginfo.[ch] files

Split debuginfo data structure and related functions into a separate
file so that it can be used by other components than the probe-finder.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: linux-toolchains@vger.kernel.org
Cc: linux-trace-devel@vger.kernel.org
Link: https://lore.kernel.org/r/20231110000012.3538610-4-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/Build
tools/perf/util/debuginfo.c [new file with mode: 0644]
tools/perf/util/debuginfo.h [new file with mode: 0644]
tools/perf/util/probe-finder.c
tools/perf/util/probe-finder.h