This is an automated email from the ASF dual-hosted git repository.

liuhan pushed a commit to branch perf
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git


The following commit(s) were added to refs/heads/perf by this push:
     new e6249ff  test log
e6249ff is described below

commit e6249ff76b1335b042faf9a6ffbdd1692ee9495f
Author: mrproliu <[email protected]>
AuthorDate: Wed Dec 25 16:45:34 2024 +0800

    test log
---
 pkg/tools/btf/queue.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkg/tools/btf/queue.go b/pkg/tools/btf/queue.go
index fdd8754..b040f3e 100644
--- a/pkg/tools/btf/queue.go
+++ b/pkg/tools/btf/queue.go
@@ -152,6 +152,7 @@ func (e *EventQueue) Start(ctx context.Context, linker 
*Linker) {
 
 func (e *EventQueue) Push(key int, data interface{}) {
        // append data
+       log.Infof("queue %s partition %d push data", e.name, key%e.count)
        e.partitions[key%e.count].channel <- data
 }
 

Reply via email to