Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Ddb-export.h25 struct export_sample { struct
56 int (*export_sample)(struct db_export *dbe, struct export_sample *es); argument
Ddb-export.c349 struct export_sample es = { in db_export__sample()
406 if (dbe->export_sample) in db_export__sample()
407 err = dbe->export_sample(dbe, &es); in db_export__sample()
/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-python.c1262 struct export_sample *es) in python_export_sample_table()
1300 static void python_export_synth(struct db_export *dbe, struct export_sample *es) in python_export_synth()
1317 struct export_sample *es) in python_export_sample()