Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/ !
Ddb-export.h31 u64 comm_db_id; member
Ddb-export.c374 es.comm_db_id = comm->db_id; in db_export__sample()
/linux-6.1.9/tools/perf/util/scripting-engines/ !
Dtrace-event-python.c1273 tuple_set_d64(t, 4, es->comm_db_id); in python_export_sample_table()
1356 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return() local
1363 tuple_set_d64(t, 2, comm_db_id); in python_export_call_return()