Home
last modified time | relevance | path

Searched defs:comm_db_id (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Ddb-export.h31 u64 comm_db_id; member
/kernel/linux/linux-6.6/tools/perf/util/
Ddb-export.h31 u64 comm_db_id; member
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c1235 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return() local
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
Dtrace-event-python.c1391 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return() local