|
Revision tags: v24.05, v24.09-pre, v24.05-rc1 |
|
| #
674b4c1a |
| 19-Apr-2024 |
Jim Harris <jim.harris@samsung.com> |
trace: add trace_flags_fini()
This will be needed in an upcoming patch.
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: I8c38d00219e7ba52ddebc2746087b882fd6809bf Reviewed-on: https://
trace: add trace_flags_fini()
This will be needed in an upcoming patch.
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: I8c38d00219e7ba52ddebc2746087b882fd6809bf Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22876 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| #
00918d5c |
| 02-Apr-2024 |
Jim Harris <jim.harris@samsung.com> |
trace: change trace_flags_init() to return int
Future patches will add possible error return values to this function, so prep now by changing this function to return int.
Signed-off-by: Jim Harris
trace: change trace_flags_init() to return int
Future patches will add possible error return values to this function, so prep now by changing this function to return int.
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: I139755d780a6ff67a52caf615a3c12ec6c0cf94a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22644 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
| #
dc38e848 |
| 30-Mar-2024 |
Jim Harris <jim.harris@samsung.com> |
trace: make spdk_trace_flags_init() a private function
This does not need to be in public API. So move it internally and rename it to trace_flags_init().
Signed-off-by: Jim Harris <jim.harris@samsu
trace: make spdk_trace_flags_init() a private function
This does not need to be in public API. So move it internally and rename it to trace_flags_init().
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: I871eace8ba3a028d6d61d9f3b155ae8651a32b66 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22643 Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
|
Revision tags: LTS, v24.01, v24.05-pre, v24.01-rc1, v23.09, v24.01-pre, v23.09-rc1, v23.05, v23.09-pre, v23.01.1, v23.01, v23.05-pre, v23.01-rc1, v22.01.2 |
|
| #
cd4ac9c7 |
| 14-Nov-2022 |
Xinrui Mao <xinrui.mao@intel.com> |
lib/trace: add trace_get_info RPC
Add rpc method trace_get_info to show name of shared memory file, list of the available trace point groups and mask of the available trace points for each group.
F
lib/trace: add trace_get_info RPC
Add rpc method trace_get_info to show name of shared memory file, list of the available trace point groups and mask of the available trace points for each group.
Fixes #2747
Signed-off-by: Xinrui Mao <xinrui.mao@intel.com> Change-Id: I2098283bed454dc46644fd2ca1b9568ab2aea81b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15426 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Xiaodong Liu <xiaodong.liu@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Mellanox Build Bot
show more ...
|