-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new: driver selection logic #484
Commits on Mar 20, 2024
-
new(cmd,internal,pkg): added support for driver automatic selection l…
…ogic. `Driver.Type` will now be a slice in config. Then, cmd/driver_linux will take care of discovering, given the list of allowed driver types loaded from the config, the correct driver to be used. This has multple consequencies: * enforcing a single `--type` works like the existing behavior * allowed driver types are in descending priority order Signed-off-by: Federico Di Pierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7075209 - Browse repository at this point
Copy the full SHA 7075209View commit details
Commits on Mar 21, 2024
-
chore(pkg/driver): COS does only support ebpf probes.
Signed-off-by: Federico Di Pierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67d03c7 - Browse repository at this point
Copy the full SHA 67d03c7View commit details -
chore(cmd/driver,pkg/driver): use cilium/ebpf library to check for mo…
…dern bpf support. Signed-off-by: Federico Di Pierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3047ce4 - Browse repository at this point
Copy the full SHA 3047ce4View commit details -
chore(cmd/driver,pkg/driver): only load distro and kernelrelease in c…
…md/driver_linux root command. Signed-off-by: Federico Di Pierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73efa99 - Browse repository at this point
Copy the full SHA 73efa99View commit details -
chore(cmd,pkg): fixed tests and linter.
Signed-off-by: Federico Di Pierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b63c0f8 - Browse repository at this point
Copy the full SHA b63c0f8View commit details -
chore(pkg/driver): less verbose ProgramSpec for modern bpf Tracing pr…
…ogram type check. Signed-off-by: Federico Di Pierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9458932 - Browse repository at this point
Copy the full SHA 9458932View commit details -
chore(pkg/driver/kernel): moved driverkernel FetchInfo to linux only …
…version. Moreover, added a version for others OS. Signed-off-by: Federico Di Pierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a56cf9 - Browse repository at this point
Copy the full SHA 2a56cf9View commit details
Commits on Mar 25, 2024
-
chore(cmdk,pkg,internal): bump copyright year for all touched files.
Also, allow `FetchInfo` to override kernelrelease/version if only one of them is enforced. Signed-off-by: Federico Di Pierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f91849 - Browse repository at this point
Copy the full SHA 2f91849View commit details