-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lcore_monitor: add hook for irq entry/exit (#717)
output like below: lm_event_handler: sched out 5.315us as comm: migration/30 lm_event_handler: sched out 4.640us as comm: migration/30 lm_event_handler: sched out 5.304us as comm: migration/30 lm_event_handler: sched out 0.787us as irq: 348 lm_event_handler: sched out 1.248us as irq: 348 Signed-off-by: Frank Du <[email protected]>
- Loading branch information
Showing
3 changed files
with
124 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters