1. 19 9月, 2007 1 次提交
  2. 23 7月, 2007 1 次提交
  3. 22 7月, 2007 1 次提交
  4. 21 7月, 2007 4 次提交
  5. 03 7月, 2007 4 次提交
  6. 14 6月, 2007 1 次提交
  7. 07 6月, 2007 2 次提交
  8. 09 5月, 2007 1 次提交
  9. 24 4月, 2007 3 次提交
  10. 10 3月, 2007 1 次提交
  11. 14 2月, 2007 2 次提交
  12. 13 2月, 2007 3 次提交
  13. 04 12月, 2006 10 次提交
  14. 25 10月, 2006 3 次提交
  15. 16 10月, 2006 1 次提交
  16. 05 10月, 2006 2 次提交
    • A
      [POWERPC] spufs: add infrastructure for finding elf objects · 86767277
      Arnd Bergmann 提交于
      This adds an 'object-id' file that the spe library can
      use to store a pointer to its ELF object. This was
      originally meant for use by oprofile, but is now
      also used by the GNU debugger, if available.
      
      In order for oprofile to find the location in an spu-elf
      binary where an event counter triggered, we need a way
      to identify the binary in the first place.
      
      Unfortunately, that binary itself can be embedded in a
      powerpc ELF binary. Since we can assume it is mapped into
      the effective address space of the running process,
      have that one write the pointer value into a new spufs
      file.
      
      When a context switch occurs, pass the user value to
      the profiler so that can look at the mapped file (with
      some care).
      Signed-off-by: NArnd Bergmann <arnd.bergmann@de.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      86767277
    • A
      [POWERPC] spufs: add support for read/write on cntl · e1dbff2b
      Arnd Bergmann 提交于
      Writing to cntl can be used to stop execution on the
      spu and to restart it, reading from cntl gives the
      contents of the current status register.
      
      The access is always in ascii, as for most other files.
      
      This was always meant to be there, but we had a little
      problem with writing to runctl so it was left out so
      far.
      Signed-off-by: NArnd Bergmann <arnd.bergmann@de.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      e1dbff2b