Skip to content

Commit

Permalink
Removing comments
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <amitschendel@gmail.com>
  • Loading branch information
amitschendel committed Oct 20, 2024
1 parent 5192b73 commit f18529a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tracer/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ func loadUnwinders(coll *cebpf.CollectionSpec, ebpfProgs map[string]*cebpf.Progr
{name: "native_tracer_entry_perf", noTailCallTarget: true, enable: true},
}

// Use the new function
err = loadEBPFPrograms(unwinders, coll, ebpfProgs, perfTailcallMap, programOptions)
if err != nil {
return err
Expand All @@ -558,7 +557,6 @@ func loadUnwinders(coll *cebpf.CollectionSpec, ebpfProgs map[string]*cebpf.Progr
{name: "native_tracer_entry_kprobe", noTailCallTarget: true, enable: true},
}

// Use the new function
err = loadEBPFPrograms(unwinders, coll, ebpfProgs, kprobeTailcallMap, programOptions)
if err != nil {
return err
Expand Down

0 comments on commit f18529a

Please sign in to comment.