Searched refs:th_out_id (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | db-export.c | 562 u64 th_out_id, th_in_id; in db_export__switch() local 595 th_out_id = th_a_id; in db_export__switch() 600 th_out_id = th_b_id; in db_export__switch() 608 th_out_id, comm_out_id, in db_export__switch()
|
H A D | db-export.h | 63 u64 th_out_id, u64 comm_out_id,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | db-export.c | 566 u64 th_out_id, th_in_id; in db_export__switch() local 599 th_out_id = th_a_id; in db_export__switch() 604 th_out_id = th_b_id; in db_export__switch() 612 th_out_id, comm_out_id, in db_export__switch()
|
H A D | db-export.h | 63 u64 th_out_id, u64 comm_out_id,
|
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1265 u64 th_out_id, u64 comm_out_id, in python_export_context_switch() 1277 tuple_set_d64(t, 4, th_out_id); in python_export_context_switch() 1262 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) python_export_context_switch() argument
|
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1421 u64 th_out_id, u64 comm_out_id, in python_export_context_switch() 1433 tuple_set_d64(t, 4, th_out_id); in python_export_context_switch() 1418 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) python_export_context_switch() argument
|
Completed in 9 milliseconds