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

bpe_event with flows #46

Closed
wants to merge 1 commit into from
Closed

bpe_event with flows #46

wants to merge 1 commit into from

Conversation

pal-alex
Copy link
Contributor

No description provided.

NewThreads = lists:sublist(Threads, Pointer-1) ++ [FlowId] ++ lists:nthtail(Pointer, Threads),
NewPointer = Pointer + 1,
% logger:notice("BPE: event add sched with a pointer ~p and threads ~p", [NewPointer, NewThreads]),
bpe:add_sched(ProcState, NewPointer, NewThreads),
Copy link
Member

Choose a reason for hiding this comment

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

adding bpe:add_sched to event processing is vital to keep traces and scheduler consistent.

@5HT 5HT closed this Jan 14, 2021
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.

2 participants