Skip to content

Commit f5777a0

Browse files
FedeDPolsajiri
authored andcommitted
fix(pkg/sensors): use correct name for multiUprobePinPath.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent 95a467d commit f5777a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sensors/tracing/genericuprobe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ func addUprobe(spec *v1alpha1.UProbeSpec, ids []idtable.EntryID, in *addUprobeIn
544544
}
545545

546546
func multiUprobePinPath(sensorPath string) string {
547-
return sensors.PathJoin(sensorPath, "multi_kprobe")
547+
return sensors.PathJoin(sensorPath, "multi_uprobe")
548548
}
549549

550550
func createMultiUprobeSensor(sensorPath string, multiIDs []idtable.EntryID, policyName string, hasSleepableOffload bool) ([]*program.Program, []*program.Map, error) {

0 commit comments

Comments
 (0)