Home
last modified time | relevance | path

Searched defs:tables (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/scripting-engines/
Dtrace-event-python.c102 struct tables { struct
120 static struct tables tables_global; argument
981 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local
999 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local
1018 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread() local
1039 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm() local
1060 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm_thread() local
1079 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_dso() local
1103 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_symbol() local
1126 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_branch_type() local
[all …]
/tools/perf/scripts/python/
Dexported-sql-viewer.py4714 def TableMenu(self, tables, menu): argument