1. 3f604b5 perf tool: Rename perf_tool::bpf_event to bpf by Arnaldo Carvalho de Melo · 5 years ago
  2. 6a1b359 perf tools: Rename perf_event::bpf_event to perf_event::bpf by Arnaldo Carvalho de Melo · 5 years ago
  3. ebdba16 perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol by Arnaldo Carvalho de Melo · 5 years ago
  4. 69d81f0 libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix by Arnaldo Carvalho de Melo · 5 years ago
  5. b1fcd19 libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h by Jiri Olsa · 5 years ago
  6. b1b5101 libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' to perf/event.h by Jiri Olsa · 5 years ago
  7. f15e3c2 libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h by Jiri Olsa · 5 years ago
  8. 003c66f libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.h by Jiri Olsa · 5 years ago
  9. 213a6c1 libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.h by Jiri Olsa · 5 years ago
  10. a2e254d libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/event.h by Jiri Olsa · 5 years ago
  11. 5290ed6 libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h by Jiri Olsa · 5 years ago
  12. bceb59b libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.h by Jiri Olsa · 5 years ago
  13. 19d1765 libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.h by Jiri Olsa · 5 years ago
  14. 002dda3 libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.h by Jiri Olsa · 5 years ago
  15. b66ced1 libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h by Jiri Olsa · 5 years ago
  16. 1345e2e libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h by Jiri Olsa · 5 years ago
  17. 3dab6ac perf report: Fix --ns time sort key output by Andi Kleen · 5 years ago
  18. 092804a perf report: Use timestamp__scnprintf_nsec() for time sort key by Andi Kleen · 5 years ago
  19. b4de344 perf tools: Remove duplicate headers by Souptick Joarder · 5 years ago
  20. 185bcb9 perf sort: Remove needless headers from sort.h, provide fwd struct decls by Arnaldo Carvalho de Melo · 5 years ago
  21. 97b9d86 perf srcline: Add missing srcline.h header to files needing its defs by Arnaldo Carvalho de Melo · 5 years ago
  22. 1250090 perf cacheline: Move cacheline related routines to separate files by Arnaldo Carvalho de Melo · 5 years ago
  23. aeb00b1 perf record: Move record_opts and other record decls out of perf.h by Arnaldo Carvalho de Melo · 5 years ago
  24. 38b7b67 perf stat: Remove needless headers from stat.h by Arnaldo Carvalho de Melo · 5 years ago
  25. 29e3311 perf cpumap: No need to include perf.h, ditch it by Arnaldo Carvalho de Melo · 5 years ago
  26. a2f354e libperf: Add perf_thread_map__nr/perf_thread_map__pid functions by Jiri Olsa · 5 years ago
  27. 5e51b0b perf cpumap: Remove needless includes from cpumap.h by Arnaldo Carvalho de Melo · 5 years ago
  28. f7004f5 perf evsel: Switch to libperf's cpumap.h by Arnaldo Carvalho de Melo · 5 years ago
  29. 43cc5d5 perf evsel: util/evsel.h needs stdio.h as it uses FILE by Arnaldo Carvalho de Melo · 5 years ago
  30. a06b7f4 perf evsel: Remove needless stddef.h from util/evsel.h by Arnaldo Carvalho de Melo · 5 years ago
  31. ddee688 perf evsel: Remove needless counts.h header from util/evsel.h by Arnaldo Carvalho de Melo · 5 years ago
  32. 69714a4 perf evsel: Add missing perf/evsel.h header in util/evsel.h by Arnaldo Carvalho de Melo · 5 years ago
  33. 430482c perf scripting python: Add missing counts.h header by Arnaldo Carvalho de Melo · 5 years ago
  34. bfc4918 perf stat: Add missing counts.h by Arnaldo Carvalho de Melo · 5 years ago
  35. e14e549 perf evlist: Add missing xyarray.h header by Arnaldo Carvalho de Melo · 5 years ago
  36. 964f384 perf bpf: Add missing xyarray.h header by Arnaldo Carvalho de Melo · 5 years ago
  37. 2d64ae9 perf counts: Add missing headers needed for types used by Arnaldo Carvalho de Melo · 5 years ago
  38. 7646602 perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep tree by Arnaldo Carvalho de Melo · 5 years ago
  39. 0b8026e perf metricgroup: Remove needless includes from metricgroup.h by Arnaldo Carvalho de Melo · 5 years ago
  40. b4df75d libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx() by Jiri Olsa · 5 years ago
  41. 315c0a1 libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty() by Jiri Olsa · 5 years ago
  42. 6549cd8 perf tools: Use perf_cpu_map__nr instead of cpu_map__nr by Jiri Olsa · 5 years ago
  43. a4973d8 perf cs-etm: Support sample flags 'insn' and 'insnlen' by Leo Yan · 5 years ago
  44. d2720c3 perf report: Dump LBR callstack data by -D jointly with thread stack by Alexey Budankov · 5 years ago
  45. 25663496 perf record: Enable LBR callstack capture jointly with thread stack by Alexey Budankov · 5 years ago
  46. 3c84e65 perf evsel: Add comment for 'idx' member in 'struct perf_sample_id by Adrian Hunter · 5 years ago
  47. e273621 perf unwind: Remove unnecessary test by John Keeping · 5 years ago
  48. e8ba290 perf unwind: Fix libunwind when tid != pid by John Keeping · 5 years ago
  49. ab6cd0e perf map: Use zalloc for map_groups by John Keeping · 5 years ago
  50. 2f53ae3 perf top: Add --switch-on/--switch-off events by Arnaldo Carvalho de Melo · 5 years ago
  51. 8b3c9ea perf evswitch: Add hint when not finding specified on/off events by Arnaldo Carvalho de Melo · 5 years ago
  52. c9a4269 perf evswitch: Move enoent error message printing to separate function by Arnaldo Carvalho de Melo · 5 years ago
  53. 124e02b perf evswitch: Introduce init() method to set the on/off evsels from the command line by Arnaldo Carvalho de Melo · 5 years ago
  54. add3a71 perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processing by Arnaldo Carvalho de Melo · 5 years ago
  55. 0b495b1 perf evswitch: Add the names of on/off events by Arnaldo Carvalho de Melo · 5 years ago
  56. 8829e56 perf evswitch: Move switch logic to use in other tools by Arnaldo Carvalho de Melo · 5 years ago
  57. d236044 perf evswitch: Move struct to a separate header to use in other tools by Arnaldo Carvalho de Melo · 5 years ago
  58. 0a4d8fb perf record: Support aarch64 random socket_id assignment by Tan Xiaojun · 5 years ago
  59. acb9f2d perf evsel: Provide meaningful warning when trying to use 'aux_output' on older kernels by Arnaldo Carvalho de Melo · 5 years ago
  60. 1b99215 perf tools: Add aux-output config term by Adrian Hunter · 5 years ago
  61. 9e64cef perf intel-pt: Process options for PEBS event synthesis by Adrian Hunter · 5 years ago
  62. 181ebb5 perf tools: Add itrace option 'o' to synthesize aux-output events by Adrian Hunter · 5 years ago
  63. 5a4b58e perf tools: Add aux_output attribute flag by Adrian Hunter · 5 years ago
  64. ce7b0e4 perf record: Add an option to take an AUX snapshot on exit by Alexander Shishkin · 5 years ago
  65. 083c135 perf tools: Add CAP_SYSLOG define for older systems by Arnaldo Carvalho de Melo · 5 years ago
  66. c22e150 perf tools: Add helpers to use capabilities if present by Igor Lubashev · 5 years ago
  67. 5f8b4d5d perf hist: Remove dummy entries when finding real ones. by Arnaldo Carvalho de Melo · 5 years ago
  68. 7d1a5ef perf hists: Do not link a pair if already linked by Arnaldo Carvalho de Melo · 5 years ago
  69. 57fc032 perf session: Avoid infinite loop when seeing invalid header.size by Arnaldo Carvalho de Melo · 5 years ago
  70. 272172b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 5 years ago
  71. b9c0a64 perf annotate: Fix s390 gap between kernel end and module start by Thomas Richter · 5 years ago
  72. 12a6d29 perf record: Fix module size on s390 by Thomas Richter · 5 years ago
  73. 5f5e25f1 perf cpumap: Fix writing to illegal memory in handling cpumap mask by He Zhe · 5 years ago
  74. 3de7ae0 perf db-export: Fix thread__exec_comm() by Adrian Hunter · 5 years ago
  75. 8512777 perf annotate: Fix printing of unaugmented disassembled instructions from BPF by Arnaldo Carvalho de Melo · 5 years ago
  76. 0ff1a0f libperf: Add perf_evsel__cpus()/threads() functions by Jiri Olsa · 5 years ago
  77. a00571f libperf: Adopt perf_evsel__enable()/disable()/apply_filter() functions by Jiri Olsa · 5 years ago
  78. 5c30af9 libperf: Adopt perf_evsel__read() function from tools/perf by Jiri Olsa · 5 years ago
  79. 88761fa libperf: Adopt simplified perf_evsel__close() function from tools/perf by Jiri Olsa · 5 years ago
  80. b8eca4d libperf: Adopt perf_evsel__alloc_fd() function from tools/perf by Jiri Olsa · 5 years ago
  81. c03538b libperf: Adopt the readn()/writen() functions from tools/perf by Jiri Olsa · 5 years ago
  82. 5643b1a libperf: Move nr_members from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  83. 9dfcb75 libperf: Move fd array from perf's evsel to lobperf's perf_evsel class by Jiri Olsa · 5 years ago
  84. 4b247fa libperf: Adopt xyarray class from perf by Jiri Olsa · 5 years ago
  85. 453fa03 libperf: Add perf_evlist__set_maps() function by Jiri Olsa · 5 years ago
  86. 03617c2 libperf: Add threads to struct perf_evlist by Jiri Olsa · 5 years ago
  87. f72f901 libperf: Add cpus to struct perf_evlist by Jiri Olsa · 5 years ago
  88. ec903f2 libperf: Add has_user_cpus to struct perf_evlist by Jiri Olsa · 5 years ago
  89. af663bd libperf: Add threads to struct perf_evsel by Jiri Olsa · 5 years ago
  90. fe1f61b libperf: Add own_cpus to struct perf_evsel by Jiri Olsa · 5 years ago
  91. d400bd3 libperf: Add cpus to struct perf_evsel by Jiri Olsa · 5 years ago
  92. 93bce7e libperf: Move zalloc.o into libperf by Jiri Olsa · 5 years ago
  93. 9c3516d libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions by Jiri Olsa · 5 years ago
  94. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  95. 6484d2f libperf: Add nr_entries to struct perf_evlist by Jiri Olsa · 5 years ago
  96. 52e22fb libperf: Add perf_evlist__remove() function by Jiri Olsa · 5 years ago
  97. 9a5edde libperf: Add perf_evlist__add() function by Jiri Olsa · 5 years ago
  98. 4562a73 libperf: Add perf_evlist__init() function by Jiri Olsa · 5 years ago
  99. b04c597 libperf: Add perf_evsel__init function by Jiri Olsa · 5 years ago
  100. ce9036a libperf: Include perf_evlist in evlist object by Jiri Olsa · 5 years ago