Lines Matching full:topic
48 .topic = "branch",
59 .topic = "branch",
70 .topic = "other",
81 .topic = "other",
92 .topic = "other",
104 .topic = "cache",
125 .topic = "uncore",
139 .topic = "uncore",
153 .topic = "uncore",
167 .topic = "uncore",
181 .topic = "uncore",
195 .topic = "uncore",
209 .topic = "uncore",
234 .topic = "uncore",
248 .topic = "uncore",
303 if (!is_same(e1->topic, e2->topic)) { in compare_pmu_events()
304 pr_debug2("testing event e1 %s: mismatched topic, %s vs %s\n", in compare_pmu_events()
305 e1->name, e1->topic, e2->topic); in compare_pmu_events()
398 if (!is_same(alias->topic, event->topic)) { in compare_alias_to_test_event()
399 pr_debug("testing aliases PMU %s: mismatched topic, %s vs %s\n", in compare_alias_to_test_event()
400 pmu_name, alias->topic, event->topic); in compare_alias_to_test_event()