Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddb-export.c562 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 Ddb-export.h64 u64 th_in_id, u64 comm_in_id, int flags);
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddb-export.c566 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 Ddb-export.h64 u64 th_in_id, u64 comm_in_id, int flags);
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1266 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 Dtrace-event-python.c1422 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