numam-spdk/lib/event
Michael Piszczek 29c0e0dc3e thread: add spdk_poller_get_id
Issue: spdk_top tracked pollers by the poller name string and the
thread_id they are running on. This shows incorrect stats when
multiple pollers exist on the same thread with the same name.
Solution: Added a unique poller id for each poller on a thread and
to allow spdk_top to track pollers by thread_id and poller_id.

Signed-off-by: Michael Piszczek <mpiszczek@ddn.com>
Change-Id: I1879e2afc9a929d1df9e8e35510f0092c5443bdc
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5868
Community-CI: Mellanox Build Bot
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
2021-11-16 09:06:10 +00:00
..
app_rpc.c thread: add spdk_poller_get_id 2021-11-16 09:06:10 +00:00
app.c event: add disable_signal_handlers to the spdk_app_opts struct 2021-09-15 07:11:42 +00:00
log_rpc.c log_rpc: Unify codes in end path. 2021-05-05 13:26:06 +00:00
Makefile event: add disable_signal_handlers to the spdk_app_opts struct 2021-09-15 07:11:42 +00:00
reactor.c event: use for_each_reactor to shut down reactors 2021-10-21 09:17:42 +00:00
scheduler_static.c scheduler: create public API and subsystem for scheduler/governor 2021-09-07 07:33:03 +00:00
spdk_event.map scheduler: create public API and subsystem for scheduler/governor 2021-09-07 07:33:03 +00:00