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

docs(profiler): fix my_get_cpu_cb implementation #5641

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

hpfaz
Copy link
Contributor

@hpfaz hpfaz commented Feb 12, 2024

Description of the feature or fix

my_get_cpu_cb neither provides a pointer to cpu_id nor node_id int variable.
Refer to syscall signature :
int getcpu(unsigned int *_Nullable cpu, unsigned int *_Nullable node);

Notes

my_get_cpu_cb neither provides a pointer to cpu_id nor node_id int variable.
Refer to syscall signature :
int getcpu(unsigned int *_Nullable cpu, unsigned int *_Nullable node);

Signed-off-by: Hatim-Pierre FAZILEABASSE <hatim-pierre.fazileabasse@ingenico.com>
@kisvegabor
Copy link
Member

Thank you!

Just for the record, here is the documentation of getcpu: https://man7.org/linux/man-pages/man2/getcpu.2.html

@kisvegabor kisvegabor merged commit eecfc27 into lvgl:master Feb 12, 2024
16 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.

None yet

3 participants