1. 047541c tools/trace.py: aggregate trace events by '-A' option by zhenwei pi · 2 years, 5 months ago
  2. f32f772 Add --uid option to filter by user ID (#3743) by evilpan · 2 years, 6 months ago
  3. ec0691e Fix bytes - strings confusion in trace tool by Jonathan Giddy · 3 years, 4 months ago
  4. d7b427e Offset support for uprobe and kprobe by Ferenc Fejes · 3 years, 10 months ago
  5. 7f6066d bcc/tools: Replace bpf_probe_read with bpf_probe_read_kernel by Sumanth Korikkar · 4 years, 1 month ago
  6. 7cbd074 bcc: Support bpf_probe_read_user in trace.py by Sumanth Korikkar · 4 years, 1 month ago
  7. 2162516 trace.py: support an optional provider name for the probe spec by Fuji Goro · 4 years, 3 months ago
  8. 8bb4e47 tools/trace.py: flush stdout for each event by Alban Crequy · 4 years, 6 months ago
  9. 5cf529e tools/trace.py: add msg filter of event by tty5 · 4 years, 6 months ago
  10. 9ce7b7e tools/trace.py: add process name filtering by tty5 · 4 years, 6 months ago
  11. 90f2086 do not use BPF_F_REUSE_STACKID incorrectly by Yonghong Song · 4 years, 6 months ago
  12. c2a530b support cgroup level tracing in trace.py (#2562) by yonghong-song · 4 years, 8 months ago
  13. 3a0d3c4 add option to print unix timestamp in trace tool by Maik Riechert · 5 years ago
  14. 9924e64 support symbol resolution of short-lived process. (#2144) by vijunag · 5 years ago
  15. b0bf04a Merge pull request #2146 from SaveTheRbtz/revert_shebangs by Teng Qin · 5 years ago
  16. cc01a9c tools/examples: hardcode #!/usr/bin/python shebang by Alexey Ivanov · 5 years ago
  17. 25a0ef3 trace.py: fix syscall parameter rewriting on x64 (#2138) by Xiaozhou Liu · 5 years ago
  18. 05765ee trace.py: fix compiler warning (#2094) by Prashant Bhole · 5 years ago
  19. b96ebcd Bytes/string encoding (#2004) by jeromemarchand · 6 years ago
  20. f720257 support "long" and "unsigned long" type in trace.py (#1977) by yonghong-song · 6 years ago
  21. 61484e1 fix a trace.py problem (#1973) by yonghong-song · 6 years ago
  22. 3953c70 [trace.py]: allow to use STRCMP helper with binary values (#1900) by Nikita V. Shirokov · 6 years ago
  23. 2da3426 generate indirect parameter assignment if arch uses syscall wrapper (#1816) by yonghong-song · 6 years ago
  24. 1ef82e2 Fix probe name encoding in Python 3 by Javier Honduvilla Coto · 6 years ago
  25. dbf0029 Rename kprobe_poll to perf_buffer_poll by Teng Qin · 6 years ago
  26. cf0792f continue adding --ebpf option to the python tools/ scripts by Nathan Scott · 6 years ago
  27. e538228 Add option to print virtual address to trace.py by Mirek Klimos · 6 years ago
  28. f92fef2 add a probe alias $task in trace.py by Yonghong Song · 6 years ago
  29. 86293f0 adding filtering example to trace.py help by tehnerd · 6 years ago
  30. c200b6c Add --print_cpu option to trace.py by Teng Qin · 6 years ago
  31. 1a322d5 Improve trace.py print format by Teng Qin · 6 years ago
  32. f4470dc add examples for including additional header files by Yonghong Song · 6 years ago
  33. 897c686 trace: linter cleanup by Paul Chaignon · 7 years ago
  34. 5a2b39e Fix trace.py for library filenames containing colons (#1252) by vkhromov · 7 years ago
  35. 78948e4 Python 3 compatibility fixes around string handling (#986) by Rafael F · 7 years ago
  36. 2febc29 trace: Exit with nonzero return code on error by Sasha Goldshtein · 7 years ago
  37. 956ca1c Travis CI build to check compliance with PEP8 (#987) by Paul Chaignon · 7 years ago
  38. 5f5687e Make perf ring buffer size configurable by Mark Drayton · 7 years ago
  39. 0155385 cc: Resolve symbols from external debuginfo by Sasha Goldshtein · 7 years ago
  40. 1e34f4e trace: Migrate to new symbols API and remove addresses from stacks by Sasha Goldshtein · 7 years ago
  41. 3a5256f trace, argdist: Treat small USDT arguments correctly by Sasha Goldshtein · 7 years ago
  42. 60c4192 Update tools to use new BPF.monotonic_time method by Sasha Goldshtein · 7 years ago
  43. f5dbbdb tools: support -I abspath in trace, argdist by ShelbyFrances · 7 years ago
  44. aee5ecf trace: fix for python3 by Rafael Fonseca · 7 years ago
  45. 3cc4c0a Merge pull request #911 from goldshtn/trace-params-signature by 4ast · 7 years ago
  46. 23e72b8 trace: Allow function signatures in uprobes and kprobes by Sasha Goldshtein · 7 years ago
  47. dcf1675 trace, argdist: Fix code formatting nits by Sasha Goldshtein · 7 years ago
  48. b630092 trace: Use correct argument index and tgid for filters by Sasha Goldshtein · 7 years ago
  49. b9aec34 trace: Generated streq-helper to ignore null terminator by Sasha Goldshtein · 7 years ago
  50. 3fa7ba1 argdist, trace: Support non-C identifier names by Sasha Goldshtein · 7 years ago
  51. fdbebee trace: allow tracing of functions containing a dot (golang) by Brendan Gregg · 7 years ago
  52. 49d50ba trace: -L, -t, -T switches by Sasha Goldshtein · 7 years ago
  53. dd04536 trace: Avoid passing -1 as the pid to USDT by Sasha Goldshtein · 8 years ago
  54. aa6c916 trace: add pid/tid filtering, fix symbolizing, misc nits (#798) by Mark Drayton · 8 years ago
  55. f4797b0 trace: STRCMP helper function by Sasha Goldshtein · 8 years ago
  56. f41ae86 Tools lint cleanup (#764) by Sasha Goldshtein · 8 years ago
  57. 4725a72 trace, argdist: -I switch for trace and miscellaneous fixes (#761) by Sasha Goldshtein · 8 years ago
  58. accd4cf trace: Add %K and %U format specifiers (#742) by Sasha Goldshtein · 8 years ago
  59. b6db17f trace: Initialize USDT arguments to 0 before reading (#725) by Sasha Goldshtein · 8 years ago
  60. 376ae5c argdist, trace: Native tracepoint support (#724) by Sasha Goldshtein · 8 years ago
  61. f733cac trace: Print USDT arg helpers in verbose mode (#723) by Sasha Goldshtein · 8 years ago
  62. ec67971 argdist, trace: Support naked executable names in probes (#720) by Sasha Goldshtein · 8 years ago
  63. 6b0ed37 Add stack trace to trace.py (#712) by Teng Qin · 8 years ago
  64. 0615bff Fix trace.py USDT argument filtering (#710) by Teng Qin · 8 years ago
  65. 69e361a Fix argdist, trace, tplist to use the libbcc USDT support (#698) by Sasha Goldshtein · 8 years ago
  66. 9b04a6f Fix tools still referencing ProcUtils (#625) by Teng Qin · 8 years ago
  67. 4f88a94 USDT Python API and example (#624) by Brendan Gregg · 8 years ago
  68. de34c25 trace: Specifying a pid with a kernel probe now works (#589) by Sasha Goldshtein · 8 years ago
  69. 4afa96a cc: introduce helpers to access pt_regs in an arch-independent manner by Naveen N. Rao · 8 years ago
  70. de14f4f Fix python3 exception when ctrl-c tools/trace.py by Brenden Blanco · 8 years ago
  71. 435839a Replaced `which --skip-alias` with `ProcUtils.which` by Sasha Goldshtein · 8 years ago
  72. 5a1d2e3 Support for global variable arguments in USDT probes by Sasha Goldshtein · 8 years ago
  73. 3e39a08 argdist, trace, and tplist support for USDT probes by Sasha Goldshtein · 8 years ago
  74. 43742ae Fix error handling when attaching {u,k}{,ret}probes by Sasha Goldshtein · 8 years ago
  75. b950d6f Moved auto-includes helper to __init__.py by Sasha Goldshtein · 8 years ago
  76. c08c431 Moved common tracepoint support into tracepoint.py by Sasha Goldshtein · 8 years ago
  77. fd60d55 tracepoint support for argdist and trace, and new tplist tool for printing tracepoints by Sasha Goldshtein · 8 years ago
  78. 8acd015 Fixed examples to use fewer colons by Sasha Goldshtein · 8 years ago
  79. 38847f0 trace by Sasha Goldshtein · 8 years ago