Re: [PATCH 6/9] trace2:experiment: clear_ce_flags_1
From: Elijah Newren <hidden>
Date: 2019-08-24 00:08:39
From: Elijah Newren <hidden>
Date: 2019-08-24 00:08:39
On Tue, Aug 20, 2019 at 8:12 AM Jeff Hostetler via GitGitGadget [off-list ref] wrote:
From: Jeff Hostetler <redacted>
Can the commit summary be turned into English?
The clear_ce_flags_1 method is used by many types of calls to unpack_trees(). Add trace2 regions around the method, including some flag information, so we can get granular performance data during experiments.
It might be nice to have some words in the cover letter about why this patch is included in this series instead of being a separate submission. I'm not familiar with the trace2 stuff yet; this looks probably useful, but the commit message makes it sound like something general rather than specific to this series.
Signed-off-by: Jeff Hostetler <redacted> Signed-off-by: Derrick Stolee <redacted> ---
<snip>