Lines Matching full:topic
51 .topic = "branch",
63 .topic = "branch",
75 .topic = "other",
87 .topic = "other",
99 .topic = "other",
112 .topic = "cache",
133 .topic = "uncore",
147 .topic = "uncore",
161 .topic = "uncore",
175 .topic = "uncore",
189 .topic = "uncore",
203 .topic = "uncore",
217 .topic = "uncore",
242 .topic = "uncore",
256 .topic = "uncore",
270 .topic = "uncore",
326 if (!is_same(e1->topic, e2->topic)) { in compare_pmu_events()
327 pr_debug2("testing event e1 %s: mismatched topic, %s vs %s\n", in compare_pmu_events()
328 e1->name, e1->topic, e2->topic); in compare_pmu_events()
391 if (!is_same(alias->topic, event->topic)) { in compare_alias_to_test_event()
392 pr_debug("testing aliases PMU %s: mismatched topic, %s vs %s\n", in compare_alias_to_test_event()
393 pmu_name, alias->topic, event->topic); in compare_alias_to_test_event()