Feature #28
closedImplement the State Dump
0%
Description
Re-implement LTTng 0.x 's statedump with the new toolchain.
This queries the state of each running process on the system at the start of a trace, and write it as a pseudo-event. This then allows the viewer to fill up its internal state system.
Tentatively aimed for 2.0, but it's not a blocker for the release.
Updated by Mathieu Desnoyers almost 13 years ago
- Status changed from New to Resolved
current state:
implemented:
lttng_enumerate_process_states(session);
lttng_enumerate_file_descriptors(session);
lttng_enumerate_vm_maps(session);
lttng_list_interrupts(session);
lttng_enumerate_network_ip_interface(session);
TODO, requires access to kernel internal:
/* TODO lttng_dump_idt_table(session); /
/ TODO lttng_dump_softirq_vec(session); /
/ TODO lttng_list_modules(session); /
/ TODO lttng_dump_swap_files(session); */