1. 7cc7255 perf tools: Check vmlinux/kallsyms arguments in all tools by James Clark · 3 years, 2 months ago
  2. d5882a9 perf probe: Do not show @plt function by default by Masami Hiramatsu · 3 years, 6 months ago
  3. 45237f9 perf probe: Add --bootconfig to output definition in bootconfig format by Masami Hiramatsu · 3 years, 7 months ago
  4. f41ebe9 perf probe: Do not show the skipped events by Masami Hiramatsu · 4 years, 8 months ago
  5. bd862b1 perf probe: Check return value of strlist__add() for -ENOMEM by He Zhe · 4 years, 10 months ago
  6. afce8c4 perf probe: No need for symbol.h, symbol_conf is enough by Arnaldo Carvalho de Melo · 5 years ago
  7. b1d1b09 perf symbols: Move symsrc prototypes to a separate header by Arnaldo Carvalho de Melo · 5 years ago
  8. 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
  9. 0ac25fd perf tools: Remove perf.h from source files not needing it by Arnaldo Carvalho de Melo · 5 years ago
  10. d95daf5 perf probe: Avoid calling freeing routine multiple times for same pointer by Arnaldo Carvalho de Melo · 5 years ago
  11. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 5 years ago
  12. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  13. 40f3b2d perf namespaces: Remove namespaces.h from .h headers by Arnaldo Carvalho de Melo · 6 years ago
  14. 362379a perf tools: No need to check if the argument to __get() function is NULL by Arnaldo Carvalho de Melo · 7 years ago
  15. f045b8c perf buildid-cache: Support binary objects from other namespaces by Krister Johansen · 7 years ago
  16. 544abd4 perf probe: Allow placing uprobes in alternate namespaces. by Krister Johansen · 7 years ago
  17. 89c9fea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  18. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  19. 0a95160 treewide: Fix typos in printk by Masanari Iida · 8 years ago
  20. 7094672 perf probe: Return errno when not hitting any event by Kefeng Wang · 8 years ago
  21. d5c3a93 perf probe: Add option --symfs by Uwe Kleine-König · 8 years ago
  22. e50243b perf probe: Ignore vmlinux Build-id when offline vmlinux given by Masami Hiramatsu · 8 years ago
  23. 428aff8 perf probe: Ignore vmlinux buildid if offline kernel is given by Masami Hiramatsu · 8 years ago
  24. 1c20b1d perf probe: Show trace event definition by Masami Hiramatsu · 8 years ago
  25. c3492a3 perf probe: Make --list show only available cached events by Masami Hiramatsu · 8 years ago
  26. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  27. 4a0f65c perf probe: Remove caches when --cache is given by Masami Hiramatsu · 8 years ago
  28. 1f3736c perf probe: Show all cached probes by Masami Hiramatsu · 8 years ago
  29. 602a1f4 perf tools: Rename strlist_for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  30. 2fd457a perf probe: Add --cache option to cache the probe definitions by Masami Hiramatsu · 9 years ago
  31. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  32. 48e1cab perf tools: Make options always available, even if required libs not linked by Wang Nan · 9 years ago
  33. c711836 perf tools: Introduce usage_with_options_msg() by Namhyung Kim · 9 years ago
  34. 1a8ac29 perf probe: Allow probing on kmodules without dwarf by Masami Hiramatsu · 9 years ago
  35. 0fb1855 perf probe: Fix a segfault when removing uprobe events by Masami Hiramatsu · 9 years ago
  36. 9bae1e8 perf probe: Export init/exit_probe_symbol_maps() by Namhyung Kim · 9 years ago
  37. 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
  38. e607f14 perf probe: Print deleted events in cmd_probe() by Namhyung Kim · 9 years ago
  39. b02137c perf probe: Move print logic into cmd_probe() by Namhyung Kim · 9 years ago
  40. 200802a perf probe: Delete an unnecessary check before the function call "strfilter__delete" by Markus Elfring · 9 years ago
  41. 349e8d2 perf probe: Add --range option to show a variable's location range by He Kuang · 10 years ago
  42. 6cfd1f6 perf probe: Add --no-inlines option to avoid searching inline functions by Masami Hiramatsu · 10 years ago
  43. ddb2f58 perf probe: Introduce probe_conf global configs by Masami Hiramatsu · 10 years ago
  44. 4422552 perf probe: Use perf_probe_event.target instead of passing as an argument by Masami Hiramatsu · 10 years ago
  45. 9bc9f3b perf probe: Fix to return 0 when positive value returned by Masami Hiramatsu · 10 years ago
  46. b1019d5 perf probe: Cleanup and consolidate command parsers by Masami Hiramatsu · 10 years ago
  47. 3da166b perf probe: Remove redundant cleanup of params.filter by Masami Hiramatsu · 10 years ago
  48. 9f7811d perf probe: Accept filter argument for --funcs by Masami Hiramatsu · 10 years ago
  49. 307a464 perf probe: Allow to use filter on --del command by Masami Hiramatsu · 10 years ago
  50. b6a8964 perf probe: Accept filter argument for --list by Masami Hiramatsu · 10 years ago
  51. 96b55e3 perf probe: Accept multiple filter options by Masami Hiramatsu · 10 years ago
  52. b3ac032 perf probe: Make --funcs option exclusive by Masami Hiramatsu · 10 years ago
  53. 8cb0aa4 perf probe: Check the orphaned -x option by Masami Hiramatsu · 10 years ago
  54. 7afb3fa perf probe: Support multiple probes on different binaries by Masami Hiramatsu · 10 years ago
  55. 5e17b28 perf probe: Add --quiet option to suppress output result message by Masami Hiramatsu · 10 years ago
  56. 13dcbbc perf probe: Use PARSE_OPT_EXCLUSIVE flag by Namhyung Kim · 10 years ago
  57. 4cdcc33 perf probe: Trivial typo fix for --demangle by Masami Hiramatsu · 10 years ago
  58. 2b394bc perf probe: Do not access kallsyms when analyzing user binaries by Masami Hiramatsu · 10 years ago
  59. 763122a perf tools: Disable kernel symbol demangling by default by Avi Kivity · 10 years ago
  60. 5f03cba perf probe: Make error messages thread-safe by Masami Hiramatsu · 10 years ago
  61. b4bf113 perf probe: Show error code and description in verbose mode by Masami Hiramatsu · 11 years ago
  62. 5a62257 perf probe: Replace line_list with intlist by Masami Hiramatsu · 11 years ago
  63. e53b00d perf probe: Release all dynamically allocated parameters by Masami Hiramatsu · 11 years ago
  64. fb7345b perf probe: Support basic dwarf-based operations on uprobe events by Masami Hiramatsu · 11 years ago
  65. 8a613d4 perf probe: Expand given path to absolute path by Masami Hiramatsu · 11 years ago
  66. 553873e tools/: Convert to new topic libraries by Borislav Petkov · 11 years ago
  67. 35e17b2 perf probe: Add '--demangle'/'--no-demangle' by Azat Khuzhin · 11 years ago
  68. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  69. 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 12 years ago
  70. 11c4e4a perf probe: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  71. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  72. 73eff9f perf probe: Detect probe target when m/x options are absent by Srikar Dronamraju · 13 years ago
  73. 225466f perf probe: Provide perf interface for uprobes by Srikar Dronamraju · 13 years ago
  74. 4eced23 perf probe: Rename target_module to target by Srikar Dronamraju · 13 years ago
  75. 2ef1ea3 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  76. c168fbf perf tools: Eliminate duplicate code and use PATH_MAX consistently by Arnaldo Carvalho de Melo · 13 years ago
  77. 13e27d7 perf probe: Warn when more than one line are given by Masami Hiramatsu · 13 years ago
  78. 14a8fd7 perf probe: Support adding probes on offline kernel modules by Masami Hiramatsu · 14 years ago
  79. 823c716 perf probe: Use %td for pointer arithmetic result by Arnaldo Carvalho de Melo · 14 years ago
  80. 3c42258 perf probe: Add filters support for available functions by Masami Hiramatsu · 14 years ago
  81. bd09d7b perf probe: Add variable filter support by Masami Hiramatsu · 14 years ago
  82. e80711c perf probe: Add --funcs to show available functions in symtab by Masami Hiramatsu · 14 years ago
  83. fd930ff perf probe: Fix use of kernel image path given by 'k' option by Franck Bui-Huu · 14 years ago
  84. 469b9b8 perf probe: Add basic module support by Masami Hiramatsu · 14 years ago
  85. fb8c5a5 perf probe: Show accessible global variables by Masami Hiramatsu · 14 years ago
  86. c82ec0a perf probe: Function style fix by Masami Hiramatsu · 14 years ago
  87. cf6eb48 perf probe: Show accessible local variables by Masami Hiramatsu · 14 years ago
  88. 0e60836 perf probe: Rename common fields/functions from kprobe to probe. by Srikar Dronamraju · 14 years ago
  89. 9ed7e1b perf probe: Add kernel source path option by Chase Douglas · 15 years ago
  90. 8a7ddad perf probe: Don't call die() by Arnaldo Carvalho de Melo · 15 years ago
  91. ef4a356 perf probe: Add --max-probes option by Masami Hiramatsu · 15 years ago
  92. 7ca5989 perf probe: Fix to use correct debugfs path finder by Masami Hiramatsu · 15 years ago
  93. 146a143 perf probe: Remove die() from probe-event code by Masami Hiramatsu · 15 years ago
  94. 4848193 perf probe: Support argument name by Masami Hiramatsu · 15 years ago
  95. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 15 years ago
  96. 085ea73 perf probe: Fix --line syntax help and document by Masami Hiramatsu · 15 years ago
  97. 4b4da7f perf probe: Cleanup debuginfo related code by Masami Hiramatsu · 15 years ago
  98. 4235b04 perf probe: Introduce kprobe_trace_event and perf_probe_event by Masami Hiramatsu · 15 years ago
  99. f4d7da4 perf probe: Add --dry-run option by Masami Hiramatsu · 15 years ago
  100. 12a1fad perf probe: Rename session to param by Masami Hiramatsu · 15 years ago