Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c121 PyObject *synth_handler; member
1346 call_object(tables->synth_handler, t, "synth_data"); in python_export_synth()
1358 if (es->evsel->core.attr.type == PERF_TYPE_SYNTH && tables->synth_handler) in python_export_sample()
1879 tables->synth_handler = get_handler("synth_data"); in set_table_handlers()