Remove old eBPF implementations - keep only new BCC-style concurrent tracing
This commit is contained in:
@@ -407,8 +407,9 @@ func (c *WebSocketClient) executeEBPFPrograms(ebpfPrograms []interface{}) []map[
|
||||
})
|
||||
}
|
||||
|
||||
// Execute eBPF programs using the agent's eBPF execution logic
|
||||
return c.agent.executeEBPFPrograms(ebpfRequests)
|
||||
// Execute eBPF programs using the agent's new BCC concurrent execution logic
|
||||
traceSpecs := c.agent.convertEBPFProgramsToTraceSpecs(ebpfRequests)
|
||||
return c.agent.executeBCCTracesConcurrently(traceSpecs)
|
||||
}
|
||||
|
||||
// executeCommandsFromPayload executes commands from a payload and returns results
|
||||
|
||||
Reference in New Issue
Block a user