Re: [PATCH] perf tools: Add OCaml demangling

2021-02-17 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 16, 2021 at 04:47:30PM +0900, Namhyung Kim escreveu: > Hello, > > (+ Cc: LKML) > > On Thu, Feb 4, 2021 at 6:22 AM Fabian Hemmer wrote: > > > > Detect symbols generated by the OCaml compiler based on their prefix. > > > > Demangle OCaml symbols, returning a newly allocated string (lik

Re: [PATCH] perf tools: Add OCaml demangling

2021-02-15 Thread Namhyung Kim
Hello, (+ Cc: LKML) On Thu, Feb 4, 2021 at 6:22 AM Fabian Hemmer wrote: > > Detect symbols generated by the OCaml compiler based on their prefix. > > Demangle OCaml symbols, returning a newly allocated string (like the > existing Java demangling functionality). > > Move a helper function (hex) f