Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-python.c116 PyObject *synth_handler; member
1311 call_object(tables->synth_handler, t, "synth_data"); in python_export_synth()
1323 if (es->evsel->core.attr.type == PERF_TYPE_SYNTH && tables->synth_handler) in python_export_sample()
1850 tables->synth_handler = get_handler("synth_data"); in set_table_handlers()