Lines Matching refs:event_table
54 struct event_table { struct
58 struct event_table *next; argument
61 static struct event_table *cpuevents = NULL;
92 static struct event_table intel_arch1 = {
100 static struct event_table *
104 struct event_table *table; in init_intel_arch1()
203 static struct event_table intel_silvermont_airmont = {
211 static struct event_table *
309 static struct event_table intel_goldmont = {
317 static struct event_table *
346 static struct event_table intel_goldmontplus = {
354 static struct event_table *
517 static struct event_table intel_skylake_kabylake = {
525 static struct event_table *
756 static struct event_table intel_skylake_x = {
764 static struct event_table *
779 static struct event_table intel_cascadelake = {
787 static struct event_table *
796 static struct event_table *
800 struct event_table *table; in init_intel_generic()
937 static struct event_table amd_f10h = {
1051 static struct event_table amd_f15h = {
1103 static struct event_table amd_f17h = {
1283 static struct event_table amd_f19h = {
1291 static struct event_table *
1336 recursive_event_list(struct event_table *table) in recursive_event_list()
1359 recursive_event_lookup(struct event_table *table, const char *name, in recursive_event_lookup()