Skip to content

Conversation

@vishaal2002
Copy link

Fixes #1064

@vishaal2002 vishaal2002 requested review from a team as code owners January 13, 2026 14:54
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 13, 2026

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: florianl / name: Florian Lehner (7d4292b)

Copy link
Contributor

@florianl florianl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick update. Just one comment.

expected := strings.Split(in, ",")
for tracer := range maxTracers {
if slices.Contains(expected, tracer.String()) && availableOnArch(tracer) {
found := false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd revert this and keep the previous logic here, this code is both harder to understand and worse performance-wise.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, as you wish

Copy link
Author

@vishaal2002 vishaal2002 Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any other changes should i need to. make @christos68k ??

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, everything else looks OK to me.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vishaal2002 can you revert this hunk? Looks good to me otherwise also. Thanks!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unable to revert the change since my temporary fork has been deleted.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't your fork here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[chore] replace strings.(SplitN,FieldsN) with with stringutil.(SplitN,FieldsN)

6 participants