Home
last modified time | relevance | path

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

/tools/perf/util/scripting-engines/
Dtrace-event-python.c67 struct tables { struct
83 static struct tables tables_global; argument
538 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local
556 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local
575 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread() local
595 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm() local
613 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm_thread() local
632 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_dso() local
656 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_symbol() local
679 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_branch_type() local
[all …]