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

note dump: add CONFIG_SCHED_INSTRUMENTATION_SWITCH #4998

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

OctopusHu0105
Copy link

note dump: add CONFIG_SCHED_INSTRUMENTATION_SWITCH

  1. If CONFIG_SCHED_INSTRUMENTATION_SWITCH is enabled, then these additional interfaces are expected:
    sched_note_suspend
    sched_note_resume
    at the same time,If CONFIG_SMP is enabled,then expected:
    sched_note_cpu_pause
    sched_note_cpu_paused
    sched_note_cpu_resume
    sched_note_cpu_resumed
  2. other board if enable SCHED_INSTRUMENTATION,SCHED_INSTRUMENTATION_SWITCH to defconfig.

OctopusHu0105 pushed a commit to OctopusHu0105/incubator-nuttx-apps that referenced this pull request Dec 14, 2021
…CH in note driver

apache/nuttx#4998
note dump: add CONFIG_SCHED_INSTRUMENTATION_SWITCH #4998
OctopusHu0105 pushed a commit to OctopusHu0105/incubator-nuttx-apps that referenced this pull request Dec 14, 2021
…CH in note driver

apache/nuttx#4998
note dump: add CONFIG_SCHED_INSTRUMENTATION_SWITCH #4998
OctopusHu0105 pushed a commit to OctopusHu0105/incubator-nuttx-apps that referenced this pull request Dec 14, 2021
…TION_SWITCH

apache/nuttx#4998
note dump: add CONFIG_SCHED_INSTRUMENTATION_SWITCH #4998
xiaoxiang781216 pushed a commit to apache/nuttx-apps that referenced this pull request Dec 14, 2021
…CH in note driver

apache/nuttx#4998
note dump: add CONFIG_SCHED_INSTRUMENTATION_SWITCH #4998
xiaoxiang781216 pushed a commit to apache/nuttx-apps that referenced this pull request Dec 14, 2021
…TION_SWITCH

apache/nuttx#4998
note dump: add CONFIG_SCHED_INSTRUMENTATION_SWITCH #4998
1. If CONFIG_SCHED_INSTRUMENTATION_SWITCH is enabled, then these additional interfaces are expected:
        sched_note_suspend
        sched_note_resume
at the same time,If CONFIG_SMP is enabled,then expected:
        sched_note_cpu_pause
        sched_note_cpu_paused
        sched_note_cpu_resume
        sched_note_cpu_resumed
2. other board if enable SCHED_INSTRUMENTATION,SCHED_INSTRUMENTATION_SWITCH to defconfig.
@xiaoxiang781216 xiaoxiang781216 merged commit d05b9a9 into apache:master Dec 15, 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