1. 10 Feb, 2017 3 commits
    • Rafael Fonseca's avatar
      ustat: fix lambda syntax on python3. · 573a5d4e
      Rafael Fonseca authored
      $ ./ustat
        File "./ustat", line 242
          counts = sorted(counts.items(), key=lambda (_, v):
                                                     ^
      SyntaxError: invalid syntax
      573a5d4e
    • Rafael Fonseca's avatar
      uobjnew: fix lambda syntax in python3 · 058c46fa
      Rafael Fonseca authored
      $ ./uobjnew
        File "./uobjnew", line 150
          data = sorted(data.items(), key=lambda (k, v): v.num_allocs)
                                                 ^
      SyntaxError: invalid syntax
      058c46fa
    • Rafael Fonseca's avatar
      usdt: convert text from bytes to str · 3d981513
      Rafael Fonseca authored
      This fixes a TypeError in python 3, e.g, when executing uobjnew
      
      Traceback (most recent call last):
        File "./uobjnew", line 134, in <module>
          bpf = BPF(text=program, usdt_contexts=[usdt])
        File "/usr/lib/python3.5/site-packages/bcc/__init__.py", line 224, in __init__
          text = usdt_text + text
      TypeError: can't concat bytes to str
      3d981513
  2. 09 Feb, 2017 17 commits
  3. 08 Feb, 2017 4 commits
  4. 07 Feb, 2017 8 commits
  5. 06 Feb, 2017 3 commits
  6. 05 Feb, 2017 2 commits
  7. 04 Feb, 2017 1 commit
  8. 03 Feb, 2017 2 commits