1. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 9 years ago
  2. d303e85 perf trace: Clarify that -e is about syscalls, not perf events in general by Arnaldo Carvalho de Melo · 9 years ago
  3. fa0e4ff perf trace: Fix --filter-pids OPTION description by Arnaldo Carvalho de Melo · 9 years ago
  4. e366a6d perf trace: Support using -f to override perf.data file ownership by Yunlong Song · 9 years ago
  5. 6ebad5c perf trace: Fix syscall enter formatting bug by Arnaldo Carvalho de Melo · 9 years ago
  6. f208bd8 perf trace: Handle legacy syscalls tracepoints by Arnaldo Carvalho de Melo · 9 years ago
  7. 13f22a2 perf trace: Fix summary_only option by David Ahern · 9 years ago
  8. 6fdd9cb perf tools: Add the bash completion for listing subsubcommands of perf trace by Yunlong Song · 9 years ago
  9. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 9 years ago
  10. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 9 years ago
  11. 55d43bc perf trace: Fix SIGBUS failures due to misaligned accesses by David Ahern · 9 years ago
  12. 4d08cb8 perf trace: Dump stack on segfaults by Arnaldo Carvalho de Melo · 9 years ago
  13. ddbb1b1 perf trace: Separate routine that handles an event from the one that reads it by Arnaldo Carvalho de Melo · 9 years ago
  14. f078c38 perf trace: Introduce --filter-pids by Arnaldo Carvalho de Melo · 9 years ago
  15. 241b057 perf trace: Filter out the trace pid when no threads are specified by Arnaldo Carvalho de Melo · 9 years ago
  16. 0808921 perf trace: Only insert blank duration bracket when tracing syscalls by Arnaldo Carvalho de Melo · 9 years ago
  17. 726f323 perf trace: Support --events foo:bar --no-syscalls by Arnaldo Carvalho de Melo · 9 years ago
  18. 14a052d perf trace: Allow mixing with other events by Arnaldo Carvalho de Melo · 9 years ago
  19. e596663 perf trace: Handle multiple threads better wrt syscalls being intermixed by Arnaldo Carvalho de Melo · 9 years ago
  20. 42052be perf trace: Print thread info when following children by Arnaldo Carvalho de Melo · 9 years ago
  21. f7aa222 perf trace: No need to enable evsels for workload started from perf by Arnaldo Carvalho de Melo · 9 years ago
  22. 2cc990b tools lib fs debugfs: Introduce debugfs__strerror_open_tp by Arnaldo Carvalho de Melo · 10 years ago
  23. 5ed08da perf trace: Fix error reporting for evsel pgfault constructor by Arnaldo Carvalho de Melo · 10 years ago
  24. 801c67b tools lib fs: Pass filename to debugfs__strerror_open by Arnaldo Carvalho de Melo · 10 years ago
  25. e2726d9 tools lib fs: Adopt debugfs open strerrno method by Arnaldo Carvalho de Melo · 10 years ago
  26. 48000a1 perf tools: Remove EOL whitespaces by Arnaldo Carvalho de Melo · 10 years ago
  27. 38d5447 perf trace: Let the perf_evlist__mmap autosize the number of pages to use by Arnaldo Carvalho de Melo · 10 years ago
  28. e09b18d perf trace: Provide a better explanation when mmap fails by Arnaldo Carvalho de Melo · 10 years ago
  29. bb871a9 perf tools: A thread's machine can be found via thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago
  30. 89dceb2 perf trace: Use thread_{,_set}_priv helpers by Namhyung Kim · 10 years ago
  31. 2c82c3a perf trace: Fix mmap return address truncation to 32-bit by Chang Hyun Park · 10 years ago
  32. 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
  33. 46fb3c2 perf trace: Filter out POLLHUP'ed file descriptors by Arnaldo Carvalho de Melo · 10 years ago
  34. f66a889 perf evlist: Introduce poll method for common code idiom by Arnaldo Carvalho de Melo · 10 years ago
  35. 942a91e perf trace: Use strerror_r instead of strerror by Masami Hiramatsu · 10 years ago
  36. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  37. cb2ffae perf trace: Move call to symbol__init() after creating session by Namhyung Kim · 10 years ago
  38. 86998dd perf trace: Add beautifier for mremap flags param by Alex Snast · 10 years ago
  39. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
  40. 0524798 perf tools: Fix build on gcc 4.4.7 by Arnaldo Carvalho de Melo · 10 years ago
  41. 4414a3c perf trace: Fix build on 32-bit systems by Arnaldo Carvalho de Melo · 10 years ago
  42. a2ea67d perf trace: Add pagefault statistics by Stanislav Fomichev · 10 years ago
  43. e281a96 perf trace: Add possibility to switch off syscall events by Stanislav Fomichev · 10 years ago
  44. 1e28fe0 perf trace: Add pagefaults record and replay support by Stanislav Fomichev · 10 years ago
  45. 598d02c perf trace: Add support for pagefault tracing by Stanislav Fomichev · 10 years ago
  46. 0c82adc perf trace: Add perf_event parameter to tracepoint_handler by Stanislav Fomichev · 10 years ago
  47. 5089f20 perf trace: Cache the is_exit syscall test by Arnaldo Carvalho de Melo · 10 years ago
  48. 7741353 perf trace: Remove needless reassignments by Arnaldo Carvalho de Melo · 10 years ago
  49. cdcd1e6 perf trace: Fix up fd -> pathname resolution by Arnaldo Carvalho de Melo · 10 years ago
  50. 02c5bb4 perf trace: Decode architecture-specific signal numbers by Ben Hutchings · 10 years ago
  51. 844ae5b perf trace: Fix ioctl 'request' beautifier build problems on !(i386 || x86_64) arches by Arnaldo Carvalho de Melo · 10 years ago
  52. 79d26a6 perf trace: Add fallback definition of EFD_SEMAPHORE by Ben Hutchings · 10 years ago
  53. 509051e perf record: Rename --no-delay to --no-buffering by Arnaldo Carvalho de Melo · 11 years ago
  54. 98eafce perf trace: Pack 'struct trace' by Arnaldo Carvalho de Melo · 11 years ago
  55. 983874d perf evlist: Auto unmap on destructor by Arnaldo Carvalho de Melo · 11 years ago
  56. f26e1c7 perf evlist: Close fds on destructor by Arnaldo Carvalho de Melo · 11 years ago
  57. 03ad974 perf evlist: Move destruction of maps to evlist destructor by Arnaldo Carvalho de Melo · 11 years ago
  58. 735f7e0 perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload by Arnaldo Carvalho de Melo · 11 years ago
  59. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  60. b400679 perf tools: Rename 'perf_record_opts' to 'record_opts by Arnaldo Carvalho de Melo · 11 years ago
  61. 3160565 perf trace: Fix summary percentage when processing files by David Ahern · 11 years ago
  62. 9aca7f1 perf trace: Add support for syscalls vs raw_syscalls by David Ahern · 11 years ago
  63. 97978b3 perf tools: Add trace-event global object for tracepoint interface by Jiri Olsa · 11 years ago
  64. f885037 perf trace: Honour -m option by Jiri Olsa · 11 years ago
  65. 15e65c6 perf trace: Remove thread summary coloring by Pekka Enberg · 11 years ago
  66. 27a778b perf trace: Tweak summary output by Pekka Enberg · 11 years ago
  67. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 11 years ago
  68. fd2eaba perf trace: Add summary only option by David Ahern · 11 years ago
  69. 99ff715 perf trace: Simplify '--summary' output by Pekka Enberg · 11 years ago
  70. 7f7a413 perf trace: Change syscall summary duration order by Pekka Enberg · 11 years ago
  71. 003824e perf trace: Fix segfault on perf trace -i perf.data by Namhyung Kim · 11 years ago
  72. 96695d4 perf trace: Separate tp syscall field caching into init routine to be reused by Namhyung Kim · 11 years ago
  73. 73faab3 perf trace: Beautify fifth argument of mmap() as fd by Namhyung Kim · 11 years ago
  74. a33fbd5 perf machine: Simplify synthesize_threads method by Arnaldo Carvalho de Melo · 11 years ago
  75. 58d925d perf machine: Introduce synthesize_threads method out of open coded equivalent by Arnaldo Carvalho de Melo · 11 years ago
  76. 62605dc50 perf record: Synthesize non-exec MMAP records when --data used by Arnaldo Carvalho de Melo · 11 years ago
  77. ef50383 perf evsel: Remove idx parm from constructor by Arnaldo Carvalho de Melo · 11 years ago
  78. 7717098 perf trace: Don't relookup fields by name in each sample by Arnaldo Carvalho de Melo · 11 years ago
  79. 744a971 perf evsel: Ditch evsel->handler.data field by Arnaldo Carvalho de Melo · 11 years ago
  80. 1902efe perf tools: Add new COMM infrastructure by Frederic Weisbecker · 11 years ago
  81. 162f0be perf tools: Add time argument on COMM setting by Frederic Weisbecker · 11 years ago
  82. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  83. 8e50d38 perf tools: Fixup mmap event consumption by Zhouyi Zhou · 11 years ago
  84. f5fc141 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  85. a8f23d8 perf trace: Improve messages related to /proc/sys/kernel/perf_event_paranoid by Arnaldo Carvalho de Melo · 11 years ago
  86. 6ef068c perf evlist: Introduce perf_evlist__strerror_tp method by Arnaldo Carvalho de Melo · 11 years ago
  87. ba209f8 perf trace: Improve event processing exit by Arnaldo Carvalho de Melo · 11 years ago
  88. c522739 perf trace: Use vfs_getname hook if available by Arnaldo Carvalho de Melo · 11 years ago
  89. 97119f3 perf trace: Split fd -> pathname array handling by Arnaldo Carvalho de Melo · 11 years ago
  90. bf2575c perf trace: Add summary option to dump syscall statistics by David Ahern · 11 years ago
  91. 87f9186 perf trace: Improve the error messages by Ramkumar Ramachandra · 11 years ago
  92. 78645cf perf trace: Initial beautifier for ioctl's 'cmd' arg by Arnaldo Carvalho de Melo · 11 years ago
  93. 975b7c2 perf trace: Prepare the strarray scnprintf method for reuse by Arnaldo Carvalho de Melo · 11 years ago
  94. 03e3adc perf trace: Allow specifying index offset in strarrays by Arnaldo Carvalho de Melo · 11 years ago
  95. 896cbb5 perf trace: Use new machine method to loop over threads by David Ahern · 11 years ago
  96. 5e2485b perf trace: Add record option by David Ahern · 11 years ago
  97. 8fb598e perf trace: Fix comm resolution when reading events from file by David Ahern · 11 years ago
  98. 75b757ca perf trace: Show path associated with fd in live sessions by Arnaldo Carvalho de Melo · 11 years ago
  99. 3d903aa perf trace: Beautify mlock & friends 'addr' arg by Arnaldo Carvalho de Melo · 11 years ago
  100. b6e8f8f perf trace: Handle MSG_WAITFORONE not defined by David Ahern · 11 years ago