Message ID | 20220819110939.78013-8-likexu@tencent.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | x86/pmu: Test case optimization, fixes and additions | expand |
On Fri, Aug 19, 2022, Like Xu wrote: > From: Like Xu <likexu@tencent.com> > > The inappropriate prefix may be propagated to later test cases if any. Nit, please make changelogs standalone, i.e. don't depend on the shortlog for context. > Signed-off-by: Like Xu <likexu@tencent.com> Reviewed-by: Sean Christopherson <seanjc@google.com>
diff --git a/x86/pmu.c b/x86/pmu.c index 9262f3c..4eb92d8 100644 --- a/x86/pmu.c +++ b/x86/pmu.c @@ -674,6 +674,7 @@ int main(int ac, char **av) report_prefix_push("full-width writes"); check_counters(); check_gp_counters_write_width(); + report_prefix_pop(); } return report_summary();