1. 20 7月, 2009 2 次提交
    • R
      oprofile: Adding switch counter to oprofile statistic variables · 1b294f59
      Robert Richter 提交于
      This patch moves the multiplexing switch counter from x86 code to
      common oprofile statistic variables. Now the value will be available
      and usable for all architectures. The initialization and
      incrementation also moved to common code.
      Signed-off-by: NRobert Richter <robert.richter@amd.com>
      1b294f59
    • J
      oprofile: Implement performance counter multiplexing · 4d4036e0
      Jason Yeh 提交于
      The number of hardware counters is limited. The multiplexing feature
      enables OProfile to gather more events than counters are provided by
      the hardware. This is realized by switching between events at an user
      specified time interval.
      
      A new file (/dev/oprofile/time_slice) is added for the user to specify
      the timer interval in ms. If the number of events to profile is higher
      than the number of hardware counters available, the patch will
      schedule a work queue that switches the event counter and re-writes
      the different sets of values into it. The switching mechanism needs to
      be implemented for each architecture to support multiplexing. This
      patch only implements AMD CPU support, but multiplexing can be easily
      extended for other models and architectures.
      
      There are follow-on patches that rework parts of this patch.
      Signed-off-by: NJason Yeh <jason.yeh@amd.com>
      Signed-off-by: NRobert Richter <robert.richter@amd.com>
      4d4036e0
  2. 10 7月, 2009 1 次提交
  3. 12 6月, 2009 1 次提交
  4. 16 10月, 2008 2 次提交
  5. 28 4月, 2008 1 次提交
  6. 15 11月, 2007 1 次提交
  7. 29 3月, 2006 1 次提交
  8. 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