Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddb-export.h25 struct export_sample { struct
56 int (*export_sample)(struct db_export *dbe, struct export_sample *es); argument
H A Ddb-export.c353 struct export_sample es = { in db_export__sample()
412 if (dbe->export_sample) in db_export__sample()
413 err = dbe->export_sample(dbe, &es); in db_export__sample()
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1297 struct export_sample *es) in python_export_sample_table()
1335 static void python_export_synth(struct db_export *dbe, struct export_sample *es) in python_export_synth()
1352 struct export_sample *es) in python_export_sample()