In system calls that have string srguments ftrace prints somehting like frysk.proc.Syscall@168f60 instead of the actual string
Does this still happen? Could you give an example? When I trace 'ls' I see plenty of strings printed as such: 9346.9346 <SYSCALL> access ("/etc/ld.so.preload",4) = -1 ERRNO=2
If I recall correctly, ftrace can show the file path correctly on ppc64 too.
Someone fixed this.