X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=tools%2Fperf%2Ftests%2Fbpf.c;h=fa03ff0dc08313d787c83aa16005cdcca1e1240b;hp=dbf5f5215abeefd83c3dfb094881ec6b480a738d;hb=3e11300cdfd5f1bc13a05dfc6dccf69aca5dd1dc;hpb=64f4535166aa11d5bad53a058af036f2e216ad17 diff --git a/tools/perf/tests/bpf.c b/tools/perf/tests/bpf.c index dbf5f5215abe..fa03ff0dc083 100644 --- a/tools/perf/tests/bpf.c +++ b/tools/perf/tests/bpf.c @@ -192,7 +192,7 @@ static int do_test(struct bpf_object *obj, int (*func)(void), } if (count != expect * evlist->core.nr_entries) { - pr_debug("BPF filter result incorrect, expected %d, got %d samples\n", expect, count); + pr_debug("BPF filter result incorrect, expected %d, got %d samples\n", expect * evlist->core.nr_entries, count); goto out_delete_evlist; }