1. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 13 years ago
  2. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  3. bc76efe perf tools: Handle kernels that don't support attr.exclude_{guest,host} by Arnaldo Carvalho de Melo · 13 years ago
  4. 8f54ed4 perf tools: Change perf_guest default back to false by Joerg Roedel · 13 years ago
  5. 1c1bc92 perf probe: Ensure offset provided is not greater than function length without DWARF info too by Prashanth Nageshappa · 13 years ago
  6. cfbd70c perf tools: Ensure comm string is properly terminated by David Ahern · 13 years ago
  7. 26b7952 perf probe: Ensure offset provided is not greater than function length by Prashanth Nageshappa · 13 years ago
  8. 30e68bc perf evlist: Return first evsel for non-sample event on old kernel by Namhyung Kim · 13 years ago
  9. 6b1bee9 perf tools: fix broken perf record -a mode by Stephane Eranian · 13 years ago
  10. dfd3b1e perf tools: Remove duplicated string.h includes by Danny Kukawka · 13 years ago
  11. a5a178e perf tools: Allow expressions in __print_symbolic() fields by Stefan Hajnoczi · 13 years ago
  12. 808e122 perf tools: Invert the sample_id_all logic by Arnaldo Carvalho de Melo · 13 years ago
  13. 0c97812 perf tools: Handle kernels that don't support attr.exclude_{guest,host} by Arnaldo Carvalho de Melo · 13 years ago
  14. 7e1ccd3 perf tools: cleanup initialization of attr->size by Stephane Eranian · 13 years ago
  15. f1c67db perf tools: Factor out feature op to process header sections by Robert Richter · 13 years ago
  16. 08d95bd perf tools: Moving code in header.c by Robert Richter · 13 years ago
  17. 850f812 perf tools: Add bitmap_or function into bitmap object by Jiri Olsa · 13 years ago
  18. e90fda0 perf tools: Add sysfs mountpoint interface by Jiri Olsa · 13 years ago
  19. 2837609 perf tools: Remove unused functions from debugfs object by Jiri Olsa · 13 years ago
  20. e334c72 perf tools: Get rid of ctype.h in symbol.c by Namhyung Kim · 13 years ago
  21. 3bd2b8d perf tools: ctype.c only wants util.h by Namhyung Kim · 13 years ago
  22. 2cd13b0 perf tools: Implement islower/isupper macro into util.h by Namhyung Kim · 13 years ago
  23. c4a7dca perf tools: Change perf_guest default back to false by Joerg Roedel · 13 years ago
  24. 0c09571 perf top: Don't process samples with no valid machine object by Joerg Roedel · 13 years ago
  25. b52956c perf tools: Allow multiple threads or processes in record, stat, top by David Ahern · 13 years ago
  26. 6a5c13af perf tools: Fix build dependency of perf python extension by Namhyung Kim · 13 years ago
  27. 73323f5 perf tools: fix endianness detection in perf.data by Stephane Eranian · 13 years ago
  28. 5ddf146 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 13 years ago
  29. a4a03fc perf evsel: Fix an issue where perf report fails to show the proper percentage by Naveen N. Rao · 13 years ago
  30. bf32c9e perf tools: Fix prefix matching for kernel maps by Jiri Olsa · 13 years ago
  31. 781ba9d perf record: Make feature initialization generic by Robert Richter · 13 years ago
  32. 4eced23 perf probe: Rename target_module to target by Srikar Dronamraju · 13 years ago
  33. 0529bc1 perf evlist: Make splice_list_tail method public by Jiri Olsa · 13 years ago
  34. d8d9c282 perf tools: Fix strlen() bug in perf_event__synthesize_event_type() by Stephane Eranian · 13 years ago
  35. 0a84f00 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  36. d30d4a0 perf tools: Remove unnecessary ctype.h inclusion by Namhyung Kim · 13 years ago
  37. 0bc8d20 perf script: Add option resolving vmlinux path by Akihiro Nagai · 13 years ago
  38. a978f2a perf script: Add the offset field specifier by Akihiro Nagai · 13 years ago
  39. 547a92e perf script: Unify the expressions indicating "unknown" by Akihiro Nagai · 13 years ago
  40. f9d3699 perf evsel: Fix spelling typo by Masanari Iida · 13 years ago
  41. f8f4b28 perf tools: Fix strlen() bug in perf_event__synthesize_event_type() by Stephane Eranian · 13 years ago
  42. a844d1e perf probe: Usability fixes by Srikar Dronamraju · 13 years ago
  43. 2ef1ea3 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  44. be3de80 perf bench: Also allow measuring memset() by Jan Beulich · 13 years ago
  45. 0d37aa3 perf tools: Introduce per user view by Arnaldo Carvalho de Melo · 13 years ago
  46. 9ae7d33 perf tools: Add fprintf methods for thread_map and cpu_map classes by Arnaldo Carvalho de Melo · 13 years ago
  47. 172d1b0 perf tools: Fix compile error on x86_64 Ubuntu by Namhyung Kim · 13 years ago
  48. 0ed35abc perf report: Fix --stdio output alignment when --showcpuutilization used by Namhyung Kim · 13 years ago
  49. 99320cc perf tools: Add support for guest/host-only profiling by Joerg Roedel · 13 years ago
  50. 1aed267 perf kvm: Do guest-only counting by default by Joerg Roedel · 13 years ago
  51. 12c1427 perf hists: Stop using 'self' for struct hist_entry by Arnaldo Carvalho de Melo · 13 years ago
  52. 13d3ee5 perf hists: Rename total_session to total_period by Arnaldo Carvalho de Melo · 13 years ago
  53. 29c9862 perf session: Remove impossible condition check by Namhyung Kim · 13 years ago
  54. f232806 perf tools: Fix feature-bits rework fallout, remove unused variable by Ingo Molnar · 13 years ago
  55. 37a058e perf script: Add generic perl handler to process events by Robert Richter · 13 years ago
  56. b1e5a9b perf tools: Use for_each_set_bit() to iterate over feature flags by Robert Richter · 13 years ago
  57. e20960c perf tools: Unify handling of features when writing feature section by Robert Richter · 13 years ago
  58. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  59. 1b54950 perf tools: Moving code in some files by Robert Richter · 13 years ago
  60. 002c4fd perf tools: Fix out-of-bound access to struct perf_session by Robert Richter · 13 years ago
  61. f7a8a13 perf tools: Continue processing header on unknown features by Robert Richter · 13 years ago
  62. 8cdfa78 perf tools: Improve macros for struct feature_ops by Robert Richter · 13 years ago
  63. 41d0d93 perf: builtin-record: Document and check that mmap_pages must be a power of two. by Nelson Elhage · 13 years ago
  64. f41612f perf tools: Fix truncated annotation by Ingo Molnar · 13 years ago
  65. f5faf72 perf tools: Look up thread names for system wide profiling by David Ahern · 13 years ago
  66. defd8d3 perf tools: Fix comm for processes with named threads by David Ahern · 13 years ago
  67. f1ac18a perf: Add support for PERF_HW_COUNT_REF_CPU_CYCLES by Stephane Eranian · 13 years ago
  68. d9e2442 Merge branch 'perf/core' of git://github.com/acmel/linux into perf/core by Ingo Molnar · 13 years ago
  69. d87f69a Merge commit 'v3.2-rc6' into perf/core by Ingo Molnar · 13 years ago
  70. cb8f4e9 perf events: Tidy up perf_event__preprocess_sample by Namhyung Kim · 13 years ago
  71. 5f9273d perf tools: Remove stale git headlines from top comment by Namhyung Kim · 13 years ago
  72. 0161d82 perf tools: Fix a memory leak on perf_read_values_destroy by Namhyung Kim · 13 years ago
  73. d74c896 perf symbols: Fix error path on symbol__init() by Namhyung Kim · 13 years ago
  74. 2b600f9 perf symbols: Get rid of duplicated snprintf() by Namhyung Kim · 13 years ago
  75. 301b195 perf evlist: Fix errno value reporting on failed mmap by Nelson Elhage · 13 years ago
  76. f3bda2c perf evsel: Fix uninitialized memory access to struct perf_sample by Robert Richter · 13 years ago
  77. 3e76ac7 perf record: Add ability to record event period by Andrew Vagin · 13 years ago
  78. 74eec26 perf tools: Add ability to synthesize event according to a sample by Andrew Vagin · 13 years ago
  79. 167e33c Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgent by Ingo Molnar · 13 years ago
  80. 6340cfe perf header: Use event_name() to get an event name by Andrew Vagin · 13 years ago
  81. d6c1c49 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  82. d06c27b perf: Fix parsing of __print_flags() in TP_printk() by Steven Rostedt · 13 years ago
  83. 482ad89 perf event: Introduce perf_event__fprintf by Arnaldo Carvalho de Melo · 13 years ago
  84. 806fb63 perf evlist: Always do automatic allocation of pollfd and mmap structures by Arnaldo Carvalho de Melo · 13 years ago
  85. ee29be6 perf tools: Save some loops using perf_evlist__id2evsel by Arnaldo Carvalho de Melo · 13 years ago
  86. 1758af1 perf top: Stop using globals for tool state by Arnaldo Carvalho de Melo · 13 years ago
  87. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  88. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  89. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  90. 246d4ce perf session: Remove superfluous callchain_cursor member by Arnaldo Carvalho de Melo · 13 years ago
  91. 10d0f08 perf event: perf_event_ops->attr() manipulates only an evlist by Arnaldo Carvalho de Melo · 13 years ago
  92. 81e36bf perf evlist: Introduce id_hdr_size method out of perf_session by Arnaldo Carvalho de Melo · 13 years ago
  93. d04b35f perf symbols: Add nr_events to symbol_conf by Arnaldo Carvalho de Melo · 13 years ago
  94. 18b5523 perf ui progress: Fix divide by zero by Arnaldo Carvalho de Melo · 13 years ago
  95. b424eba perf session: Move threads to struct machine by Arnaldo Carvalho de Melo · 13 years ago
  96. 50a682c perf evlist: Handle default value for 'pages' on mmap method by Arnaldo Carvalho de Melo · 13 years ago
  97. 35b9d88 perf evlist: Introduce {prepare,start}_workload refactored from 'perf record' by Arnaldo Carvalho de Melo · 13 years ago
  98. 0f82ebc perf evsel: Introduce config attr method by Arnaldo Carvalho de Melo · 13 years ago
  99. a8c9ae1 perf evlist: Introduce add_tracepoints method by Arnaldo Carvalho de Melo · 13 years ago
  100. 50d08e4 perf evlist: Introduce perf_evlist__add_attrs by Arnaldo Carvalho de Melo · 13 years ago