aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKan Liang <[email protected]>2021-03-03 08:01:24 -0800
committerArnaldo Carvalho de Melo <[email protected]>2021-03-06 16:54:31 -0300
commita8146d66ab0184ad1728eaeb59cfdf256f4b8fbf (patch)
tree364691f5cd7580df0f12084c2efcab3448131426 /tools/perf/scripts/python
parentec4d0a7680c793ef68d47507fcec245019ee6f33 (diff)
perf test: Fix sample-parsing failure on non-x86 platforms
Executing 'perf test 27' fails on s390: [root@t35lp46 perf]# ./perf test -Fv 27 27: Sample parsing --- start --- ---- end ---- Sample parsing: FAILED! [root@t35lp46 perf]# The commit fbefe9c2f87fd392 ("perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing") changes the ins_lat to a model-specific variable only for X86, but perf test still verify the variable in the generic test. Remove the ins_lat check in the generic test. The following patch will add it in the X86 specific test. Fixes: fbefe9c2f87fd392 ("perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing") Reported-by: Thomas Richter <[email protected]> Signed-off-by: Kan Liang <[email protected]> Tested-by: Thomas Richter <[email protected]> Cc: Athira Jajeev <[email protected]> Cc: Heiko Carstens <[email protected]> Cc: Sumanth Korikkar <[email protected]> Cc: Sven Schnelle <[email protected]> Cc: Vasily Gorbik <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions