Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddb-export.h31 u64 comm_db_id; member
H A Ddb-export.c380 es.comm_db_id = comm->db_id; in db_export__sample()
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1308 tuple_set_d64(t, 4, es->comm_db_id); in python_export_sample_table()
1391 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return() local
1398 tuple_set_d64(t, 2, comm_db_id); in python_export_call_return()