1. 0a2f7540 perf trace beauty: Implement pid_fd beautifier by Arnaldo Carvalho de Melo · 7 years ago
  2. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  3. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  4. d688d03 perf trace beauty prctl: Generate 'option' string table from kernel headers by Arnaldo Carvalho de Melo · 7 years ago
  5. 923d0c9 perf tools: Introduce binary__fprintf() by Arnaldo Carvalho de Melo · 7 years ago
  6. 340b47f perf top: Implement multithreading for perf_event__synthesize_threads by Kan Liang · 7 years ago
  7. c896f85 perf tools: Fix leaking rec_argv in error cases by Martin Kepplinger · 7 years ago
  8. 91e467b perf machine: Use hashtable for machine threads by Kan Liang · 7 years ago
  9. 27702bc perf trace: Support syscall name globbing by Arnaldo Carvalho de Melo · 7 years ago
  10. 83bc9c37 perf trace beauty: Beautify pkey_{alloc,free,mprotect} arguments by Arnaldo Carvalho de Melo · 7 years ago
  11. d6d4fc6 perf trace: Fix off by one string allocation problem by Arnaldo Carvalho de Melo · 7 years ago
  12. 1cc47f2d perf trace beauty ioctl: Improve 'cmd' beautifier by Arnaldo Carvalho de Melo · 7 years ago
  13. 082ab9a perf trace: Filter out 'sshd' in the tracer ancestry in syswide tracing by Arnaldo Carvalho de Melo · 7 years ago
  14. dd1a503 perf trace: Introduce filter_loop_pids() by Arnaldo Carvalho de Melo · 7 years ago
  15. 33396a3 perf trace beauty clone: Beautify syscall arguments by Arnaldo Carvalho de Melo · 7 years ago
  16. c51bdfe perf trace: Allow specifying names to syscall arguments formatters by Arnaldo Carvalho de Melo · 7 years ago
  17. 332337d perf trace: Allow specifying number of syscall args for tracepointless syscalls by Arnaldo Carvalho de Melo · 7 years ago
  18. 325f509 perf trace: Ditch __syscall__arg_val() variant, not needed anymore by Arnaldo Carvalho de Melo · 7 years ago
  19. d032d79 perf trace: Use the syscall_fmt formatters without a tracepoint by Arnaldo Carvalho de Melo · 7 years ago
  20. 5e58fcf perf trace: Allow allocating sc->arg_fmt even without the syscall tracepoint by Arnaldo Carvalho de Melo · 7 years ago
  21. 6f8fe61 perf trace: Add missing ' = ' in the default formatting of syscall returns by Arnaldo Carvalho de Melo · 7 years ago
  22. 1f63139 perf trace beauty: Simplify syscall return formatting by Arnaldo Carvalho de Melo · 7 years ago
  23. 39cc355 perf trace beauty fcntl: Do not suppress 'cmd' when zero, should be DUPFD by Arnaldo Carvalho de Melo · 7 years ago
  24. d47737d perf trace: Allow syscall arg formatters to request non suppression of zeros by Arnaldo Carvalho de Melo · 7 years ago
  25. 82d4a11 perf trace: Group per syscall arg formatter info into one struct by Arnaldo Carvalho de Melo · 7 years ago
  26. 0ae7963 perf trace beauty: Export strarray for use in per-object beautifiers by Arnaldo Carvalho de Melo · 7 years ago
  27. fc65eb8 perf trace beauty: Export the fd beautifier for use in more places by Arnaldo Carvalho de Melo · 7 years ago
  28. 7ee5743 perf trace beauty: Give syscall return beautifier more context by Arnaldo Carvalho de Melo · 7 years ago
  29. 84486ca perf trace: Allow syscall_arg beautifiers to set a different return formatter by Arnaldo Carvalho de Melo · 7 years ago
  30. 64e4561 perf trace: Beautify new write hint fcntl commands by Arnaldo Carvalho de Melo · 7 years ago
  31. 9c47f66 perf trace beauty fcntl: Basic 'arg' beautifier by Arnaldo Carvalho de Melo · 7 years ago
  32. 5dde91e perf trace beauty: Introduce syscall arg beautifier for long integers by Arnaldo Carvalho de Melo · 7 years ago
  33. 2c2b162 perf trace beauty: Export the "int" and "hex" syscall arg formatters by Arnaldo Carvalho de Melo · 7 years ago
  34. f9f83b3 perf trace beauty: Allow accessing syscall args values in a syscall arg formatter by Arnaldo Carvalho de Melo · 7 years ago
  35. 9cb7cf8 perf trace beauty: Mask ignored fcntl 'arg' parameter by Arnaldo Carvalho de Melo · 7 years ago
  36. 274e86f perf trace beauty: Export the strarrays scnprintf method by Arnaldo Carvalho de Melo · 7 years ago
  37. 83a5169 perf trace: Beautify linux specific fcntl commands by Arnaldo Carvalho de Melo · 7 years ago
  38. e000e5e perf trace: Remove F_ from some of the fcntl command strings by Arnaldo Carvalho de Melo · 7 years ago
  39. 5426566 perf trace: Add mmap alias for s390 by Jiri Olsa · 8 years ago
  40. 5ab8c68 perf tools: Move event prototypes from util.h to event.h by Arnaldo Carvalho de Melo · 8 years ago
  41. 4208735 perf tools: Remove poll.h and wait.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  42. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  43. 9a3993d perf tools: Move path related functions to util/path.h by Arnaldo Carvalho de Melo · 8 years ago
  44. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  45. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  46. fea0139 perf tools: Move print_binary definitions to separate files by Arnaldo Carvalho de Melo · 8 years ago
  47. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  48. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  49. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  50. fd5cead perf trace: Beautify statx syscall 'flag' and 'mask' arguments by Arnaldo Carvalho de Melo · 8 years ago
  51. fd2b297 perf trace: Handle unpaired raw_syscalls:sys_exit event by Arnaldo Carvalho de Melo · 8 years ago
  52. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  53. ef65e96 perf trace: Fixup thread refcounting by Arnaldo Carvalho de Melo · 8 years ago
  54. c04dfaf perf trace: Fix up error path indentation by Arnaldo Carvalho de Melo · 8 years ago
  55. 39f0e7a perf trace: Check for vfs_getname.pathname length by Arnaldo Carvalho de Melo · 8 years ago
  56. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  57. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  58. 017037f perf trace: Allow specifying list of syscalls and events in -e/--expr/--event by Arnaldo Carvalho de Melo · 8 years ago
  59. aa07df6 perf trace: Update tid/pid filtering option to leverage symbol_conf by David Ahern · 8 years ago
  60. ecf1e22 perf trace: Use the syscall raw_syscalls:sys_enter timestamp by Arnaldo Carvalho de Melo · 8 years ago
  61. 1f36946 perf trace: Remove thread_trace->exit_time by Arnaldo Carvalho de Melo · 8 years ago
  62. e36b782 perf trace: Implement --delay by Alexis Berlemont · 8 years ago
  63. 3541c03 perf evsel: New tracepoint specific function by Mathieu Poirier · 8 years ago
  64. b15d0a4 perf tools: Make perf_evsel__append_filter() generic by Mathieu Poirier · 8 years ago
  65. f0bbd60 perf trace: Beautify sched_[gs]et_attr return value by Arnaldo Carvalho de Melo · 8 years ago
  66. bd48c63 tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  67. e3e1d7e perf trace: Remove unused sys/ptrace.h include by Arnaldo Carvalho de Melo · 8 years ago
  68. 48e1f91 perf trace: Add conditional define for AT_FDCWD by Arnaldo Carvalho de Melo · 9 years ago
  69. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  70. 98a9183 perf rb_resort: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  71. 602a1f4 perf tools: Rename strlist_for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  72. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  73. 12f3ca4 perf trace: Use the ptr->name beautifier as default for "filename" args by Arnaldo Carvalho de Melo · 9 years ago
  74. b6565c9 perf trace: Use the fd->name beautifier as default for "fd" args by Arnaldo Carvalho de Melo · 9 years ago
  75. caa36ed perf trace: Only auto set call-graph to "dwarf" when syscalls are being traced by Arnaldo Carvalho de Melo · 9 years ago
  76. fe17608 perf tools: Fix usage of max_stack sysctl by Arnaldo Carvalho de Melo · 9 years ago
  77. c008f78 perf trace: Fix exit_group() formatting by Arnaldo Carvalho de Melo · 9 years ago
  78. caf8a0d perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1 by Arnaldo Carvalho de Melo · 9 years ago
  79. f5cd95e perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 9 years ago
  80. 8bf382c perf trace: Move flock op beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 9 years ago
  81. d5d71e8 perf trace: Move futex_op beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 9 years ago
  82. 8f48df6 perf trace: Move open_flags beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 9 years ago
  83. 12199d8 perf trace: Move signum beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 9 years ago
  84. 4c4d6e5 perf trace: Do not print raw args list for syscalls with no args by Arnaldo Carvalho de Melo · 9 years ago
  85. 03548eb perf trace: Do not show the runtime_ms for a thread when not collecting it by Arnaldo Carvalho de Melo · 9 years ago
  86. b535d52 perf trace: Sort syscalls stats by msecs in --summary by Arnaldo Carvalho de Melo · 9 years ago
  87. 96c1445 perf trace: Sort summary output by number of events by Arnaldo Carvalho de Melo · 9 years ago
  88. a30e625 perf trace: Move msg_flags beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 9 years ago
  89. 4cb9344 perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack by Arnaldo Carvalho de Melo · 9 years ago
  90. ccd9b2a perf trace: Do not beautify the 'pid' parameter as a simple integer by Arnaldo Carvalho de Melo · 9 years ago
  91. 62de344 perf trace: Move perf_flags beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 9 years ago
  92. 1df5429 perf trace: Make --pf honour --min-stack too by Arnaldo Carvalho de Melo · 9 years ago
  93. 7ad3561 perf trace: Make --event honour --min-stack too by Arnaldo Carvalho de Melo · 9 years ago
  94. 0c3a6ef perf trace: Make --pf maj/min/all use callchains too by Arnaldo Carvalho de Melo · 9 years ago
  95. 0ae537c perf trace: Extract evsel contructor from perf_evlist__add_pgfault by Arnaldo Carvalho de Melo · 9 years ago
  96. 2ddd5c0 perf tools: Ditch record_opts.callgraph_set by Arnaldo Carvalho de Melo · 9 years ago
  97. ccd62a8 perf trace: Fix build when DWARF unwind isn't available by Arnaldo Carvalho de Melo · 9 years ago
  98. f3e459d perf trace: Bump --mmap-pages when --call-graph is used by the root user by Arnaldo Carvalho de Melo · 9 years ago
  99. 0561499 perf trace: Make --(min,max}-stack imply "--call-graph dwarf" by Arnaldo Carvalho de Melo · 9 years ago
  100. 5cf9c84 perf trace: Introduce --min-stack filter by Arnaldo Carvalho de Melo · 9 years ago