I want to know the call stack of a read() to a file which stored in NVMe SSD.
But strace can only tell the syscall.
I want a stack like:
...
blk_mq_submit_bio()
submit_bio()
...
Hoping for help.
Upd: Reopen.
I want to know the call stack of a read() to a file which stored in NVMe SSD.
But strace can only tell the syscall.
I want a stack like:
...
blk_mq_submit_bio()
submit_bio()
...
Hoping for help.
Upd: Reopen.