1. 8af19d6 perf header: Use last modification time for timestamp by Michael Petlan · 5 years ago
  2. 2870782 perf header: Fix false warning when there are no duplicate cache entries by Michael Petlan · 5 years ago
  3. 05267c7 perf arch: Make the default get_cpuid() return compatible error by Arnaldo Carvalho de Melo · 5 years ago
  4. 6080728 perf tools: Fix resource leak of closedir() on the error paths by Yunfeng Ye · 5 years ago
  5. ca12527 perf evsel: Introduce evsel_fprintf.h by Arnaldo Carvalho de Melo · 5 years ago
  6. 20f2be1 libperf: Move 'page_size' global variable to libperf by Jiri Olsa · 6 years ago
  7. b0031c2 libperf: Add perf_evlist__id_add() function by Jiri Olsa · 6 years ago
  8. 70c2036 libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions by Jiri Olsa · 6 years ago
  9. e7eb900 libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel' by Jiri Olsa · 6 years ago
  10. deaf321 libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel' by Jiri Olsa · 6 years ago
  11. 0216234 perf tools: Fix segfault in cpu_cache_level__read() by Jiri Olsa · 5 years ago
  12. 055c67e perf tools: Move event synthesizing routines to separate .c file by Arnaldo Carvalho de Melo · 5 years ago
  13. ea49e01 perf tools: Move event synthesizing routines to separate header by Arnaldo Carvalho de Melo · 5 years ago
  14. fb71c86c perf tools: Remove util.h from where it is not needed by Arnaldo Carvalho de Melo · 6 years ago
  15. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 6 years ago
  16. 0ac25fd perf tools: Remove perf.h from source files not needing it by Arnaldo Carvalho de Melo · 6 years ago
  17. a774940 perf header: Move CPUINFO_PROC to the only file where it is used by Arnaldo Carvalho de Melo · 6 years ago
  18. dc84187 perf header: Replace MAX_NR_CPUS with cpu__max_cpu() by Kyle Meyer · 6 years ago
  19. 7293237 libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix by Jiri Olsa · 6 years ago
  20. 5ded068 libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/event.h by Jiri Olsa · 6 years ago
  21. 2da39f1 perf evlist: Remove needless util.h from evlist.h by Arnaldo Carvalho de Melo · 6 years ago
  22. 0a4d8fb perf record: Support aarch64 random socket_id assignment by Tan Xiaojun · 6 years ago
  23. 5643b1a libperf: Move nr_members from perf's evsel to libperf's perf_evsel by Jiri Olsa · 6 years ago
  24. fe1f61b libperf: Add own_cpus to struct perf_evsel by Jiri Olsa · 6 years ago
  25. 9c3516d libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions by Jiri Olsa · 6 years ago
  26. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 6 years ago
  27. 6484d2f libperf: Add nr_entries to struct perf_evlist by Jiri Olsa · 6 years ago
  28. ce9036a libperf: Include perf_evlist in evlist object by Jiri Olsa · 6 years ago
  29. a1cf3a7 perf evlist: Rename perf_evlist__add() to evlist__add() by Jiri Olsa · 6 years ago
  30. 365c3ae perf evsel: Rename perf_evsel__new() to evsel__new() by Jiri Olsa · 6 years ago
  31. c12995a perf evlist: Rename perf_evlist__delete() to evlist__delete() by Jiri Olsa · 6 years ago
  32. 0f98b11 perf evlist: Rename perf_evlist__new() to evlist__new() by Jiri Olsa · 6 years ago
  33. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 6 years ago
  34. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 6 years ago
  35. f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 6 years ago
  36. 20f9781 perf header: Fix use of unitialized value warning by Numfor Mbiziwo-Tiapo · 6 years ago
  37. 7622236 perf header: Fix divide by zero error if f_header.attr_size==0 by Vince Weaver · 6 years ago
  38. 79b2fe5 perf tools: Fix proper buffer size for feature processing by Jiri Olsa · 6 years ago
  39. d8f9da2 perf tools: Use zfree() where applicable by Arnaldo Carvalho de Melo · 6 years ago
  40. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  41. e3b22a6 Merge remote-tracking branch 'tip/perf/core' into perf/urgent by Arnaldo Carvalho de Melo · 6 years ago
  42. c952b35 perf header: Assign proper ff->ph in perf_event__synthesize_features() by Song Liu · 6 years ago
  43. 13c230a perf tools: Ditch rtrim(), use strim() from tools/lib by Arnaldo Carvalho de Melo · 6 years ago
  44. fc6a172 perf header: Use skip_spaces() in __write_cpudesc() by Arnaldo Carvalho de Melo · 6 years ago
  45. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  46. 9f94c7f perf tools: Increase MAX_NR_CPUS and MAX_CACHES by Kyle Meyer · 6 years ago
  47. e05a899 perf header: Rename "sibling cores" to "sibling sockets" by Kan Liang · 6 years ago
  48. acae8b3 perf header: Add die information in CPU topology by Kan Liang · 6 years ago
  49. 42e1fd8 perf record: Implement COMPRESSED event record and its attributes by Alexey Budankov · 6 years ago
  50. 14c9b31 perf header: Fix lock/unlock imbalances when processing BPF/BTF info by Gustavo A. R. Silva · 6 years ago
  51. f8dfeae perf bpf: Show more BPF program info in print_bpf_prog_info() by Song Liu · 6 years ago
  52. a70a11231 perf bpf: Save BTF information as headers to perf.data by Song Liu · 6 years ago
  53. 606f972 perf bpf: Save bpf_prog_info information as headers to perf.data by Song Liu · 6 years ago
  54. 258031c perf header: Add DIR_FORMAT feature to describe directory data by Jiri Olsa · 6 years ago
  55. 94816ad perf tools: Add perf_exe() helper to find perf binary by Andi Kleen · 6 years ago
  56. 48e6c5a perf tools: Add numa_topology object by Jiri Olsa · 6 years ago
  57. 5135d5e perf tools: Add cpu_topology object by Jiri Olsa · 6 years ago
  58. b00ccb27 perf header: Fix wrong node write in NUMA_TOPOLOGY feature by Jiri Olsa · 6 years ago
  59. aa4df30 perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo' by Jiri Olsa · 6 years ago
  60. a9aeb87 perf header: Get rid of write_it label by Jiri Olsa · 6 years ago
  61. 0afcf29 perf header: Fix up argument to ctime() by Arnaldo Carvalho de Melo · 6 years ago
  62. 5192bde perf header: Fix unchecked usage of strncpy() by Arnaldo Carvalho de Melo · 6 years ago
  63. 7572588 perf header: Fix unchecked usage of strncpy() by Arnaldo Carvalho de Melo · 6 years ago
  64. adba1634 perf tools: Fix diverse comment typos by Ingo Molnar · 6 years ago
  65. 97fbf3f tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event' by Tzvetomir Stoyanov · 6 years ago
  66. f4a0742 perf pmu: Move *_cpuid_str() weak functions to header.c by Kan Liang · 6 years ago
  67. cf79051 perf record: Encode -k clockid frequency into Perf trace by Alexey Budankov · 6 years ago
  68. 4963b0f tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_format by Tzvetomir Stoyanov (VMware) · 6 years ago
  69. 89f1688 perf tools: Remove perf_tool from event_op2 by Jiri Olsa · 6 years ago
  70. 318ec18 perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_attrs() by Jiri Olsa · 7 years ago
  71. af85cd1 tools lib traceevent, perf tools: Rename pevent find APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  72. 096177a tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle by Tzvetomir Stoyanov (VMware) · 7 years ago
  73. 3c8b818 perf tools: Drop unneeded bitmap_zero() calls by Yury Norov · 7 years ago
  74. e8fedff perf tools: Synthesize GROUP_DESC feature in pipe mode by Jiri Olsa · 7 years ago
  75. 92ead7e perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE] by Ravi Bangoria · 7 years ago
  76. 0176622 perf record: Support s390 random socket_id assignment by Thomas Richter · 7 years ago
  77. f92da71 perf record: Enable arbitrary event names thru name= modifier by Alexey Budankov · 7 years ago
  78. 9fd5578 perf tools: Ditch the symbol_conf.nr_events global by Arnaldo Carvalho de Melo · 7 years ago
  79. 4f75f1cb perf record: Change warning for missing sysfs entry to debug by Thomas Richter · 7 years ago
  80. 57b5de4 perf report: Support forced leader feature in pipe mode by Jiri Olsa · 7 years ago
  81. e2091ce perf tools: Add MEM_TOPOLOGY feature to perf data file by Jiri Olsa · 7 years ago
  82. e971a5a perf report: Display perf.data header info by Jiri Olsa · 7 years ago
  83. 6011518 perf header: Add infrastructure to record first and last sample time by Jin Yao · 7 years ago
  84. 3315d14 perf perf: Remove duplicate includes by Pravin Shedge · 7 years ago
  85. bfd8f72 perf record: Synthesize unit/scale/... in event update by Andi Kleen · 7 years ago
  86. 15bcdc94 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  87. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  88. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  89. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  90. 9a57eaf perf tools: Use default CPUINFO_PROC where it fits by Arnaldo Carvalho de Melo · 8 years ago
  91. f9ebdcc perf header: Add event desc to pipe-mode header by David Carrillo-Cisneros · 8 years ago
  92. e9def1b perf tools: Add feature header record to pipe-mode by David Carrillo-Cisneros · 8 years ago
  93. a4d8c98 perf header: Change FEAT_OP* macros by David Carrillo-Cisneros · 8 years ago
  94. 0b3d341 perf header: Add a buffer to struct feat_fd by David Carrillo-Cisneros · 8 years ago
  95. a02c395 perf header: Make write_pmu_mappings pipe-mode friendly by David Carrillo-Cisneros · 8 years ago
  96. 48e5fce perf header: Use struct feat_fd in read header records by David Carrillo-Cisneros · 8 years ago
  97. 6255245 perf header: Don't pass struct perf_file_section to process_##_feat by David Carrillo-Cisneros · 8 years ago
  98. 1a22275 perf header: Use struct feat_fd to process header records by David Carrillo-Cisneros · 8 years ago
  99. cfc6542 perf header: Use struct feat_fd for print by David Carrillo-Cisneros · 8 years ago
  100. ccebbeb perf header: Add struct feat_fd for write by David Carrillo-Cisneros · 8 years ago