Lines Matching full:topic
36 .topic = "branch",
46 .topic = "branch",
56 .topic = "other",
66 .topic = "other",
76 .topic = "other",
94 .topic = "uncore",
106 .topic = "uncore",
188 if (!is_same(table->topic, te->topic)) { in test_pmu_event_table()
189 pr_debug2("testing event table %s: mismatched topic, %s vs %s\n", in test_pmu_event_table()
190 table->name, table->topic, in test_pmu_event_table()
191 te->topic); in test_pmu_event_table()
339 if (!is_same(alias->topic, te->topic)) { in __test__pmu_event_aliases()
340 pr_debug2("testing aliases PMU %s: mismatched topic, %s vs %s\n", in __test__pmu_event_aliases()
341 pmu_name, alias->topic, te->topic); in __test__pmu_event_aliases()