1. 14 7月, 2009 1 次提交
  2. 18 6月, 2009 1 次提交
  3. 12 6月, 2009 11 次提交
  4. 11 6月, 2009 1 次提交
  5. 08 1月, 2009 4 次提交
    • R
      oprofile: make new cpu buffer functions part of the api · 14f0ca8e
      Robert Richter 提交于
      This patch creates the new functions
      
       oprofile_write_reserve()
       oprofile_add_data()
       oprofile_write_commit()
      
      and makes them part of the oprofile api.
      Signed-off-by: NRobert Richter <robert.richter@amd.com>
      14f0ca8e
    • R
      oprofile: use new data sample format for ibs · 1acda878
      Robert Richter 提交于
      The new ring buffer implementation allows the storage of samples with
      different size. This patch implements the usage of the new sample
      format to store ibs samples in the cpu buffer. Until now, writing to
      the cpu buffer could lead to incomplete sampling sequences since IBS
      samples were transfered in multiple samples. Due to a full buffer,
      data could be lost at any time. This can't happen any more since the
      complete data is reserved in advance and then stored in a single
      sample.
      Signed-off-by: NRobert Richter <robert.richter@amd.com>
      1acda878
    • R
      oprofile: rework implementation of cpu buffer events · ae735e99
      Robert Richter 提交于
      Special events such as task or context switches are marked with an
      escape code in the cpu buffer followed by an event code or a task
      identifier. There is one escape code per event. To make escape
      sequences also available for data samples the internal cpu buffer
      format must be changed. The current implementation does not allow the
      extension of event codes since this would lead to collisions with the
      task identifiers. To avoid this, this patch introduces an event mask
      that allows the storage of multiple events with one escape code. Now,
      task identifiers are stored in the data section of the sample. The
      implementation also allows the usage of custom data in a sample. As a
      side effect the new code is much more readable and easier to
      understand.
      Signed-off-by: NRobert Richter <robert.richter@amd.com>
      ae735e99
    • R
      oprofile: rename variable ibs_allowed to has_ibs in op_model_amd.c · fc81be8c
      Robert Richter 提交于
      This patch renames ibs_allowed to has_ibs. Varible name fits better
      now.
      Signed-off-by: NRobert Richter <robert.richter@amd.com>
      fc81be8c
  6. 29 12月, 2008 1 次提交
  7. 10 12月, 2008 4 次提交
  8. 16 10月, 2008 7 次提交
  9. 24 9月, 2008 1 次提交
  10. 26 7月, 2008 9 次提交