1. e9def1b perf tools: Add feature header record to pipe-mode by David Carrillo-Cisneros · 8 years ago
  2. a4d8c98 perf header: Change FEAT_OP* macros by David Carrillo-Cisneros · 8 years ago
  3. 0b3d341 perf header: Add a buffer to struct feat_fd by David Carrillo-Cisneros · 8 years ago
  4. a02c395 perf header: Make write_pmu_mappings pipe-mode friendly by David Carrillo-Cisneros · 8 years ago
  5. 48e5fce perf header: Use struct feat_fd in read header records by David Carrillo-Cisneros · 8 years ago
  6. 6255245 perf header: Don't pass struct perf_file_section to process_##_feat by David Carrillo-Cisneros · 8 years ago
  7. 1a22275 perf header: Use struct feat_fd to process header records by David Carrillo-Cisneros · 8 years ago
  8. cfc6542 perf header: Use struct feat_fd for print by David Carrillo-Cisneros · 8 years ago
  9. ccebbeb perf header: Add struct feat_fd for write by David Carrillo-Cisneros · 8 years ago
  10. 3b8f51a perf header: Revamp do_write() by David Carrillo-Cisneros · 8 years ago
  11. 2ff5365 perf header: Fail on write_padded error by David Carrillo-Cisneros · 8 years ago
  12. dfaa158 perf header: Add PROCESS_STR_FUN macro by David Carrillo-Cisneros · 8 years ago
  13. 6200e494 perf header: Encapsulate read and swap by David Carrillo-Cisneros · 8 years ago
  14. 0353631 perf tools: Use __maybe_unused consistently by Arnaldo Carvalho de Melo · 8 years ago
  15. 7a759cd perf tools: Fix build with ARCH=x86_64 by Jiada Wang · 8 years ago
  16. 6b335e8 perf symbols: Set module info when build-id event found by Namhyung Kim · 8 years ago
  17. 1deec1b perf header: Set proper module name when build-id event found by Namhyung Kim · 8 years ago
  18. 98521b3 perf memswap: Split the byteswap memory range wrappers from util.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  19. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  20. 391e420 perf tools: Include sys/param.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  21. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  22. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  23. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  24. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  25. c9d1c93 perf tools: Do not print missing features in pipe-mode by David Carrillo-Cisneros · 8 years ago
  26. 55f77128 perf utils: Readlink /proc/self/exe to find the perf binary by Tommi Rantala · 8 years ago
  27. b7126ef perf utils: use sizeof(buf) - 1 in readlink() call by Tommi Rantala · 8 years ago
  28. da8a58b perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology_map by Jan Stancek · 8 years ago
  29. 43db284 perf header: Make build_cpu_topology skip offline/absent CPUs by Jan Stancek · 8 years ago
  30. 8434a2e perf header: Fix handling of PERF_EVENT_UPDATE__SCALE by Arnaldo Carvalho de Melo · 9 years ago
  31. a7619ae perf util: Add more debug message on failure path by Namhyung Kim · 12 years ago
  32. d25ed5d perf tools: Move two variables usied in libperf from perf.c by Soramichi AKIYAMA · 9 years ago
  33. 0c2aff4 perf header: Display feature name on write failure by Jiri Olsa · 9 years ago
  34. aabae16 perf header: Display missing features by Jiri Olsa · 9 years ago
  35. f45f561 perf report: Move captured info to generic header info by Jiri Olsa · 9 years ago
  36. f957a53 perf header: Set nr_numa_nodes only when we parsed all the data by Jiri Olsa · 9 years ago
  37. 11d8f87 perf tools: Use __weak definition from linux/compiler.h by Rui Teng · 9 years ago
  38. c60da22 perf header: Transform nodes string info to struct by Jiri Olsa · 9 years ago
  39. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  40. b5d8bbe perf tools: Use SBUILD_ID_SIZE where applicable by Masami Hiramatsu · 9 years ago
  41. 642aada perf header: Make topology checkers to check return value of strbuf by Masami Hiramatsu · 9 years ago
  42. 4c9d6c1 perf test: Remove 'core_id' check in topo test by Sukadev Bhattiprolu · 10 years ago
  43. 720e98b perf tools: Add perf data cache feature by Jiri Olsa · 9 years ago
  44. ffa517a perf tools: Introduce stat perf.data header feature by Jiri Olsa · 10 years ago
  45. c853f93 perf tools: Add perf_event__fprintf_event_update function by Jiri Olsa · 10 years ago
  46. 86ebb09 perf tools: Add event_update event cpus type by Jiri Olsa · 10 years ago
  47. 802c904 perf tools: Add event_update event name type by Jiri Olsa · 10 years ago
  48. daeecbc perf tools: Add event_update event scale type by Jiri Olsa · 10 years ago
  49. a6e5281 perf tools: Add event_update event unit type by Jiri Olsa · 10 years ago
  50. ffe77725 perf tools: Add event_update user level event by Jiri Olsa · 10 years ago
  51. 5191d887 perf tools: Fix write_numa_topology to put cpu_map instead of free by Masami Hiramatsu · 10 years ago
  52. d71b0ad Merge branch 'perf/urgent' into perf/core, to resolve a conflict by Ingo Molnar · 10 years ago
  53. 4cde998 perf machine: Add pointer to sample's environment by Arnaldo Carvalho de Melo · 10 years ago
  54. aa36ddd perf env: Introduce read_cpu_topology_map() method by Arnaldo Carvalho de Melo · 10 years ago
  55. e0838e0 perf env: Read msr pmu type from header by Kan Liang · 10 years ago
  56. b699869 perf env: Adopt perf_header__set_cmdline by Arnaldo Carvalho de Melo · 10 years ago
  57. caa4704 perf header: Fixup reading of HEADER_NRCPUS feature by Arnaldo Carvalho de Melo · 10 years ago
  58. 2bb00d2 perf tools: Store the cpu socket and core ids in the perf.data header by Kan Liang · 10 years ago
  59. 2c07144 perf evlist: Add backpointer for perf_env to evlist by Kan Liang · 10 years ago
  60. 768dd3f perf header: Use argv style storage for cmdline feature data by Jiri Olsa · 10 years ago
  61. 4cc9761 perf header: Delete an unnecessary check before the calling free_event_desc() by Markus Elfring · 10 years ago
  62. d3a7c48 perf tools: Reference count struct dso by Arnaldo Carvalho de Melo · 10 years ago
  63. 1f121b0 perf tools: Deal with kernel module names in '[]' correctly by Wang Nan · 10 years ago
  64. aa7cc2a perf machine: Introduce machine__findnew_dso() method by Arnaldo Carvalho de Melo · 10 years ago
  65. 3d39ac5 perf machine: No need to have two DSOs lists by Arnaldo Carvalho de Melo · 10 years ago
  66. 99fa298 perf tools: Add AUX area tracing index by Adrian Hunter · 10 years ago
  67. 4025ea4 perf header: Add AUX area tracing feature by Adrian Hunter · 10 years ago
  68. 1060ab8 perf tools: Fix cross-endian analysis by David Ahern · 10 years ago
  69. 2c5e8c5 perf tools: Merge all perf_event_attr print functions by Peter Zijlstra · 10 years ago
  70. 814c8c3 perf record: Add clockid parameter by Peter Zijlstra · 10 years ago
  71. e746b3e perf tools: Remove compressed argument from is_kernel_module by Jiri Olsa · 11 years ago
  72. f791397 perf header: Set header version correctly by Namhyung Kim · 11 years ago
  73. 73c5d22 perf build-id: Move disable_buildid_cache() to util/build-id.c by Namhyung Kim · 11 years ago
  74. 6a21c0b perf tools: Add core support for sampling intr machine state regs by Stephane Eranian · 11 years ago
  75. b837a8b perf tools: Fix build-id matching on vmlinux by Namhyung Kim · 11 years ago
  76. e195fac perf build-id: Move build-id related functions to util/build-id.c by Namhyung Kim · 11 years ago
  77. 714c9c4 perf build-id: Rename dsos__write_buildid_table() by Namhyung Kim · 11 years ago
  78. ed30775 perf tools: Ensure return negative value when write header error by Wang Nan · 11 years ago
  79. 493c303 perf tools: Make CPUINFO_PROC an array to support different kernel versions by Wang Nan · 11 years ago
  80. 8fa7d87 perf symbols: Encapsulate dsos list head into struct dsos by Waiman Long · 11 years ago
  81. 51682dc perf tools: Separate the VDSO map name from the VDSO dso name by Adrian Hunter · 11 years ago
  82. 1f625b0 perf tools: Add dsos__hit_all() by Adrian Hunter · 11 years ago
  83. a761a2d perf tools: Ensure sscanf does not overrun the "mem" field by Alan Cox · 12 years ago
  84. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 12 years ago
  85. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 12 years ago
  86. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 12 years ago
  87. f538565 perf tools: No need to test against NULL before calling free() by Arnaldo Carvalho de Melo · 12 years ago
  88. d645c44 perf header: Allow header->data_offset to be predetermined by Adrian Hunter · 12 years ago
  89. bf4414a perf symbols: Constify dso->long_name by Arnaldo Carvalho de Melo · 12 years ago
  90. 29f5ffd perf tools: Add trace-event object by Jiri Olsa · 12 years ago
  91. 727ebd5 perf tools: Use correct return type for readn function by Jiri Olsa · 12 years ago
  92. 50a2740 perf header: Fix possible memory leaks in process_group_desc() by Namhyung Kim · 12 years ago
  93. 210e812 perf header: Fix bogus group name by Namhyung Kim · 12 years ago
  94. ef50383 perf evsel: Remove idx parm from constructor by Arnaldo Carvalho de Melo · 12 years ago
  95. cc9784bd perf session: Separating data file properties from session by Jiri Olsa · 12 years ago
  96. b314e5c perf session: Fix infinite loop on invalid perf.data file by Namhyung Kim · 12 years ago
  97. 5b6a42f perf tools: Fix buildid cache handling of kallsyms with kcore by Adrian Hunter · 12 years ago
  98. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 12 years ago
  99. c588574 perf tools: Improve robustness of topology parsing code by Stephane Eranian · 12 years ago
  100. 2a08c3e perf header: Recognize version number for perf data file by Jiri Olsa · 12 years ago