Searched defs:tables (Results 1 – 3 of 3) sorted by relevance
| /tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 109 struct tables { struct 127 static struct tables tables_global; argument 1151 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local 1169 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local 1188 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread() local 1209 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm() local 1230 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm_thread() local 1249 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_dso() local 1273 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_symbol() local 1296 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_branch_type() local [all …]
|
| /tools/perf/pmu-events/ |
| D | empty-pmu-events.c | 547 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in find_core_events_table() local 558 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in find_core_metrics_table() local 569 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in pmu_for_each_core_event() local 583 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in pmu_for_each_core_metric() local 596 for (const struct pmu_sys_events *tables = &pmu_sys_event_tables[0]; in find_sys_events_table() local 607 for (const struct pmu_sys_events *tables = &pmu_sys_event_tables[0]; in pmu_for_each_sys_event() local 621 for (const struct pmu_sys_events *tables = &pmu_sys_event_tables[0]; in pmu_for_each_sys_metric() local
|
| /tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 4718 def TableMenu(self, tables, menu): argument
|