diff options
author | Namhyung Kim <namhyung@kernel.org> | 2024-03-19 06:50:56 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2024-03-21 14:41:28 +0100 |
commit | 7a838c2fd2ac81e10bedcd912153a74ca662b309 (patch) | |
tree | e470ed9b74e0715552cfe95678ff18aa7c3dbc27 /include/misc | |
parent | perf dwarf-aux: Handle type transfer for memory access (diff) | |
download | linux-7a838c2fd2ac81e10bedcd912153a74ca662b309.tar.xz linux-7a838c2fd2ac81e10bedcd912153a74ca662b309.zip |
perf dwarf-aux: Add die_find_func_rettype()
The die_find_func_rettype() is to find a debug entry for the given
function name and sets the type information of the return value. By
convention, it'd return the pointer to the type die (should be the
same as the given mem_die argument) if found, or NULL otherwise.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Adrian Hunter <adrian.hunter@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 <mhiramat@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: https://lore.kernel.org/r/20240319055115.4063940-5-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'include/misc')
0 files changed, 0 insertions, 0 deletions