Re: [PATCH] perf test: Add parse-metric memory bandwidth testcase

2021-02-02 Thread Namhyung Kim
Hello, On Mon, Jan 25, 2021 at 9:52 PM John Garry wrote: > > Event duration_time in a metric expression requires special handling. > > Improve test coverage by including a metric whose expression includes > duration_time. The actual metric is a copied from the L1D_Cache_Fill_BW > metric on my bro

[PATCH] perf test: Add parse-metric memory bandwidth testcase

2021-01-25 Thread John Garry
Event duration_time in a metric expression requires special handling. Improve test coverage by including a metric whose expression includes duration_time. The actual metric is a copied from the L1D_Cache_Fill_BW metric on my broadwell machine. Signed-off-by: John Garry --- Based on acme perf/cor