Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddb-export.h60 int (*export_context_switch)(struct db_export *dbe, u64 db_id, member
H A Ddb-export.c610 if (dbe->export_context_switch) in db_export__switch()
611 return dbe->export_context_switch(dbe, db_id, machine, sample, in db_export__switch()