Skip to content
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

[record & replay] Move callback cookie into perf buffer spec. #1656

Merged
merged 3 commits into from
Aug 7, 2023

Conversation

etep
Copy link

@etep etep commented Aug 7, 2023

Summary: To support record & replay, we move the callback cookie into the perf buffer spec. Previously, we plumbed it through as a separate argument. Moving the callback cookie into the perf buffer spec. will allow us to insert a different callback and save the original callback, i.e. to interpose a recorder for recording of perf buffer events.

Relevant Issues: #1163

Type of change: /kind feature

Test Plan: Fully covered by existing tests.

Pete Stevenson added 3 commits August 7, 2023 12:22
…) record & replay can depend on them.

Signed-off-by: Pete Stevenson <[email protected]>
Signed-off-by: Pete Stevenson <[email protected]>
Signed-off-by: Pete Stevenson <[email protected]>
@etep etep requested review from a team and ddelnano August 7, 2023 19:53
@etep etep requested a review from a team August 7, 2023 21:22
@vihangm vihangm merged commit c5b539c into pixie-io:main Aug 7, 2023
25 checks passed
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.

3 participants