mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 13:02:35 -04:00
perf test stat csv: Update test expectations and events
Explicitly use a metric rather than implicitly expecting '-e instructions,cycles' to produce a metric. Use a metric with software events to make it more compatible. Signed-off-by: Ian Rogers <irogers@google.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
@@ -44,7 +44,7 @@ function commachecker()
|
||||
;; "--per-die") exp=8
|
||||
;; "--per-cluster") exp=8
|
||||
;; "--per-cache") exp=8
|
||||
;; "--metric-only") exp=2
|
||||
;; "--metric-only") exp=1
|
||||
esac
|
||||
|
||||
while read line
|
||||
|
||||
Reference in New Issue
Block a user