1. 77d5273 Merge pull request #953 from Appdynamics/master by Brenden Blanco · 8 years ago
  2. dacb8ad python3 compat: tracepoint fixes by Brenden Blanco · 8 years ago
  3. bc93238 Fix for test_log_buf to work with python3 by Brenden Blanco · 8 years ago
  4. 70e2034 Fixed failing test_simple_library() in test_uprobes.py by Michael Przybylski · 8 years ago
  5. 942c9c1 Debian jessie compile/test work in progress. by Michael Przybylski · 8 years ago
  6. fcd936c bcc: add support for lpm trie map type by Huapeng Zhou · 8 years ago
  7. c6aaaed tests: Add test for TP_DATA_LOC_READ_CONST by Sasha Goldshtein · 8 years ago
  8. 8412963 Skip percpu testing on unsupported kernels by Brenden Blanco · 8 years ago
  9. bfc1375 Fix python2/3 incompatible percpu helpers by Brenden Blanco · 8 years ago
  10. 7e0784d fix iteration over CPUs by Andreas Gerstmayr · 8 years ago
  11. b0788f2 fix company copyright by Huapeng Zhou · 8 years ago
  12. 35d6ff8 add table type to shared tables by Huapeng Zhou · 8 years ago
  13. 98b9097 support macro in call arguments by Huapeng Zhou · 8 years ago
  14. de11d07 add support for bpf map flags by Huapeng Zhou · 8 years ago
  15. 906af6f Add lru_hash/lru_percpu_hash to python/lua by Huapeng Zhou · 8 years ago
  16. 35c7225 Fixup test errors in clang, c api by Brenden Blanco · 8 years ago
  17. 367234a python: Fix kprobe quota test breakage, add uprobes by Sasha Goldshtein · 8 years ago
  18. 2dece10 Fix bpf log buffer for large bpf program: (#680) by davidefdl · 8 years ago
  19. 545008a frontends/clang: Safety check for invalid opLoc in ProbeVisitor (#667) by Brenden Blanco · 8 years ago
  20. 3069caa add open_perf_event api for reading perf counters (#643) by Brenden Blanco · 8 years ago
  21. cb679d7 Move open_{kprobes,uprobes,tracepoints} into BPF object by Mark Drayton · 8 years ago
  22. d9c243e tests: Test new tracepoint support by Sasha Goldshtein · 8 years ago
  23. 7980933 bcc: Add test for tracepoint support by Sasha Goldshtein · 8 years ago
  24. 9964bf2 Check for NULL result from bpf_attach_kprobe by Brenden Blanco · 8 years ago
  25. 977091e Add check for number of arguments by Brenden Blanco · 9 years ago
  26. 4afa96a cc: introduce helpers to access pt_regs in an arch-independent manner by Naveen N. Rao · 9 years ago
  27. 0845567 Merge branch 'master' into bblanco_dev by Brenden Blanco · 9 years ago
  28. 0301dda tests: fix a few tests to use the right register on powerpc by Naveen N. Rao · 9 years ago
  29. 1b4f99e Fix errors on python3 by Brenden Blanco · 9 years ago
  30. 4a19522 Add a test for broken nested union clang parsing by Brenden Blanco · 9 years ago
  31. 420cda2 skip include of kernel bpf.h in test, forward declare instead by Brenden Blanco · 9 years ago
  32. 33a3daf Use lookup instead of delete in test_stackid by Brenden Blanco · 9 years ago
  33. f822836 b_frontend_action.cc changed pc_hash/array to percpu_hash/array by Zaafar Ahmed · 9 years ago
  34. 8bd6fba added u64 testcase by Zaafar Ahmed · 9 years ago
  35. 70389de added a very simple testcase for PerCpu support patch. by Zaafar Ahmed · 9 years ago
  36. ef6bb80 Better get_stackid rewriter logic and unittest version testing by Brenden Blanco · 9 years ago
  37. ad0e883 Rename stack lookup() to get_stackid by Brenden Blanco · 9 years ago
  38. 9cafce2 Basic implementation of stacktrace table by Brenden Blanco · 9 years ago
  39. fb9cd64 Move python tests to tests/python by Brenden Blanco · 9 years ago
  40. 1c02a23 Update test_dump_func to be python3 compatible by Brenden Blanco · 9 years ago
  41. 1ec985d add test for dump_func method by Rich Lane · 9 years ago