1. 9792f9b perf tools: Fix build with ARCH=x86_64 by Jiada Wang · 7 years ago
  2. b9175b3 perf header: Fix handling of PERF_EVENT_UPDATE__SCALE by Arnaldo Carvalho de Melo · 7 years ago
  3. f957a53 perf header: Set nr_numa_nodes only when we parsed all the data by Jiri Olsa · 8 years ago
  4. 11d8f87 perf tools: Use __weak definition from linux/compiler.h by Rui Teng · 8 years ago
  5. c60da22a perf header: Transform nodes string info to struct by Jiri Olsa · 8 years ago
  6. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 8 years ago
  7. b5d8bbe perf tools: Use SBUILD_ID_SIZE where applicable by Masami Hiramatsu · 8 years ago
  8. 642aada perf header: Make topology checkers to check return value of strbuf by Masami Hiramatsu · 8 years ago
  9. 4c9d6c1 perf test: Remove 'core_id' check in topo test by Sukadev Bhattiprolu · 9 years ago
  10. 720e98b perf tools: Add perf data cache feature by Jiri Olsa · 8 years ago
  11. ffa517a perf tools: Introduce stat perf.data header feature by Jiri Olsa · 9 years ago
  12. c853f93 perf tools: Add perf_event__fprintf_event_update function by Jiri Olsa · 9 years ago
  13. 86ebb09 perf tools: Add event_update event cpus type by Jiri Olsa · 9 years ago
  14. 802c904 perf tools: Add event_update event name type by Jiri Olsa · 9 years ago
  15. daeecbc perf tools: Add event_update event scale type by Jiri Olsa · 9 years ago
  16. a6e5281 perf tools: Add event_update event unit type by Jiri Olsa · 9 years ago
  17. ffe77725 perf tools: Add event_update user level event by Jiri Olsa · 9 years ago
  18. 5191d887 perf tools: Fix write_numa_topology to put cpu_map instead of free by Masami Hiramatsu · 9 years ago
  19. d71b0ad Merge branch 'perf/urgent' into perf/core, to resolve a conflict by Ingo Molnar · 9 years ago
  20. 4cde998 perf machine: Add pointer to sample's environment by Arnaldo Carvalho de Melo · 9 years ago
  21. aa36ddd perf env: Introduce read_cpu_topology_map() method by Arnaldo Carvalho de Melo · 9 years ago
  22. e0838e0 perf env: Read msr pmu type from header by Kan Liang · 9 years ago
  23. b699869 perf env: Adopt perf_header__set_cmdline by Arnaldo Carvalho de Melo · 9 years ago
  24. caa4704 perf header: Fixup reading of HEADER_NRCPUS feature by Arnaldo Carvalho de Melo · 9 years ago
  25. 2bb00d2 perf tools: Store the cpu socket and core ids in the perf.data header by Kan Liang · 9 years ago
  26. 2c07144 perf evlist: Add backpointer for perf_env to evlist by Kan Liang · 9 years ago
  27. 768dd3f perf header: Use argv style storage for cmdline feature data by Jiri Olsa · 9 years ago
  28. 4cc9761 perf header: Delete an unnecessary check before the calling free_event_desc() by Markus Elfring · 9 years ago
  29. d3a7c48 perf tools: Reference count struct dso by Arnaldo Carvalho de Melo · 9 years ago
  30. 1f121b0 perf tools: Deal with kernel module names in '[]' correctly by Wang Nan · 9 years ago
  31. aa7cc2a perf machine: Introduce machine__findnew_dso() method by Arnaldo Carvalho de Melo · 9 years ago
  32. 3d39ac5 perf machine: No need to have two DSOs lists by Arnaldo Carvalho de Melo · 9 years ago
  33. 99fa298 perf tools: Add AUX area tracing index by Adrian Hunter · 9 years ago
  34. 4025ea4 perf header: Add AUX area tracing feature by Adrian Hunter · 9 years ago
  35. 1060ab8 perf tools: Fix cross-endian analysis by David Ahern · 9 years ago
  36. 2c5e8c5 perf tools: Merge all perf_event_attr print functions by Peter Zijlstra · 9 years ago
  37. 814c8c3 perf record: Add clockid parameter by Peter Zijlstra · 9 years ago
  38. e746b3e perf tools: Remove compressed argument from is_kernel_module by Jiri Olsa · 9 years ago
  39. f791397 perf header: Set header version correctly by Namhyung Kim · 10 years ago
  40. 73c5d22 perf build-id: Move disable_buildid_cache() to util/build-id.c by Namhyung Kim · 10 years ago
  41. 6a21c0b perf tools: Add core support for sampling intr machine state regs by Stephane Eranian · 10 years ago
  42. b837a8b perf tools: Fix build-id matching on vmlinux by Namhyung Kim · 10 years ago
  43. e195fac perf build-id: Move build-id related functions to util/build-id.c by Namhyung Kim · 10 years ago
  44. 714c9c4 perf build-id: Rename dsos__write_buildid_table() by Namhyung Kim · 10 years ago
  45. ed30775 perf tools: Ensure return negative value when write header error by Wang Nan · 10 years ago
  46. 493c303 perf tools: Make CPUINFO_PROC an array to support different kernel versions by Wang Nan · 10 years ago
  47. 8fa7d87 perf symbols: Encapsulate dsos list head into struct dsos by Waiman Long · 10 years ago
  48. 51682dc perf tools: Separate the VDSO map name from the VDSO dso name by Adrian Hunter · 10 years ago
  49. 1f625b0 perf tools: Add dsos__hit_all() by Adrian Hunter · 10 years ago
  50. a761a2d perf tools: Ensure sscanf does not overrun the "mem" field by Alan Cox · 11 years ago
  51. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  52. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  53. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  54. f538565 perf tools: No need to test against NULL before calling free() by Arnaldo Carvalho de Melo · 11 years ago
  55. d645c44 perf header: Allow header->data_offset to be predetermined by Adrian Hunter · 11 years ago
  56. bf4414a perf symbols: Constify dso->long_name by Arnaldo Carvalho de Melo · 11 years ago
  57. 29f5ffd perf tools: Add trace-event object by Jiri Olsa · 11 years ago
  58. 727ebd5 perf tools: Use correct return type for readn function by Jiri Olsa · 11 years ago
  59. 50a2740 perf header: Fix possible memory leaks in process_group_desc() by Namhyung Kim · 11 years ago
  60. 210e812 perf header: Fix bogus group name by Namhyung Kim · 11 years ago
  61. ef50383 perf evsel: Remove idx parm from constructor by Arnaldo Carvalho de Melo · 11 years ago
  62. cc9784bd perf session: Separating data file properties from session by Jiri Olsa · 11 years ago
  63. b314e5c perf session: Fix infinite loop on invalid perf.data file by Namhyung Kim · 11 years ago
  64. 5b6a42f perf tools: Fix buildid cache handling of kallsyms with kcore by Adrian Hunter · 11 years ago
  65. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  66. c588574 perf tools: Improve robustness of topology parsing code by Stephane Eranian · 11 years ago
  67. 2a08c3e perf header: Recognize version number for perf data file by Jiri Olsa · 11 years ago
  68. 8d541e9 perf header: Introduce feat_offset into perf_header by Jiri Olsa · 11 years ago
  69. 944d62b perf header: Remove attr_offset from perf_header by Jiri Olsa · 11 years ago
  70. 75211db perf header: Remove data_offset seek as it's not needed by Jiri Olsa · 11 years ago
  71. d433956 perf session: Use session->fd instead of passing fd as argument by Jiri Olsa · 11 years ago
  72. 6065210 perf tools: Remove event types framework completely by Jiri Olsa · 11 years ago
  73. 44b3c57 perf tools: Remove event types from perf data file by Jiri Olsa · 11 years ago
  74. 47c3d10 perf tools: Fix missing tool parameter by Adrian Hunter · 11 years ago
  75. 7e0d6fc perf tools: Update symbol_conf.nr_events when processing attribute events by Adrian Hunter · 11 years ago
  76. 563aecb perf record: Remove -A/--append option by Jiri Olsa · 11 years ago
  77. 78e3a1f perf tools: Remove frozen from perf_header struct by Jiri Olsa · 11 years ago
  78. 3dce2ce perf tools: Handle failure case in trace_report() by Namhyung Kim · 11 years ago
  79. 62baca8 perf tools: Get rid of redundant _FILE_OFFSET_BITS definition by Namhyung Kim · 11 years ago
  80. 334fe7a perf evlist: Remove cpus and threads arguments from perf_evlist__new() by Namhyung Kim · 11 years ago
  81. 91b9880 perf tools: Fix calloc argument ordering by Paul Gortmaker · 12 years ago
  82. a8bb559 perf header: Add HEADER_GROUP_DESC feature by Namhyung Kim · 12 years ago
  83. 5809fde perf header: Fix double fclose() on do_write(fd, xxx) failure by Thomas Jarosch · 12 years ago
  84. fdae637 perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/kallsyms" case by Thomas Jarosch · 12 years ago
  85. 2caa48a perf header: Stop using die() calls when processing tracing data by Arnaldo Carvalho de Melo · 12 years ago
  86. 876650e perf machine: Introduce struct machines by Arnaldo Carvalho de Melo · 12 years ago
  87. 5323f60 perf header: Ensure read/write finished successfully by Namhyung Kim · 12 years ago
  88. f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  89. 1234471 perf header: Fix numa topology printing by Namhyung Kim · 12 years ago
  90. e84ba4e perf header: Add is_perf_magic() func by Feng Tang · 12 years ago
  91. ebb296c perf tools: Move build_id__sprintf into build-id object by Jiri Olsa · 12 years ago
  92. 0807d2d perf evsel: Know if byte swap is needed by Arnaldo Carvalho de Melo · 12 years ago
  93. 37e9d75 perf header: Remove perf_header__read_feature by Namhyung Kim · 12 years ago
  94. 3d7eb86 perf header: Remove unused @feat arg from ->process callback by Namhyung Kim · 12 years ago
  95. 7e94cfc perf header: Use pre-processed session env when printing by Namhyung Kim · 12 years ago
  96. a1ae565 perf header: Add ->process callbacks to most of features by Namhyung Kim · 12 years ago
  97. bcf6edc perf kvm: Events analysis tool by Xiao Guangrong · 12 years ago
  98. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  99. 7dbf4dc perf tools: Back [vdso] DSO with real data by Jiri Olsa · 12 years ago
  100. 9ac3e48 perf tools: fix ALIGN redefinition in system headers by Irina Tirdea · 12 years ago