1. 23c07a2 perf trace: Beautify mount's first pathname arg by Arnaldo Carvalho de Melo · 6 years ago
  2. 476c92ca perf trace: Beautify the umount's 'name' argument by Arnaldo Carvalho de Melo · 6 years ago
  3. f932184 perf trace: Consider syscall aliases too by Arnaldo Carvalho de Melo · 6 years ago
  4. 73d141a perf trace beauty: Beautify mount/umount's 'flags' argument by Arnaldo Carvalho de Melo · 6 years ago
  5. 496fd34 perf trace beauty: Allow syscalls to mask an argument before considering it by Arnaldo Carvalho de Melo · 6 years ago
  6. a9c5e6c perf trace: Introduce per-event maximum number of events property by Arnaldo Carvalho de Melo · 6 years ago
  7. a937c66 perf trace: Drop thread refcount in trace__event_handler() by Arnaldo Carvalho de Melo · 6 years ago
  8. 4291bf5 perf trace: Drop addr_location refcounts by Arnaldo Carvalho de Melo · 6 years ago
  9. 5067a8c perf trace: Introduce --max-events by Arnaldo Carvalho de Melo · 6 years ago
  10. bb39ccb tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flags by Tzvetomir Stoyanov (VMware) · 6 years ago
  11. 2c92f98 tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field} by Tzvetomir Stoyanov (VMware) · 6 years ago
  12. 4963b0f tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_format by Tzvetomir Stoyanov (VMware) · 6 years ago
  13. b1a9e25 perf trace: Use the raw_syscalls:sys_enter for the augmented syscalls by Arnaldo Carvalho de Melo · 6 years ago
  14. db2da3f perf trace: Setup augmented_args in the raw_syscalls:sys_enter handler by Arnaldo Carvalho de Melo · 6 years ago
  15. 8a041f8 perf trace: Introduce syscall__augmented_args() method by Arnaldo Carvalho de Melo · 6 years ago
  16. 3de3e8b perf trace beauty: Alias 'umount' to 'umount2' by Benjamin Peterson · 6 years ago
  17. c4191e5 perf trace: Show comm and tid for tracepoint events by Arnaldo Carvalho de Melo · 6 years ago
  18. 6ebb686 perf trace augmented_syscalls: Augment sendto's 'addr' arg by Arnaldo Carvalho de Melo · 6 years ago
  19. 02ef288 perf trace augmented_syscalls: Augment bind's 'myaddr' sockaddr arg by Arnaldo Carvalho de Melo · 6 years ago
  20. d5a7e66 perf trace augmented_syscalls: Augment connect's 'sockaddr' arg by Arnaldo Carvalho de Melo · 6 years ago
  21. 75d1e30 perf trace: Use the augmented filename, expanding syscall enter pointers by Arnaldo Carvalho de Melo · 6 years ago
  22. c96f4ed perf trace: Show comm/tid for augmented_syscalls by Arnaldo Carvalho de Melo · 6 years ago
  23. 6dcbd21 perf trace: Extract the comm/tid printing for syscall enter by Arnaldo Carvalho de Melo · 6 years ago
  24. 1cdf618 perf trace: Print the syscall name for augmented_syscalls by Arnaldo Carvalho de Melo · 6 years ago
  25. 7a983a0 perf trace: Pass augmented args to the arg formatters when available by Arnaldo Carvalho de Melo · 6 years ago
  26. 88cf708 perf trace: Wire up the augmented syscalls with the syscalls:sys_enter_FOO beautifier by Arnaldo Carvalho de Melo · 6 years ago
  27. d3d1c4bdf5 perf trace: Setup the augmented syscalls bpf-output event fields by Arnaldo Carvalho de Melo · 6 years ago
  28. 78e890e perf bpf: Make bpf__setup_output_event() return the bpf-output event by Arnaldo Carvalho de Melo · 6 years ago
  29. e0b6d2e perf trace: Handle "bpf-output" events associated with "__augmented_syscalls__" BPF map by Arnaldo Carvalho de Melo · 6 years ago
  30. f3acd88 perf trace: Use perf_evsel__sc_tp_{uint,ptr} for "id"/"args" handling syscalls:* events by Arnaldo Carvalho de Melo · 6 years ago
  31. d32855f perf trace: Setup struct syscall_tp for syscalls:sys_{enter,exit}_NAME events by Arnaldo Carvalho de Melo · 6 years ago
  32. aa823f5 perf trace: Allow setting up a syscall_tp struct without a format_field by Arnaldo Carvalho de Melo · 6 years ago
  33. 63f11c8 perf trace: Rename some syscall_tp methods to raw_syscall by Arnaldo Carvalho de Melo · 6 years ago
  34. a98392b perf trace: Use beautifiers on syscalls:sys_enter_ handlers by Arnaldo Carvalho de Melo · 6 years ago
  35. 6a648b5 perf trace: Associate vfs_getname()'ed pathname with fd returned from 'openat' by Arnaldo Carvalho de Melo · 6 years ago
  36. b912885 perf trace: Do not require --no-syscalls to suppress strace like output by Arnaldo Carvalho de Melo · 6 years ago
  37. 162d3ed perf trace: Beautify the AF_INET & AF_INET6 'socket' syscall 'protocol' args by Arnaldo Carvalho de Melo · 6 years ago
  38. bc972ad perf trace beauty: Do not print NULL strarray entries by Arnaldo Carvalho de Melo · 6 years ago
  39. 27de9b2 perf evsel: Add has_callchain() helper to make code more compact/clear by Arnaldo Carvalho de Melo · 7 years ago
  40. 029c75e perf tools: No need to unconditionally read the max_stack sysctls by Arnaldo Carvalho de Melo · 7 years ago
  41. 117d3c2 perf thread: Ditch __thread__find_symbol() by Arnaldo Carvalho de Melo · 7 years ago
  42. 4546263 perf thread: Introduce thread__find_symbol() by Arnaldo Carvalho de Melo · 7 years ago
  43. 51125a2 perf trace: Remove redundant ')' by Changbin Du · 7 years ago
  44. 0a6545b perf trace: Show only failing syscalls by Arnaldo Carvalho de Melo · 7 years ago
  45. b9bae2c perf mmap: Simplify perf_mmap__read_init() by Kan Liang · 7 years ago
  46. 0019dc87 perf mmap: Simplify perf_mmap__read_event() by Kan Liang · 7 years ago
  47. d6ace3d perf mmap: Simplify perf_mmap__consume() by Kan Liang · 7 years ago
  48. 9ea42ba perf trace: Support setting cgroups as targets by Arnaldo Carvalho de Melo · 7 years ago
  49. d7f55c6 perf trace: Switch to new perf_mmap__read_event() interface by Kan Liang · 7 years ago
  50. 3a9e9a4 perf trace: Fix call-graph output by Ravi Bangoria · 7 years ago
  51. c19d084 perf trace beauty flock: Move to separate object file by Arnaldo Carvalho de Melo · 7 years ago
  52. bafae98 perf evlist: Remove fcntl.h from evlist.h by Arnaldo Carvalho de Melo · 7 years ago
  53. 3258abe perf trace beauty futex: Beautify FUTEX_BITSET_MATCH_ANY by Arnaldo Carvalho de Melo · 7 years ago
  54. 522283f perf trace: Do not print from time delta for interrupted syscall lines by Arnaldo Carvalho de Melo · 7 years ago
  55. 591421e perf trace: Add --print-sample by Arnaldo Carvalho de Melo · 7 years ago
  56. 092bd3c perf trace: Obtain errno strings by using arch_syscalls__strerrno() by Hendrik Brueckner · 7 years ago
  57. bd3dda9 perf trace: Allow overriding global --max-stack per event by Arnaldo Carvalho de Melo · 7 years ago
  58. 75d5011 perf trace: Setup DWARF callchains for non-syscall events when --max-stack is used by Arnaldo Carvalho de Melo · 7 years ago
  59. 08e2639 perf trace: Fix setting of --call-graph/--max-stack for non-syscall events by Arnaldo Carvalho de Melo · 7 years ago
  60. 236d812 perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitely by Arnaldo Carvalho de Melo · 7 years ago
  61. 2d1073d perf trace: Beautify 'gettid' syscall result by Arnaldo Carvalho de Melo · 7 years ago
  62. f74b9d3a perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap by Wang Nan · 7 years ago
  63. cbd5c17 perf trace: Fix an exit code of trace__symbols_init by Andrei Vagin · 7 years ago
  64. 7862edc Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 7 years ago
  65. 33974a4 perf trace: Call machine__exit() at exit by Andrei Vagin · 7 years ago
  66. 1de3038 perf trace beauty kcmp: Beautify arguments by Arnaldo Carvalho de Melo · 7 years ago
  67. 0a2f7540 perf trace beauty: Implement pid_fd beautifier by Arnaldo Carvalho de Melo · 7 years ago
  68. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  69. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  70. d688d03 perf trace beauty prctl: Generate 'option' string table from kernel headers by Arnaldo Carvalho de Melo · 7 years ago
  71. 923d0c9 perf tools: Introduce binary__fprintf() by Arnaldo Carvalho de Melo · 7 years ago
  72. 340b47f perf top: Implement multithreading for perf_event__synthesize_threads by Kan Liang · 7 years ago
  73. c896f85 perf tools: Fix leaking rec_argv in error cases by Martin Kepplinger · 7 years ago
  74. 91e467b perf machine: Use hashtable for machine threads by Kan Liang · 7 years ago
  75. 27702bc perf trace: Support syscall name globbing by Arnaldo Carvalho de Melo · 7 years ago
  76. 83bc9c37 perf trace beauty: Beautify pkey_{alloc,free,mprotect} arguments by Arnaldo Carvalho de Melo · 7 years ago
  77. d6d4fc6 perf trace: Fix off by one string allocation problem by Arnaldo Carvalho de Melo · 7 years ago
  78. 1cc47f2 perf trace beauty ioctl: Improve 'cmd' beautifier by Arnaldo Carvalho de Melo · 7 years ago
  79. 082ab9a perf trace: Filter out 'sshd' in the tracer ancestry in syswide tracing by Arnaldo Carvalho de Melo · 7 years ago
  80. dd1a503 perf trace: Introduce filter_loop_pids() by Arnaldo Carvalho de Melo · 7 years ago
  81. 33396a3 perf trace beauty clone: Beautify syscall arguments by Arnaldo Carvalho de Melo · 7 years ago
  82. c51bdfe perf trace: Allow specifying names to syscall arguments formatters by Arnaldo Carvalho de Melo · 7 years ago
  83. 332337d perf trace: Allow specifying number of syscall args for tracepointless syscalls by Arnaldo Carvalho de Melo · 7 years ago
  84. 325f509 perf trace: Ditch __syscall__arg_val() variant, not needed anymore by Arnaldo Carvalho de Melo · 7 years ago
  85. d032d79 perf trace: Use the syscall_fmt formatters without a tracepoint by Arnaldo Carvalho de Melo · 7 years ago
  86. 5e58fcf perf trace: Allow allocating sc->arg_fmt even without the syscall tracepoint by Arnaldo Carvalho de Melo · 7 years ago
  87. 6f8fe61 perf trace: Add missing ' = ' in the default formatting of syscall returns by Arnaldo Carvalho de Melo · 7 years ago
  88. 1f63139 perf trace beauty: Simplify syscall return formatting by Arnaldo Carvalho de Melo · 7 years ago
  89. 39cc355 perf trace beauty fcntl: Do not suppress 'cmd' when zero, should be DUPFD by Arnaldo Carvalho de Melo · 7 years ago
  90. d47737d perf trace: Allow syscall arg formatters to request non suppression of zeros by Arnaldo Carvalho de Melo · 7 years ago
  91. 82d4a11 perf trace: Group per syscall arg formatter info into one struct by Arnaldo Carvalho de Melo · 7 years ago
  92. 0ae7963 perf trace beauty: Export strarray for use in per-object beautifiers by Arnaldo Carvalho de Melo · 7 years ago
  93. fc65eb8 perf trace beauty: Export the fd beautifier for use in more places by Arnaldo Carvalho de Melo · 7 years ago
  94. 7ee5743 perf trace beauty: Give syscall return beautifier more context by Arnaldo Carvalho de Melo · 7 years ago
  95. 84486ca perf trace: Allow syscall_arg beautifiers to set a different return formatter by Arnaldo Carvalho de Melo · 7 years ago
  96. 64e4561 perf trace: Beautify new write hint fcntl commands by Arnaldo Carvalho de Melo · 7 years ago
  97. 9c47f66 perf trace beauty fcntl: Basic 'arg' beautifier by Arnaldo Carvalho de Melo · 7 years ago
  98. 5dde91e perf trace beauty: Introduce syscall arg beautifier for long integers by Arnaldo Carvalho de Melo · 7 years ago
  99. 2c2b162 perf trace beauty: Export the "int" and "hex" syscall arg formatters by Arnaldo Carvalho de Melo · 7 years ago
  100. f9f83b3 perf trace beauty: Allow accessing syscall args values in a syscall arg formatter by Arnaldo Carvalho de Melo · 7 years ago