Re: [PATCH] perf tools: Preserve identifier id in OCaml demangler

2021-03-30 Thread Arnaldo Carvalho de Melo
Em Fri, Feb 26, 2021 at 02:52:23AM -0500, Fabian Hemmer escreveu: > Some OCaml developers reported that this bit of information is sometimes > useful for disambiguating functions for which the OCaml compiler assigns > the same name, e.g. nested or inlined functions. Sorry for the delay in

[PATCH] perf tools: Preserve identifier id in OCaml demangler

2021-02-26 Thread Fabian Hemmer
Some OCaml developers reported that this bit of information is sometimes useful for disambiguating functions for which the OCaml compiler assigns the same name, e.g. nested or inlined functions. Signed-off-by: Fabian Hemmer --- tools/perf/tests/demangle-ocaml-test.c | 6 +++---