1. 9256c30 perf probe: Fix user attribute access in kprobes by Sumanth Korikkar · 4 years, 7 months ago
  2. 6b8d68f perf probe: Fix to delete multiple probe event by Masami Hiramatsu · 4 years, 11 months ago
  3. bd862b1 perf probe: Check return value of strlist__add() for -ENOMEM by He Zhe · 4 years, 11 months ago
  4. 66f69b2 perf probe: Support DW_AT_const_value constant value by Masami Hiramatsu · 5 years ago
  5. 7236354 perf probe: Support multiprobe event by Masami Hiramatsu · 5 years ago
  6. 36f3f45 perf probe: Add missing build-id.h header. by Arnaldo Carvalho de Melo · 5 years ago
  7. fa0d984 perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  8. 4becb23 perf tools: Remove needless thread.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  9. fac583f perf dso: Adopt DSO related macros from symbol.h by Arnaldo Carvalho de Melo · 5 years ago
  10. 818e95c Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  11. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  12. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  13. 1e032f7 perf-probe: Add user memory access attribute support by Masami Hiramatsu · 6 years ago
  14. 40f3b2d perf namespaces: Remove namespaces.h from .h headers by Arnaldo Carvalho de Melo · 6 years ago
  15. bef0b89 perf probe: Fix unchecked usage of strncpy() by Arnaldo Carvalho de Melo · 6 years ago
  16. 5a5e3d3 perf probe: Support SDT markers having reference counter (semaphore) by Ravi Bangoria · 6 years ago
  17. 17c257e tools lib api: Unexport 'tracing_path' variable by Arnaldo Carvalho de Melo · 7 years ago
  18. c23c2a0 perf tools: Make copyfile_offset() static by Arnaldo Carvalho de Melo · 7 years ago
  19. f045b8c perf buildid-cache: Support binary objects from other namespaces by Krister Johansen · 8 years ago
  20. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  21. 8ec20b1 perf str{filter,list}: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  22. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  23. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  24. d451a20 perf/sdt/x86: Move OP parser to tools/perf/arch/x86/ by Ravi Bangoria · 8 years ago
  25. 3b1f831 perf probe: Add sdt probes arguments into the uprobe cmd string by Alexis Berlemont · 8 years ago
  26. 2e1f8f7 perf probe: Change MAX_CMDLEN by Ravi Bangoria · 8 years ago
  27. 7ab31d9 perf kretprobes: Offset from reloc_sym if kernel supports it by Naveen N. Rao · 8 years ago
  28. 3da3ea7 perf probe: Factor out the ftrace README scanning by Naveen N. Rao · 8 years ago
  29. e491bc2 perf probe: Generalize probe event file open routine by Naveen N. Rao · 8 years ago
  30. f965520 perf probe: Increase debug level of SDT debug messages by Adrian Hunter · 8 years ago
  31. 04e1196 perf probe: Remove unused tracing_dir variable by Masami Hiramatsu · 8 years ago
  32. 180b206 perf probe: Add supported for type casting by the running kernel by Masami Hiramatsu · 8 years ago
  33. 60ebc15 perf probe: Release resources on error when handling exit paths by Arnaldo Carvalho de Melo · 8 years ago
  34. 0325862 perf probe: Check for dup and fdopen failures by Colin Ian King · 8 years ago
  35. 42bba26 perf probe: Allow wildcard for cached events by Masami Hiramatsu · 9 years ago
  36. 05bf2c8 perf probe-cache: Add for_each_probe_cache_entry() wrapper by Masami Hiramatsu · 9 years ago
  37. c3492a3 perf probe: Make --list show only available cached events by Masami Hiramatsu · 9 years ago
  38. 36a009f perf probe: Accept %sdt and %cached event name by Masami Hiramatsu · 9 years ago
  39. 1c1a3a4 perf tools: Add feature detection for gelf_getnote() by Arnaldo Carvalho de Melo · 9 years ago
  40. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 9 years ago
  41. 6430a94e perf buildid-cache: Scan and import user SDT events to probe cache by Masami Hiramatsu · 9 years ago
  42. 4a0f65c perf probe: Remove caches when --cache is given by Masami Hiramatsu · 9 years ago
  43. 1f3736c perf probe: Show all cached probes by Masami Hiramatsu · 9 years ago
  44. bc06223 perf probe: Use cache entry if possible by Masami Hiramatsu · 9 years ago
  45. 602a1f4 perf tools: Rename strlist_for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  46. dd97549 perf probe: Introduce perf_cache interfaces by Masami Hiramatsu · 9 years ago
  47. 6ed0720 perf probe: Let probe_file__add_event return 0 if succeeded by Masami Hiramatsu · 9 years ago
  48. 421fd08 perf probe: Verify parameters in two functions by Wang Nan · 9 years ago
  49. fbf9962 perf tools: Switch to tracing_path interface on appropriate places by Jiri Olsa · 9 years ago
  50. 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
  51. e607f14 perf probe: Print deleted events in cmd_probe() by Namhyung Kim · 9 years ago
  52. e7895e4 perf probe: Split del_perf_probe_events() by Namhyung Kim · 9 years ago
  53. 92f6c72 perf probe: Move ftrace probe-event operations to probe-file.c by Masami Hiramatsu · 10 years ago