From mboxrd@z Thu Jan 1 00:00:00 1970 From: tarek.slaymia@gmail.com (tarek slaymia) Date: Thu, 29 May 2014 15:53:10 -0400 Subject: [lttng-dev] lttng kretprobe issue Message-ID: Hi all when i replace a syscall function address for example sys_write using this function in my LKM module : xchg(&sys_call_table[__NR_write],my_own_write); In the normal case the content of sys_call_table[__NR_write] address changes and it displays the address of my_own_write using debug technique . I have an issue when tracing this change using lttng kretprobe : lttng enable-event sys_write -k --function sys_write The ip value of sys_write ( the same address of sys_call_table[__NR_write] ) remains the same even after changing it by the new function address (address of my_own_write) Why the ip value of sys_write syscall displayed in lttng traces remains the same even after changing it ? Best regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: