Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Ddb-export.h39 u64 comm_db_id; member
Ddb-export.c318 es.comm_db_id = comm->db_id; in db_export__sample()
/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-python.c683 tuple_set_u64(t, 4, es->comm_db_id); in python_export_sample()
735 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return() local
742 tuple_set_u64(t, 2, comm_db_id); in python_export_call_return()