[WIP] feat(falco): experimental multi-thread support#3833
[WIP] feat(falco): experimental multi-thread support#3833irozzo-1A wants to merge 5 commits intofalcosecurity:masterfrom
Conversation
…changes - Bump default falcosecurity/libs to latest main (8f6b914) with transformer_list_expr and field_transformer_expr (values) support - Add visit(transformer_list_expr*) to filter_details_resolver and filter_macro_resolver visitors - Fix field_transformer_expr handling to use e->values instead of e->value Signed-off-by: irozzo-1A <[email protected]>
…ed buffers - Add num_worker_threads to modern_ebpf config (falco.yaml, configuration, schema) - Open live inspector with buffers_num = num_worker_threads when > 1 - Validate syscall buffer count for multi-thread in configure_syscall_buffer_num - Add push_ctrl_msg() to falco_outputs for workers to push pre-formatted messages - Implement do_inspect_multi_thread() with per-worker engines, formats, buffer handles - Add design proposal 20251205-multi-thread-falco-design-review.md - Engine: filter_details_resolver and filter_macro_resolver AST visitor updates Made-with: Cursor Signed-off-by: Iacopo Rozzo <iacopo.rozzo@localhost>
Signed-off-by: irozzo-1A <[email protected]>
Signed-off-by: irozzo-1A <[email protected]>
Signed-off-by: irozzo-1A <[email protected]>
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: irozzo-1A The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
What type of PR is this?
Any specific area of the project related to this PR?
What this PR does / why we need it:
The libs branch with multi-thread support can be found here.
To build assuming the two repositories are in the same directory, use the following:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: