ebpf-for-windows/libs/execution_context
Dave Thaler 6d3be2a0c2
Fix netsh "show maps" output (#581)
* Fix netsh "show maps" output

* Display correct inner map ID
* Display Map ID
* Display count of # paths pinned
* Correct "set program" help text

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix rebase

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

Co-authored-by: Alan Jowett <alanjo@microsoft.com>
2021-09-21 10:34:13 -06:00
..
kernel Switch from MultiThreadedDebug to MultiThreadedDebugDll (#528) 2021-09-14 08:46:01 -06:00
unit Add BPF_MAP_TYPE_LRU_HASH (#556) 2021-09-17 10:28:49 -07:00
user Disable /ZI and incremental linking (#546) 2021-09-16 16:49:02 -06:00
ebpf_core.c Set thread affinity during ioctl calls (#580) 2021-09-21 10:17:27 -06:00
ebpf_core.h clean up test code (#492) 2021-09-07 08:46:07 -07:00
ebpf_general_helpers.c Add support for bpf_ktime_get_ns (#511) 2021-09-10 12:45:52 -06:00
ebpf_link.c Fail link initialize if loading extension fails (#540) 2021-09-15 12:11:13 -06:00
ebpf_link.h Fail link initialize if loading extension fails (#540) 2021-09-15 12:11:13 -06:00
ebpf_maps.c Fix netsh "show maps" output (#581) 2021-09-21 10:34:13 -06:00
ebpf_maps.h Use CRT library to map handles to fds (#513) 2021-09-14 09:25:56 -06:00
ebpf_program.c Improve netsh show programs functionality (#548) 2021-09-17 16:41:43 -07:00
ebpf_program.h Add support for libbpf bpf_obj_get_info_by_fd API (#510) 2021-09-10 21:54:07 -07:00
ebpf_protocol.h Switch ebpf_pinning_table_get_next_name to use ebpf_utf8_string_t (#552) 2021-09-20 13:42:22 -06:00