+29
−5
Loading
This allows for offline debugging with a tracepoint file - you can copy the shared memory file out of /dev/shm to a normal file, then pass that in to this trace app. Note: Linux puts shared memory files in /dev/shm which makes it easy to copy to a regular file. FreeBSD does not expose shared memory objects in this way - so for now this capability to debug tracepoint files offline will be limited primarily to Linux. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I046b71bdd65cab5a76500775838a5072bec8da39 Reviewed-on: https://review.gerrithub.io/424284 Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>