ebpf-for-windows/libs/execution_context
Dave Thaler 3d626ff9c1
Clean up order of includes (#2015)
* Clean up order of includes

Fixes #1963

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

* Update clang-format

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

* Clean up headers

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

* Update sort

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

* FIx various build errors

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

* Fix ordering if including a .c file

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

* Fix cmake build

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

* More header cleanup

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

* Update expected bpf2c output

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

* More header fixes

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

* Update expected bpf2c output for custom bpf.c

The generate script does not handle this file.

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

* Fix tests

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

* Fix more expected bpf2c output

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

---------

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Co-authored-by: Anurag Saxena <43585259+saxena-anurag@users.noreply.github.com>
Co-authored-by: Alan Jowett <alanjo@microsoft.com>
2023-02-07 18:32:19 +00:00
..
kernel Add JIT & Interpreter build switches. (#2031) 2023-02-07 15:08:47 +00:00
unit Clean up order of includes (#2015) 2023-02-07 18:32:19 +00:00
user Add option to generate .spd files for sample driven PGO (#1931) 2023-01-20 23:10:24 +00:00
CMakeLists.txt Update ubpf and fix build (#1293) 2022-07-25 10:32:35 -07:00
ebpf_core.c Clean up order of includes (#2015) 2023-02-07 18:32:19 +00:00
ebpf_core.h 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
ebpf_general_helpers.c Implement sock_addr specific global helper functions (#1847) 2023-01-30 23:44:30 +00:00
ebpf_link.c Invoke _ebpf_extension_client_notify_change before completing binding (#2009) 2023-02-07 17:09:43 +00:00
ebpf_link.h 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
ebpf_maps.c Incorporate post-merge feedback on PR#2004 (#2027) 2023-02-03 23:32:05 +00:00
ebpf_maps.h Clean up order of includes (#2015) 2023-02-07 18:32:19 +00:00
ebpf_native.c Prevent loading of incompatible native modules (#1990) 2023-02-01 20:43:58 +00:00
ebpf_native.h Clean up order of includes (#2015) 2023-02-07 18:32:19 +00:00
ebpf_program.c Clean up order of includes (#2015) 2023-02-07 18:32:19 +00:00
ebpf_program.h Make bpf prog test run async internally to allow for cancellation. (#1953) 2023-01-26 14:00:24 -08:00
ebpf_protocol.h Add bpf_prog_test_run_opts support (#1825) 2023-01-09 00:24:24 +00:00