Searched refs:th_in_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 596 th_in_id = th_b_id; in db_export__switch() 601 th_in_id = th_a_id; in db_export__switch() 609 th_in_id, comm_in_id, flags); in db_export__switch()
|
H A D | db-export.h | 64 u64 th_in_id, u64 comm_in_id, int flags);
|
/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 600 th_in_id = th_b_id; in db_export__switch() 605 th_in_id = th_a_id; in db_export__switch() 613 th_in_id, comm_in_id, flags); in db_export__switch()
|
H A D | db-export.h | 64 u64 th_in_id, u64 comm_in_id, int flags);
|
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1266 u64 th_in_id, u64 comm_in_id, int flags) in python_export_context_switch() 1279 tuple_set_d64(t, 6, th_in_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 | 1422 u64 th_in_id, u64 comm_in_id, int flags) in python_export_context_switch() 1435 tuple_set_d64(t, 6, th_in_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 15 milliseconds