On Thu, Nov 17, 2011 at 5:14 PM, Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> wrote: > > Thanks. Can I trace function callbacks too? I think it involves > keeping track of callbacks until they are called.. Yes and no. You can enumerate the access list and find the function pointer symbol. You can also find the instruction that call to the function pointer. However, that does not tell you want value is in that function pointer. You need to do date flow analyze to find out the value in the function pointer. In other words, exactly which function it is call to. If the pointer is load from memory, it is very hard to trace. That pointer value can be overwritten by any code. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html