summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-test.c')
-rw-r--r--tools/perf/builtin-test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/builtin-test.c b/tools/perf/builtin-test.c
index 3e087ce8daa6..844c53a49a5a 100644
--- a/tools/perf/builtin-test.c
+++ b/tools/perf/builtin-test.c
@@ -650,7 +650,7 @@ static int test__checkevent_raw(struct perf_evlist *evlist)
650 650
651 TEST_ASSERT_VAL("wrong number of entries", 1 == evlist->nr_entries); 651 TEST_ASSERT_VAL("wrong number of entries", 1 == evlist->nr_entries);
652 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->attr.type); 652 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->attr.type);
653 TEST_ASSERT_VAL("wrong config", 1 == evsel->attr.config); 653 TEST_ASSERT_VAL("wrong config", 0x1a == evsel->attr.config);
654 return 0; 654 return 0;
655} 655}
656 656
@@ -872,7 +872,7 @@ static struct test__event_st {
872 .check = test__checkevent_tracepoint_multi, 872 .check = test__checkevent_tracepoint_multi,
873 }, 873 },
874 { 874 {
875 .name = "r1", 875 .name = "r1a",
876 .check = test__checkevent_raw, 876 .check = test__checkevent_raw,
877 }, 877 },
878 { 878 {
@@ -916,7 +916,7 @@ static struct test__event_st {
916 .check = test__checkevent_tracepoint_multi_modifier, 916 .check = test__checkevent_tracepoint_multi_modifier,
917 }, 917 },
918 { 918 {
919 .name = "r1:kp", 919 .name = "r1a:kp",
920 .check = test__checkevent_raw_modifier, 920 .check = test__checkevent_raw_modifier,
921 }, 921 },
922 { 922 {