Searched refs:th_in_id (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Ddb-export.h64 u64 th_in_id, u64 comm_in_id, int flags);
H A Ddb-export.c566 u64 th_out_id, th_in_id; local
600 th_in_id = th_b_id;
605 th_in_id = th_a_id;
613 th_in_id, comm_in_id, flags);
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1435 u64 th_in_id, u64 comm_in_id, int flags)
1448 tuple_set_d64(t, 6, th_in_id);
1431 python_export_context_switch(struct db_export *dbe, u64 db_id, struct machine *machine, struct perf_sample *sample, u64 th_out_id, u64 comm_out_id, u64 th_in_id, u64 comm_in_id, int flags) argument

Completed in 108 milliseconds