Searched defs:tables (Results 1 – 3 of 3) sorted by relevance
/tools/perf/util/scripting-engines/ |
A D | trace-event-python.c | 92 struct tables { struct 110 static struct tables tables_global; argument 1138 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local 1156 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local 1175 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread() local 1196 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm() local 1501 struct tables *tables = &tables_global; in python_process_event() local 1593 struct tables *tables = &tables_global; in python_process_switch() local 1792 static void set_table_handlers(struct tables *tables) in set_table_handlers() 1904 struct tables *tables = &tables_global; in python_start_script() local [all …]
|
/tools/perf/pmu-events/ |
A D | empty-pmu-events.c | 720 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in find_core_events_table() local 731 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in find_core_metrics_table() local 742 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in pmu_for_each_core_event() local 756 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in pmu_for_each_core_metric() local 769 for (const struct pmu_sys_events *tables = &pmu_sys_event_tables[0]; in find_sys_events_table() local 780 for (const struct pmu_sys_events *tables = &pmu_sys_event_tables[0]; in pmu_for_each_sys_event() local 794 for (const struct pmu_sys_events *tables = &pmu_sys_event_tables[0]; in pmu_for_each_sys_metric() local
|
/tools/perf/scripts/python/ |
A D | exported-sql-viewer.py | 4718 def TableMenu(self, tables, menu): argument
|
Completed in 44 milliseconds