Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Ddb-export.h107 int db_export__switch(struct db_export *dbe, union perf_event *event,
Ddb-export.c548 int db_export__switch(struct db_export *dbe, union perf_event *event, in db_export__switch() function
/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-python.c1556 db_export__switch(&tables->dbe, event, sample, machine); in python_process_switch()