Re: [PATCH v8 3/9] perf c2c: add column rendering for function view

From: Jiebin Sun

Date: Thu Aug 13 2026 - 23:19:43 EST


Hi Namhyung,

> Can it be simplified like this?
>
> struct c2c_hist_entry *child_c2c =
> rb_entry(nd, struct c2c_hist_entry, he.rb_node);

Yes, thanks. I made this change here and in two other places where the
intermediate hist_entry was not otherwise needed. These changes will be
included in v9.

Thanks,
Jiebin