1. 7e2ed09 perf evlist: Store pointer to the cpu and thread maps by Arnaldo Carvalho de Melo · 14 years ago
  2. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 14 years ago
  3. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 14 years ago
  4. dc82009 perf record: No need to check for overwrites by Arnaldo Carvalho de Melo · 14 years ago
  5. fd78260 perf threads: Move thread_map to separate file by Arnaldo Carvalho de Melo · 14 years ago
  6. d7065ad perf record: auto detect when stdout is a pipe by Franck Bui-Huu · 14 years ago
  7. 0a27d7f perf record: Use perf_evlist__mmap by Arnaldo Carvalho de Melo · 14 years ago
  8. 115d2d8 perf record: Move perf_mmap__write_tail to perf.h by Arnaldo Carvalho de Melo · 14 years ago
  9. 744bd8a perf record: Use struct perf_mmap and helpers by Arnaldo Carvalho de Melo · 14 years ago
  10. dd7927f perf record: Use perf_evsel__open by Arnaldo Carvalho de Melo · 14 years ago
  11. 5c58104 perf evlist: Adopt the pollfd array by Arnaldo Carvalho de Melo · 14 years ago
  12. 361c99a perf evsel: Introduce perf_evlist by Arnaldo Carvalho de Melo · 14 years ago
  13. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  14. ad7f4e3 perf tools: Fix tracepoint id to string perf.data header table by Arnaldo Carvalho de Melo · 14 years ago
  15. acac03f perf record: Add "nodelay" mode, disabled by default by Kirill Smelkov · 14 years ago
  16. 4ad9f59 Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return" by Arnaldo Carvalho de Melo · 14 years ago
  17. bd3bfe9 perf evsel: Fix order of event list deletion by Arnaldo Carvalho de Melo · 14 years ago
  18. aa7bc7e perf tools: Emit clearer message for sys_perf_event_open ENOENT return by Arnaldo Carvalho de Melo · 14 years ago
  19. 5c98d466 perf tools: Refactor all_tids to hold nr and the map by Arnaldo Carvalho de Melo · 14 years ago
  20. 60d567e perf tools: Refactor cpumap to hold nr and the map by Arnaldo Carvalho de Melo · 14 years ago
  21. 70d544d perf evsel: Delete the event selectors at exit by Arnaldo Carvalho de Melo · 14 years ago
  22. 69aad6f perf tools: Introduce event selectors by Arnaldo Carvalho de Melo · 14 years ago
  23. a43d3f0 perf record: Fix use of sample_id_all userspace with !sample_id_all kernels by Arnaldo Carvalho de Melo · 14 years ago
  24. eac23d1 perf record,report,annotate,diff: Process events in order by Ian Munsie · 14 years ago
  25. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  26. 006b20f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  27. 18483b8 perf record: Fix eternal wait for stillborn child by Arnaldo Carvalho de Melo · 14 years ago
  28. 9c90a61 perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events by Arnaldo Carvalho de Melo · 14 years ago
  29. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  30. baa2f6c perf record: Add option to disable collecting build-ids by Arnaldo Carvalho de Melo · 14 years ago
  31. 6c869e7 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  32. c1a3a4b perf record: Handle restrictive permissions in /proc/{kallsyms,modules} by Arnaldo Carvalho de Melo · 14 years ago
  33. d9cf837 perf stat: Change and clean up sys_perf_event_open error handling by Corey Ashford · 14 years ago
  34. bca647a perf record: make the record options available outside perf record by Tom Zanussi · 14 years ago
  35. b44308f perf scripting: Shut up 'perf record' final status by Arnaldo Carvalho de Melo · 14 years ago
  36. 0ab7368 perf record: Remove newline character from perror() argument by Matt Fleming · 14 years ago
  37. d65a458 perf tools: Release session and symbol resources on exit by Arnaldo Carvalho de Melo · 14 years ago
  38. 39d17da perf record: Release resources at exit by Arnaldo Carvalho de Melo · 14 years ago
  39. f384c95 Merge branch 'linus' into perf/core by Thomas Gleixner · 14 years ago
  40. 830f4c8 perf kvm: Get rid of unused guest_kallsyms by Gui Jianfeng · 14 years ago
  41. 5ffc888 perf record: prevent kill(0, SIGTERM); by Ian Munsie · 14 years ago
  42. a1ac1d3 perf record: Add option to avoid updating buildid cache by Stephane Eranian · 14 years ago
  43. cf103a1 perf record: Avoid synthesizing mmap() for all processes in per-thread mode by Stephane Eranian · 14 years ago
  44. 3af9e85 perf: Add non-exec mmap() tracking by Eric B Munson · 14 years ago
  45. f60f359 perf report: Implement --sort cpu by Arun Sharma · 14 years ago
  46. c45c6ea perf tools: Add the ability to specify list of cpus to monitor by Stephane Eranian · 14 years ago
  47. 2fb750e perf-record: Check correct pid when forking by Borislav Petkov · 14 years ago
  48. 0e2e63d perf-record: Share per-cpu buffers by Peter Zijlstra · 14 years ago
  49. 57adc51 perf-record: Remove -M by Peter Zijlstra · 14 years ago
  50. ef365ce perf record: remove unneeded gettimeofday() call by Russ Anderson · 14 years ago
  51. a41794c perf tools: Remove some unused functions by Arnaldo Carvalho de Melo · 14 years ago
  52. 1967936 perf options: Check v type in OPT_U?INTEGER by Arnaldo Carvalho de Melo · 14 years ago
  53. 3de29ca perf record: Fix bug mismatch with -c option definition by Stephane Eranian · 14 years ago
  54. 2e6cdf9 perf tools: change event inheritance logic in stat and record by Stephane Eranian · 14 years ago
  55. 9840280 perf: Introduce a new "round of buffers read" pseudo event by Frederic Weisbecker · 14 years ago
  56. db620b1 perf/record: simplify TRACE_INFO tracepoint check by Tom Zanussi · 14 years ago
  57. 63e0c77 perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAW by Tom Zanussi · 14 years ago
  58. 2c9faa0 perf record: Don't exit in live mode when no tracepoints are enabled by Arnaldo Carvalho de Melo · 14 years ago
  59. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  60. 789688f perf/live: don't synthesize build ids at the end of a live mode trace by Tom Zanussi · 14 years ago
  61. 23346f2 perf tools: Rename "kernel_info" to "machine" by Arnaldo Carvalho de Melo · 14 years ago
  62. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  63. 84b13fd Merge branch 'perf/live' into perf/core by Ingo Molnar · 15 years ago
  64. f921281 perf: Make the trace events sample period default to 1 by Frederic Weisbecker · 15 years ago
  65. 7865e81 perf: Make -f the default for perf record by Frederic Weisbecker · 15 years ago
  66. c7929e4 perf: Convert perf header build_ids into build_id events by Tom Zanussi · 15 years ago
  67. 9215545 perf: Convert perf tracing data into a tracing_data event by Tom Zanussi · 15 years ago
  68. cd19a03 perf: Convert perf event types into event type events by Tom Zanussi · 15 years ago
  69. 2c46dbb perf: Convert perf header attrs into attr events by Tom Zanussi · 15 years ago
  70. 529870e perf record: Introduce special handling for pipe output by Tom Zanussi · 15 years ago
  71. 8dc5810 perf: Add pipe-specific header read/write and event processing code by Tom Zanussi · 15 years ago
  72. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 15 years ago
  73. e206d55 perf tools: Move the prototypes in util/string.h to util.h by Arnaldo Carvalho de Melo · 15 years ago
  74. 7016213 perf record: Add a fallback to the reference relocation symbol by Arnaldo Carvalho de Melo · 15 years ago
  75. 5a10317 perf record: Zero out mmap_array to fix segfault by Zhang, Yanmin · 15 years ago
  76. d6d901c perf events: Change perf parameter --pid to process-wide collection instead of thread-wide by Zhang, Yanmin · 15 years ago
  77. 46be604 perf record: Enable counters only when kernel is execing subcommand by Zhang, Yanmin · 15 years ago
  78. bedbfde perf record: Enable the enable_on_exec flag if record forks the target by Eric B Munson · 15 years ago
  79. 937779d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  80. 6230f2c perf record: Mention paranoid sysctl when failing to create counter by Arnaldo Carvalho de Melo · 15 years ago
  81. 9f591fd perf record: Don't try to find buildids in a zero sized file by Arnaldo Carvalho de Melo · 15 years ago
  82. a12b51c perf tools: Fix sparse CPU numbering related bugs by Paul Mackerras · 15 years ago
  83. 8907fd6 perf record: Add ID and to recorded event data when recording multiple events by Eric B Munson · 15 years ago
  84. f7e7ee3 perf record: Fix existing process callgraph symbol by austin_zhang@linux.intel.com · 15 years ago
  85. f887f30 perf tools: Clean up O_LARGEFILE et al usage by Xiao Guangrong · 15 years ago
  86. 6122e4e perf record: Stop intercepting events, use postprocessing to get build-ids by Arnaldo Carvalho de Melo · 15 years ago
  87. b8f46c5 perf tools: Use O_LARGEFILE to open perf data file by Xiao Guangrong · 15 years ago
  88. a8e6f73 Revert "perf record: Intercept all events" by Hitoshi Mitake · 15 years ago
  89. 64abebf7 perf session: Create kernel maps in the constructor by Arnaldo Carvalho de Melo · 15 years ago
  90. f5a2c3d perf record: Intercept all events by Arnaldo Carvalho de Melo · 15 years ago
  91. 18c3daa perf record: Encode the domain while synthesizing MMAP events by Arnaldo Carvalho de Melo · 15 years ago
  92. b7cece7 perf tools: Encode kernel module mappings in perf.data by Arnaldo Carvalho de Melo · 15 years ago
  93. 56b03f3 perf tools: Handle relocatable kernels by Arnaldo Carvalho de Melo · 15 years ago
  94. d4db3f1 perf record: We should fork only if a program was specified to run by Arnaldo Carvalho de Melo · 15 years ago
  95. 60ab271 perf record: Use per-task-per-cpu events for inherited events by Peter Zijlstra · 15 years ago
  96. 856e966 perf record: Properly synchronize child creation by Peter Zijlstra · 15 years ago
  97. 655000e perf symbols: Adopt the strlists for dso, comm by Arnaldo Carvalho de Melo · 15 years ago
  98. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  99. b38d346 perf record: Rename perf.data to perf.data.old if --force/-f is used by Arnaldo Carvalho de Melo · 15 years ago
  100. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago