1. 19 Dec, 2016 1 commit
    • Sasha Goldshtein's avatar
      trace: -L, -t, -T switches · 49d50ba3
      Sasha Goldshtein authored
      The `-t` switch for specifying a thread id has been renamed
      to `-L`. The `-T` switch specifies that a time column should
      be provided, whereas the `-t` switch requests a relative
      timestamp (from the beginning of the trace). This is more
      consistent with other tools, and lets the user choose the
      desired format for the time column, if any.
      49d50ba3
  2. 16 Dec, 2016 4 commits
  3. 14 Dec, 2016 9 commits
  4. 13 Dec, 2016 1 commit
  5. 12 Dec, 2016 2 commits
  6. 11 Dec, 2016 1 commit
  7. 10 Dec, 2016 1 commit
  8. 09 Dec, 2016 11 commits
  9. 08 Dec, 2016 5 commits
  10. 07 Dec, 2016 1 commit
  11. 06 Dec, 2016 1 commit
    • Zhiyi Sun's avatar
      Add support for aarch64 · 8e434b79
      Zhiyi Sun authored
      ABI for aarch64: register x0-x7 are used for parameter and result. In
      bcc, there are 6 parameter registers are defined. So use x0-x5 as
      parameter. frame pointer, link register, stack pointer and pc are added
      in PT_REGS_xx according to arm64 architecture.
      
      syscall number of bpf for aarch64 are defined in Kernel
      header uapi/asm-generic/unistd.h.
      Signed-off-by: default avatarZhiyi Sun <zhiyisun@gmail.com>
      8e434b79
  12. 03 Dec, 2016 2 commits
  13. 02 Dec, 2016 1 commit