Advertisement
yepp

irq cpu usage

Apr 24th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. perf top
  2. LOW (OK)---------------------------------------------------------------
  3. 29.82% libm-2.33.so [.] sinf32x
  4. 20.78% libm-2.33.so [.] cosf32x
  5. 7.12% [kernel] [k] __raw_spin_unlock_irq
  6. 6.15% stress [.] cpuStressWorker
  7. 2.21% stress [.] cos@plt
  8. 1.51% stress [.] sin@plt
  9. 1.30% libTracyClient.so.0.11.1 [.] tracy::LZ4_compress_fast_continue
  10. 1.15% [kernel] [k] _raw_spin_unlock_irqrestore
  11. 0.65% libTracyClient.so.0.11.1 [.] tracy::SysTraceWorker
  12. 0.64% stress [.] __libc_start_main@plt
  13. 0.62% libgcc_s.so.1 [.] __udivmoddi4
  14. 0.55% stress [.] nanosleep@plt
  15.  
  16. DURING SPIKE (NOT OK)--------------------------------------------------
  17. 29.62% libm-2.33.so [.] sinf32x
  18. 20.71% libm-2.33.so [.] cosf32x
  19. 7.39% [kernel] [k] __raw_spin_unlock_irq
  20. 6.14% stress [.] cpuStressWorker
  21. 2.18% stress [.] cos@plt
  22. 1.46% stress [.] sin@plt
  23. 1.17% libTracyClient.so.0.11.1 [.] tracy::LZ4_compress_fast_continue
  24. 1.13% [kernel] [k] _raw_spin_unlock_irqrestore
  25. 0.65% libTracyClient.so.0.11.1 [.] tracy::SysTraceWorker
  26. 0.55% libgcc_s.so.1 [.] __udivmoddi4
  27. 0.55% stress [.] __libc_start_main@plt
  28. 0.52% stress [.] nanosleep@plt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement