ebpf-for-windows/tests/performance
Anurag Saxena 3f5e0ba1ba
Separate out undocked components. (#3055)
* remove not-needed includes

* fix

* fix

* update sample extension

* change include path

* export store APIs from ebpfapi.dll

* fix analyze build

* update dependencies

* add undocked projects

* undock sample_ext driver

* fix build

* more undocking

* fix build

* remove undocked projects from fuzzerdebug

* fix nuget

* remove usersim from export_program_info

* fix configuration manager

* fix tests

* skip building undocked samples for FuzzerDebug builds

* fix build

* try cicd changes

* fix cicd yml

* update export_program_info to not clean up all entries

* code cleanup

* delete global helpers from the store

* code cleanup

* export *delete* store APIs from ebpfapi

* code cleanup

* CR comments

* cr comments

* remove ansi APIs

* CR comments

* cr comments

* fix CI failure

* fix rebase build issues

* change default custom type to bind

* some more fixes

* fix tests

* fix tests

* update expected files

* fix bpf2c tests

* run export_program_info

* fix headers

* CR comments
2023-12-07 21:10:19 +00:00
..
ExecutionContext.cpp Remove XDP hook support from netebpfext.sys (#3040) 2023-12-06 17:12:17 +00:00
performance.cpp Clean up order of includes (#2015) 2023-02-07 18:32:19 +00:00
performance.h Implement bpf_get_prandom_u32 using linear congruential generator (#2761) 2023-08-17 18:20:50 +00:00
performance.vcxproj Separate out undocked components. (#3055) 2023-12-07 21:10:19 +00:00
performance.vcxproj.filters Refactor perf tests into individual areas (#579) 2021-09-21 11:43:14 -07:00
performance_measure.h Convert usersim to a DLL (#2683) 2023-07-27 18:36:05 +00:00
platform.cpp Remove barriers and spinlock in epoch_enter and epoch_exit (#2796) 2023-09-14 22:07:57 +00:00