6da17199 | 09-Feb-2024 |
Jim Harris <jim.harris@samsung.com> |
trace: add size field to spdk_trace_file
This is more straightforward than using an extra entry in the lcore_history_offsets array to store the file size. This will also make more sense if/when we a
trace: add size field to spdk_trace_file
This is more straightforward than using an extra entry in the lcore_history_offsets array to store the file size. This will also make more sense if/when we add other types of variable sized data to the trace files in the future.
The bulk of the changes here are in the trace_record app. We now need to write out the file_size explicitly to the out_fd.
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: I3f22359b23ae5915146142b76e38924568782334 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21791 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
3c271d5e | 18-Oct-2021 |
Krzysztof Karas <krzysztof.karas@intel.com> |
scripts/bpf/trace.py: enable printing relations for NativeProvider
Currently the only way to see the relations, while using trace.py script, is to feed it a JSON formatted file. This patch allows tr
scripts/bpf/trace.py: enable printing relations for NativeProvider
Currently the only way to see the relations, while using trace.py script, is to feed it a JSON formatted file. This patch allows trace.py to do the same for the for the binary trace files.
Change-Id: I7237896ede608080d3bec896a43586e34c297b04 Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9906 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@gmail.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
5594c7c8 | 27-Sep-2021 |
Krzysztof Karas <krzysztof.karas@intel.com> |
scripts/bpf/trace.py: print relation information
Make use of the changes introduced in previous patches while printing trace information.
Change-Id: I69edadfb4a7d34fa9c8c1c520b083372317cabbb Signed
scripts/bpf/trace.py: print relation information
Make use of the changes introduced in previous patches while printing trace information.
Change-Id: I69edadfb4a7d34fa9c8c1c520b083372317cabbb Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9638 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@gmail.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
show more ...
|