Skip to content
Snippets Groups Projects
  1. Oct 02, 2014
    • Kyle McMartin's avatar
      aarch64: filter $x from kallsyms · 6c34f1f5
      Kyle McMartin authored
      
      Similar to ARM, AArch64 is generating $x and $d syms... which isn't
      terribly helpful when looking at %pF output and the like. Filter those
      out in kallsyms, modpost and when looking at module symbols.
      
      Seems simplest since none of these check EM_ARM anyway, to just add it
      to the strchr used, rather than trying to make things overly
      complicated.
      
      initcall_debug improves:
      dmesg_before.txt: initcall $x+0x0/0x154 [sg] returned 0 after 26331 usecs
      dmesg_after.txt: initcall init_sg+0x0/0x154 [sg] returned 0 after 15461 usecs
      
      Signed-off-by: default avatarKyle McMartin <kyle@redhat.com>
      Acked-by: default avatarRusty Russell <rusty@rustcorp.com.au>
      Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
      6c34f1f5
  2. Sep 25, 2014
  3. Sep 10, 2014
  4. Sep 01, 2014
  5. Aug 29, 2014
  6. Aug 28, 2014
  7. Aug 27, 2014
  8. Aug 26, 2014
  9. Aug 23, 2014
  10. Aug 09, 2014
    • Todd E Brandt's avatar
      PM / tools: analyze_suspend.py: update to v3.0 · b8432c6f
      Todd E Brandt authored
      Update of analyze_suspend.py to v3.0
      
      New features include back-2-back suspend testing, device filters to
      reduce the html size, the inclusion of device_prepare and device_complete
      callbacks, a usb topography list, and the ability to control USB
      device autosuspend.
      
      UI upgrades include a device detail window and mini-timeline, the addition
      of a suspend_prepare and resume_complete phase to the timeline which includes
      the associated device callbacks, automatic highlight of related callbacks,
      and general color and name changes for better reability.
      
      The new version relies on two trace point patches that are already in
      the kernel:
              enable_trace_events_suspend_resume.patch
              enable_trace_events_device_pm_callback.patch
      
      It has legacy support for older kernels without these trace events, but
      when available the tool processes the ftrace output alone (dmesg has
      been deprecated as a tool input, and is only gathered for convenience).
      
      Link: https://01.org/suspendresume/downloads/analyzesuspend-v3.0
      
      
      Signed-off-by: default avatarTodd Brandt <todd.e.brandt@intel.com>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      b8432c6f
  11. Aug 08, 2014
  12. Aug 07, 2014
Loading