linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Make cpu_idle events architecture independent
@ 2011-01-07 10:29 Thomas Renninger
  2011-01-07 10:29 ` [PATCH 1/9] acpi: Use ACPI C-state type instead of enumeration value to export cpuidle state name Thomas Renninger
                   ` (8 more replies)
  0 siblings, 9 replies; 33+ messages in thread
From: Thomas Renninger @ 2011-01-07 10:29 UTC (permalink / raw)
  Cc: linux-perf-users, mingo, arjan, lenb, j-pihet, Thomas Renninger

and cleanup/fix some related stuff.

The patches are based on latest linux-2.6-x86 tree.
I had to revert some latest userspace perf patches to test
as they seem to be buggy, but they should not interfere with these changes.

As most/all are rather easy patches it would be great to still get them queued
up in linux-2.6-x86 tree for 2.6.38 inclusion.

Thanks,

    Thomas


Thomas Renninger (9):
  acpi: Use ACPI C-state type instead of enumeration value to export
    cpuidle state name
  cpuidle: Rename X86 specific idle poll state[0] from C0 to POLL
  X86/perf: fix power:cpu_idle double end events and throw cpu_idle
    events from the cpuidle layer
  cpuidle: Introduce .abbr (abbrevation) for cpuidle states
  acpi: processor->cpuidle: Only set cpuidle check_bm flag if
    pr->flags.bm_check is set
  perf (userspace): Fix variable clash with glibc time() func
  perf (userspace): Introduce --verbose param for perf timechart
  perf timechart: Map power:cpu_idle events to the corresponding
    cpuidle state
  perf: timechart: Fix memleak

 arch/arm/mach-at91/cpuidle.c            |   12 ++-
 arch/arm/mach-davinci/cpuidle.c         |   13 ++-
 arch/arm/mach-kirkwood/cpuidle.c        |   12 ++-
 arch/arm/mach-omap2/cpuidle34xx.c       |    3 +-
 arch/sh/kernel/cpu/shmobile/cpuidle.c   |   19 ++--
 arch/x86/kernel/process.c               |    6 +-
 arch/x86/kernel/process_32.c            |    4 -
 arch/x86/kernel/process_64.c            |    6 -
 drivers/acpi/processor_idle.c           |   10 ++-
 drivers/cpuidle/cpuidle.c               |   13 ++-
 drivers/cpuidle/sysfs.c                 |    3 +
 drivers/idle/intel_idle.c               |   13 ++-
 include/linux/cpuidle.h                 |    2 +
 tools/perf/builtin-timechart.c          |   15 +++
 tools/perf/util/include/linux/cpuidle.h |   20 ++++
 tools/perf/util/svghelper.c             |  154 +++++++++++++++++++++++++++----
 16 files changed, 248 insertions(+), 57 deletions(-)
 create mode 100644 tools/perf/util/include/linux/cpuidle.h

-- 
1.7.3.1

^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2011-01-13 15:42 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07 10:29 [PATCH 0/9] Make cpu_idle events architecture independent Thomas Renninger
2011-01-07 10:29 ` [PATCH 1/9] acpi: Use ACPI C-state type instead of enumeration value to export cpuidle state name Thomas Renninger
2011-01-07 20:45   ` Len Brown
2011-01-09 12:30     ` Thomas Renninger
2011-01-12  6:36       ` Len Brown
2011-01-12 12:33         ` Thomas Renninger
2011-01-12 22:41           ` Len Brown
2011-01-07 10:29 ` [PATCH 2/9] cpuidle: Rename X86 specific idle poll state[0] from C0 to POLL Thomas Renninger
2011-01-12  6:37   ` Len Brown
2011-01-07 10:29 ` [PATCH 3/9] X86/perf: fix power:cpu_idle double end events and throw cpu_idle events from the cpuidle layer Thomas Renninger
2011-01-12  6:42   ` Len Brown
2011-01-12 15:16     ` Thomas Renninger
2011-01-12 23:12       ` Len Brown
2011-01-07 10:29 ` [PATCH 4/9] cpuidle: Introduce .abbr (abbrevation) for cpuidle states Thomas Renninger
2011-01-07 21:23   ` Kevin Hilman
2011-01-12  6:56   ` Len Brown
2011-01-12 13:37     ` Thomas Renninger
2011-01-12 22:25       ` Len Brown
2011-01-12 23:39         ` Thomas Renninger
2011-01-13 15:42         ` Valdis.Kletnieks
2011-01-07 10:29 ` [PATCH 5/9] acpi: processor->cpuidle: Only set cpuidle check_bm flag if pr->flags.bm_check is set Thomas Renninger
2011-01-12  7:17   ` Len Brown
2011-01-12  7:30     ` [PATCH] ACPI: processor_idle: delete use of NOP CPUIDLE_FLAGs Len Brown
2011-01-12  7:37       ` [PATCH] cpuidle: delete NOP CPUIDLE_FLAG_POLL Len Brown
2011-01-12  8:00         ` [PATCH] SH, cpuidle: delete use of NOP CPUIDLE_FLAGS_SHALLOW Len Brown
2011-01-12  8:01           ` [PATCH] cpuidle: delete unused CPUIDLE_FLAG_SHALLOW, BALANCED, DEEP definitions Len Brown
2011-01-12  8:02           ` [PATCH] cpuidle: CPUIDLE_FLAG_TLB_FLUSHED is specific to intel_idle Len Brown
2011-01-12  8:04             ` [PATCH] cpuidle: CPUIDLE_FLAG_CHECK_BM is omap3_idle specific Len Brown
2011-01-07 10:29 ` [PATCH 6/9] perf (userspace): Fix variable clash with glibc time() func Thomas Renninger
2011-01-07 10:29 ` [PATCH 7/9] perf (userspace): Introduce --verbose param for perf timechart Thomas Renninger
2011-01-07 10:29 ` [PATCH 8/9] perf timechart: Map power:cpu_idle events to the corresponding cpuidle state Thomas Renninger
2011-01-07 10:52   ` Thomas Renninger
2011-01-07 10:29 ` [PATCH 9/9] perf: timechart: Fix memleak Thomas Renninger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).