1. 27 1月, 2011 1 次提交
    • A
      ARM: oprofile: Fix backtraces in timer mode · d14dd7e2
      Ari Kauppi 提交于
      Always allow backtraces when using oprofile on ARM, even if a PMU
      isn't present. Restores functionality originally introduced in commit
      1b7b5698 ("oprofile: Always allow
      backtraces on ARM") by Richard Purdie.
      
      It is not that obvious, but there is now only one oprofile_arch_init()
      function. So the .backtrace callback is available also in timer mode.
      
      Implemented by removing code and using stubs for oprofile_perf_{init,
      exit} provided by <linux/oprofile.h>. This allows cleaning of other
      architecture specific implementations too.
      
      Cc: stable@kernel.org # 37.x
      Signed-off-by: NAri Kauppi <kauppi@papupata.org>
      Acked-by: NWill Deacon <will.deacon@arm.com>
      Signed-off-by: NRobert Richter <robert.richter@amd.com>
      d14dd7e2
  2. 11 10月, 2010 5 次提交
  3. 04 10月, 2010 3 次提交
  4. 30 9月, 2010 1 次提交
  5. 15 9月, 2010 1 次提交
    • M
      perf events: Clean up pid passing · 38a81da2
      Matt Helsley 提交于
      The kernel perf event creation path shouldn't use find_task_by_vpid()
      because a vpid exists in a specific namespace. find_task_by_vpid() uses
      current's pid namespace which isn't always the correct namespace to use
      for the vpid in all the places perf_event_create_kernel_counter() (and
      thus find_get_context()) is called.
      
      The goal is to clean up pid namespace handling and prevent bugs like:
      
      	https://bugzilla.kernel.org/show_bug.cgi?id=17281
      
      Instead of using pids switch find_get_context() to use task struct
      pointers directly. The syscall is responsible for resolving the pid to
      a task struct. This moves the pid namespace resolution into the syscall
      much like every other syscall that takes pid parameters.
      Signed-off-by: NMatt Helsley <matthltc@us.ibm.com>
      Signed-off-by: NPeter Zijlstra <a.p.zijlstra@chello.nl>
      Cc: Robin Green <greenrd@greenrd.org>
      Cc: Prasad <prasad@linux.vnet.ibm.com>
      Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
      Cc: Steven Rostedt <rostedt@goodmis.org>
      Cc: Will Deacon <will.deacon@arm.com>
      Cc: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
      LKML-Reference: <a134e5e392ab0204961fd1a62c84a222bf5874a9.1284407763.git.matthltc@us.ibm.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      38a81da2
  6. 31 8月, 2010 2 次提交
  7. 17 5月, 2010 2 次提交
    • W
      ARM: 6074/1: oprofile: convert from sysdev to platform device · d1e86d64
      Will Deacon 提交于
      This is a reworking of an original patch posted by Aaro Koskinen:
      
      oprofile does not work with PM, because sysdev_suspend() is done with
      interrupts disabled and oprofile needs a mutex. Implementing oprofile
      as a platform device solves this problem.
      
      Cc: Aaro Koskinen <aaro.koskinen@nokia.com>
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      Signed-off-by: NAaro Koskinen <aaro.koskinen@nokia.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      d1e86d64
    • W
      ARM: 6072/1: oprofile: use perf-events framework as backend · 8c1fc96f
      Will Deacon 提交于
      There are currently two hardware performance monitoring subsystems in
      the kernel for ARM: OProfile and perf-events. This creates the
      following problems:
      
      1.) Duplicate PMU accessor code. Inevitable code drift may lead to
      bugs in one framework that are fixed in the other.
      
      2.) Locking issues. OProfile doesn't reprogram hardware counters
      between profiling runs if the events to be monitored have not been
      changed. This means that other profiling frameworks cannot use the
      counters if OProfile is in use.
      
      3.) Due to differences in the two frameworks, it may not be possible to
      compare the results obtained by OProfile with those obtained by perf.
      
      This patch removes the OProfile PMU driver code and replaces it with
      calls to perf, therefore solving the issues mentioned above.
      
      The only userspace-visible change is the lack of SCU counter support
      for 11MPCore. This is currently unsupported by OProfile userspace tools anyway and therefore shouldn't cause any problems.
      
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Robert Richter <robert.richter@amd.com>
      Cc: Jamie Iles <jamie.iles@picochip.com>
      Cc: Jean Pihet <jpihet@mvista.com>
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      8c1fc96f
  8. 01 9月, 2008 1 次提交
  9. 25 1月, 2008 1 次提交
  10. 02 3月, 2007 1 次提交
  11. 07 2月, 2007 2 次提交
  12. 22 3月, 2006 3 次提交
  13. 02 2月, 2006 1 次提交
  14. 28 10月, 2005 4 次提交
  15. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4