ebpf-for-windows/libs/ebpfnetsh
Alan Jowett 5bd706092b
Add option to generate .spd files for sample driven PGO (#1931)
* Add option to generate .spd files for sample driven PGO

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* Fix test failure

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
2023-01-20 23:10:24 +00:00
..
CMakeLists.txt cmake: Add base targets (#882) 2022-04-26 05:39:37 -07:00
ebpfnetsh.vcxproj Add option to generate .spd files for sample driven PGO (#1931) 2023-01-20 23:10:24 +00:00
ebpfnetsh.vcxproj.filters support interface parameter for loading XDP program in netsh ebpf con… (#790) 2022-03-09 16:15:58 -08:00
elf.cpp First round of memory leak fixes in ebpfapi (#1774) 2022-12-29 11:53:16 -08:00
elf.h Add some netsh tests (#295) 2021-06-23 09:54:36 -07:00
links.cpp Add support for new libbpf APIs (#1288) 2022-07-29 14:57:30 -04:00
links.h Add option to pin all programs added, and show links and maps (#553) 2021-09-17 18:52:47 -07:00
maps.cpp Add support for new libbpf APIs (#1288) 2022-07-29 14:57:30 -04:00
maps.h Add netsh command to show maps (#476) 2021-09-01 08:10:39 -07:00
pins.cpp Add ability to enumerate maps associated with a program (#1395) 2022-09-30 12:12:12 -07:00
pins.h Add option to pin all programs added, and show links and maps (#553) 2021-09-17 18:52:47 -07:00
programs.cpp Fix code analysis annotations for In and In_opt parameters by adding const where appropriate or changing to Inout where appropriate. (#1749) 2022-12-15 15:58:33 -08:00
programs.h Add some netsh tests (#295) 2021-06-23 09:54:36 -07:00
tokens.h support interface parameter for loading XDP program in netsh ebpf con… (#790) 2022-03-09 16:15:58 -08:00
utilities.cpp Annotate remaining code with _Must_inspect_result_ (#1570) 2022-11-18 13:36:24 -08:00
utilities.h Annotate remaining code with _Must_inspect_result_ (#1570) 2022-11-18 13:36:24 -08:00