Thread (3 messages) 3 messages, 2 authors, 2021-05-27

Re: [PATCH] perf test: Test 2 libpfm4 error cases

From: Ian Rogers <irogers@google.com>
Date: 2021-05-27 15:52:47
Also in: lkml

On Wed, May 19, 2021 at 8:12 AM Ian Rogers [off-list ref] wrote:
Proposed in:
https://lore.kernel.org/lkml/20210517140931.2559364-1-tmricht@linux.ibm.com/ (local)

Signed-off-by: Ian Rogers <irogers@google.com>
Ping.

Thanks!
Ian
quoted hunk ↗ jump to hunk
---
 tools/perf/tests/pfm.c | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff --git a/tools/perf/tests/pfm.c b/tools/perf/tests/pfm.c
index d4b0ef74defc..acd50944f6af 100644
--- a/tools/perf/tests/pfm.c
+++ b/tools/perf/tests/pfm.c
@@ -155,6 +155,16 @@ static int test__pfm_group(void)
                        .nr_events = 3,
                        .nr_groups = 1,
                },
+               {
+                       .events = "instructions}",
+                       .nr_events = 1,
+                       .nr_groups = 0,
+               },
+               {
+                       .events = "{{instructions}}",
+                       .nr_events = 0,
+                       .nr_groups = 0,
+               },
        };

        for (i = 0; i < ARRAY_SIZE(table); i++) {
--
2.31.1.751.gd2f1c929bd-goog
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help