Lines Matching full:topic
46 .topic = "branch",
57 .topic = "branch",
68 .topic = "other",
79 .topic = "other",
90 .topic = "other",
102 .topic = "cache",
123 .topic = "uncore",
137 .topic = "uncore",
151 .topic = "uncore",
165 .topic = "uncore",
179 .topic = "uncore",
202 .topic = "uncore",
264 if (!is_same(e1->topic, e2->topic)) { in compare_pmu_events()
265 pr_debug2("testing event e1 %s: mismatched topic, %s vs %s\n", in compare_pmu_events()
266 e1->name, e1->topic, e2->topic); in compare_pmu_events()
347 if (!is_same(alias->topic, event->topic)) { in compare_alias_to_test_event()
348 pr_debug("testing aliases PMU %s: mismatched topic, %s vs %s\n", in compare_alias_to_test_event()
349 pmu_name, alias->topic, event->topic); in compare_alias_to_test_event()