Skip to content

Implement 'samply setup' to codesign binary #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 21, 2024
Merged

Implement 'samply setup' to codesign binary #217

merged 2 commits into from
May 21, 2024

Conversation

vvuk
Copy link
Collaborator

@vvuk vvuk commented May 20, 2024

No description provided.

@@ -301,7 +305,7 @@ impl ExistingProcessRunner {
};

// always root pid first
queue_pid(pid, true);
queue_pid(pid, false);
Copy link
Owner

Choose a reason for hiding this comment

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

Seems unrelated, is it intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unrelated yeah, but also intentional; happened to catch it while looking at this and accidentally included it in here. It should be a failure if we can't attach to the root pid, because the profile will be empty.

Copy link
Owner

@mstange mstange left a comment

Choose a reason for hiding this comment

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

Cool! Oh and please fix the typo in the commit message too. :)

@vvuk vvuk changed the title Impelement 'samply setup' to codesign binary May 21, 2024
@vvuk vvuk enabled auto-merge (squash) May 21, 2024 22:36
@vvuk vvuk merged commit 6d11f3b into main May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants