1. 2458196 avoid probe rewriting of p->m in &(p->m) (#1831) by yonghong-song · 6 years ago
  2. fa7508d Fix nested dereference rewrites (#1835) by Paul Chaignon · 6 years ago
  3. a9f96c0 Recognize context member dereferences despite array accesses (#1828) by Paul Chaignon · 6 years ago
  4. 66d2863 prevent bpf_probe_read MemberExpr rewrite if not rewritable (#1827) by yonghong-song · 6 years ago
  5. fe779f3 Trace external pointers through function returns (#1821) by Paul Chaignon · 6 years ago
  6. eebd485 Fix 20fb64c and skip probe rewriter for bpf_probe_read (#1812) by Paul Chaignon · 6 years ago
  7. 20fb64c skip probe rewriter for bpf_probe_read() by Yonghong Song · 6 years ago
  8. 44d3473 Test for external pointer assignment in variable declarations by Paul Chaignon · 6 years ago
  9. 5529911 Tests for dereferences of pointers to external pointers by Paul Chaignon · 6 years ago
  10. 05b2083 Limit dereference rewriter to tracepoint and kprobes contexts by Paul Chaignon · 6 years ago
  11. ad2d0d9 Trace all external pointers passed through a first map (#1737) by Paul Chaignon · 6 years ago
  12. b341d8f Tests for dereferences of struct with external pointers as members by Paul Chaignon · 6 years ago
  13. a8b4cee Use older skb/kfree_skb tracepoint for tests by Paul Chaignon · 6 years ago
  14. 18c8c14 Tests for detection of external pointers from context argument by Paul Chaignon · 6 years ago
  15. 83b49ad introduce new BPF APIs to get kernel syscall entry func name/prefix by Yonghong Song · 6 years ago
  16. 8721814 Add BPF_PROG_ARRAY for BPF_MAP_TYPE_PROG_ARRAY by Gary Lin · 7 years ago
  17. 96354c6 fix map a type parsing issue for export/extern types by Yonghong Song · 7 years ago
  18. b32b4a5 add padding to the end of structure by Yonghong Song · 7 years ago
  19. 538a84e provide padded structure for table_{key|leaf}_desc API by Yonghong Song · 7 years ago
  20. a1962c6 python: make _decode_table_types aware of __int128 by Olivier Tilmans · 7 years ago
  21. eae0acf Trace external pointers through maps by Paul Chaignon · 7 years ago
  22. f7f873a Fix segfault with enumerations by Paul Chaignon · 7 years ago
  23. c5ca2a6 Traces external pointers in parenthesized expressions by Paul Chaignon · 7 years ago
  24. 574c3eb Test case for incomplete types by Paul Chaignon · 7 years ago
  25. 719e100 Trace external pointers from helpers by Paul Chaignon · 7 years ago
  26. daee97e Enable recursive scanf support for char[] as string by Brenden Blanco · 7 years ago
  27. 9bcad32 test_clang: initialize format string arg on stack by Brenden Blanco · 7 years ago
  28. 3f28e7b Disable non-static function calls by Brenden Blanco · 7 years ago
  29. 76f5a32 Fix delitem operation for PROG_ARRAYs (#1113) by Paul Chaignon · 7 years ago
  30. 6ceb329 map.insert bcc helper to expose the BPF_NOEXIST flag (#1085) by Paul Chaignon · 7 years ago
  31. 7a3e5bc Use new helper Macro across files by Teng Qin · 7 years ago
  32. 9341942 Verify format specifiers in bpf_trace_printk in rewriter by Paul Chaignon · 7 years ago
  33. 4c6ecb4 Restrict rewrite of unary operators to dereference operator by Paul Chaignon · 8 years ago
  34. 47b74fe Fix bpf_dins_pkt rewrite in BinaryOperator by Paul Chaignon · 8 years ago
  35. 98b9097 support macro in call arguments by Huapeng Zhou · 8 years ago
  36. 35c7225 Fixup test errors in clang, c api by Brenden Blanco · 8 years ago
  37. 545008a frontends/clang: Safety check for invalid opLoc in ProbeVisitor (#667) by Brenden Blanco · 8 years ago
  38. 977091e Add check for number of arguments by Brenden Blanco · 8 years ago
  39. 4a19522 Add a test for broken nested union clang parsing by Brenden Blanco · 8 years ago
  40. fb9cd64 Move python tests to tests/python by Brenden Blanco · 9 years ago[Renamed from tests/cc/test_clang.py]
  41. 14a535a Merge pull request #424 from iovisor/bblanco_dev by 4ast · 9 years ago