Re: [PATCH v8 3/9] perf c2c: add column rendering for function view
Jiebin Sun <[email protected]>
| Newsgroups | org.kernel.vger.linux-perf-users,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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