/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | db-export.c | 559 u64 comm_out_id, comm_in_id; in db_export__switch() local 598 comm_in_id = comm_b ? comm_b->db_id : 0; in db_export__switch() 603 comm_in_id = comm_a ? comm_a->db_id : 0; 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 | 563 u64 comm_out_id, comm_in_id; in db_export__switch() local 602 comm_in_id = comm_b ? comm_b->db_id : 0; in db_export__switch() 607 comm_in_id = comm_a ? comm_a->db_id : 0; 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/scripts/python/ |
H A D | export-to-postgresql.py | 493 'comm_in_id bigint,' 730 ' INNER JOIN comms AS comm_in ON comm_in.id = context_switches.comm_in_id') 946 'ADD CONSTRAINT cinfk FOREIGN KEY (comm_in_id) REFERENCES comms (id)') 1108 def context_switch_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_in_id, flags, *x): 1110 value = struct.pack(fmt, 9, 8, id, 8, machine_id, 8, time, 4, cpu, 8, thread_out_id, 8, comm_out_id, 8, thread_in_id, 8, comm_in_id, 4, flags)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 495 'comm_in_id bigint,' 733 ' INNER JOIN comms AS comm_in ON comm_in.id = context_switches.comm_in_id') 949 'ADD CONSTRAINT cinfk FOREIGN KEY (comm_in_id) REFERENCES comms (id)') 1111 def context_switch_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_in_id, flags, *x): 1113 value = struct.pack(fmt, 9, 8, id, 8, machine_id, 8, time, 4, cpu, 8, thread_out_id, 8, comm_out_id, 8, thread_in_id, 8, comm_in_id, 4, 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() 1280 tuple_set_d64(t, 7, comm_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() 1436 tuple_set_d64(t, 7, comm_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
|