it is possible to back-trace system calls, but not library calls (which is just weird)
Backtracing library calls is done via # operator. E.g. "ftrace -plt=#@MAIN" will backtrace at all calls done from main binary's PLT. It's also described in ftrace's man page.