Closed 976772537 closed 1 year ago
kedr_capture_trace is deprecated and should not be built by default.
I'd suggest using Ftrace facilities available in the kernel itself (https://www.kernel.org/doc/html/latest/trace/ftrace.html), they are much more advanced now.
As for KEDR tools as they are now (leak checking and fault simulation), I have almost no time to develop them further.
For now, they are probably suitable for educational purposes only.
I used these commands to configure KEDR Framework in ubuntu12.04 (Linux 3.5.0). $ cmake -DKEDR_STANDARD_CALLM_PAYLOADS=on ../kedr-0.6/sources/ $ make && make install But in my /usr/local/bin only have
kedr
andkedr_gen
. Can you tell me how to findkedr_capture_trace
?