Home
last modified time | relevance | path

Searched refs:sys_event_table (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/perf/pmu-events/
Djevents.c88 struct sys_event_table { struct
95 struct sys_event_table *et, *next; in free_sys_event_tables() argument
834 struct sys_event_table *sys_event_table; in process_system_event_tables() local
838 list_for_each_entry(sys_event_table, &sys_event_tables, list) { in process_system_event_tables()
840 sys_event_table->soc_id, in process_system_event_tables()
841 sys_event_table->soc_id); in process_system_event_tables()
1097 struct sys_event_table *sys_event_table; in process_one_file() local
1099 sys_event_table = malloc(sizeof(*sys_event_table)); in process_one_file()
1100 if (!sys_event_table) in process_one_file()
1103 sys_event_table->soc_id = strdup(tblname); in process_one_file()
[all …]