1. 407eb43 libperf: Add arm64 support to perf_mmap__read_self() by Rob Herring · 3 years ago
  2. 4402869 perf cpumap: Migrate to libperf cpumap api by Ian Rogers · 3 years ago
  3. 99fc11b libperf tests: Update a use of the new cpumap API by Ian Rogers · 3 years ago
  4. 6d18804 perf cpumap: Give CPUs their own type by Ian Rogers · 3 years ago
  5. 91802e7 libperf: Sync evsel documentation by Ian Rogers · 3 years ago
  6. 80b82f3 libperf: Allow NULL in perf_cpu_map__idx() by Ian Rogers · 3 years ago
  7. 47ffe80 libperf: Use cpu not index for evsel mmap by Ian Rogers · 3 years ago
  8. 7e3d178 libperf: Switch cpu to more accurate cpu_map_idx by Ian Rogers · 3 years ago
  9. dfc66be perf cpumap: Move 'has' function to libperf by Ian Rogers · 3 years ago
  10. 818ab78 libperf: Add comments to 'struct perf_cpu_map' by Ian Rogers · 3 years ago
  11. 017f7d1 libperf tests: Fix a spelling mistake "Runnnig" -> "Running" by Colin Ian King · 3 years, 1 month ago
  12. ecdcf63 perf evlist: Allow setting arbitrary leader by Ian Rogers · 3 years, 2 months ago
  13. a7f3713 libperf tests: Add test_stat_multiplexing test by Shunsuke Nakamura · 3 years, 2 months ago
  14. f2c4dcf libperf: Remove scaling process from perf_mmap__read_self() by Shunsuke Nakamura · 3 years, 2 months ago
  15. 9a5b2d1 libperf: Adopt perf_counts_values__scale() from tools/perf/util by Shunsuke Nakamura · 3 years, 2 months ago
  16. 3a55445 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 3 months ago
  17. 6175047 perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID by Adrian Hunter · 3 years, 4 months ago
  18. 3ff6d64 libperf tests: Fix test_stat_cpu by Shunsuke Nakamura · 3 years, 3 months ago
  19. f304c8d libperf test evsel: Fix build error on !x86 architectures by Shunsuke Nakamura · 3 years, 3 months ago
  20. 73e40c9 libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sorted by Riccardo Mancini · 3 years, 5 months ago
  21. aba5dae libperf evsel: Make use of FD robust. by Ian Rogers · 3 years, 4 months ago
  22. 6e93bc5 libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max() by Riccardo Mancini · 3 years, 5 months ago
  23. 37c3193 libperf tests: Fix verbose printing by Shunsuke Nakamura · 3 years, 5 months ago
  24. 2696d6e libperf: Add perf_cpu_map__default_new() by Jin Yao · 3 years, 6 months ago
  25. afd4ad0 libperf: Add tests for perf_evlist__set_leader() by Jiri Olsa · 3 years, 6 months ago
  26. e2c1816 libperf: Remove BUG_ON() from library code in get_group_fd() by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  27. 3fd35de libperf: Add group support to perf_evsel__open() by Jiri Olsa · 3 years, 6 months ago
  28. 2e6263a libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader() by Jiri Olsa · 3 years, 6 months ago
  29. 3a68312 libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups by Jiri Olsa · 3 years, 6 months ago
  30. fba7c86 libperf: Move 'leader' from tools/perf to perf_evsel::leader by Jiri Olsa · 3 years, 6 months ago
  31. 38fe0e0 libperf: Move 'idx' from tools/perf to perf_evsel::idx by Jiri Olsa · 3 years, 6 months ago
  32. 3d97060 libperf: Change tests to single static and shared binaries by Jiri Olsa · 3 years, 6 months ago
  33. aa616f5 perf jit: Let convert_timestamp() to be backwards-compatible by Leo Yan · 3 years, 9 months ago
  34. e1d380e perf tools: Change fields type in perf_record_time_conv by Leo Yan · 3 years, 9 months ago
  35. ec8149f perf util: Move bpf_perf definitions to a libperf header by Song Liu · 3 years, 9 months ago
  36. 8188694 libperf xyarray: Add bounds checks to xyarray__entry() by Rob Herring · 3 years, 9 months ago
  37. 47d01e7 libperf: Add support for user space counter access by Rob Herring · 3 years, 9 months ago
  38. d3003d9 libperf tests: Add support for verbose printing by Rob Herring · 3 years, 9 months ago
  39. 6cd7075 libperf: Add evsel mmap support by Rob Herring · 3 years, 9 months ago
  40. e2a99c9 libperf: Add perf_evlist__reset_id_hash() by Namhyung Kim · 3 years, 11 months ago
  41. 70f0ba9 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years ago
  42. fc705fe perf evlist: Fix id index for heterogeneous systems by Adrian Hunter · 4 years ago
  43. cd07e536 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years ago
  44. 66dd86b libperf tests: Fail when failing to get a tracepoint id by Ian Rogers · 4 years ago
  45. bba2ea1 libperf tests: If a test fails return non-zero by Ian Rogers · 4 years ago
  46. be82fdd libperf tests: Avoid uninitialized variable warning by Ian Rogers · 4 years ago
  47. 1ca6e80 perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata events by Jiri Olsa · 4 years, 1 month ago
  48. b0a323c perf tools: Add size to 'struct perf_record_header_build_id' by Jiri Olsa · 4 years, 3 months ago
  49. dbaa1b3 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 4 years, 3 months ago
  50. bef69bd perf stat: Fix out of bounds CPU map access when handling armv8_pmu events by Namhyung Kim · 4 years, 3 months ago
  51. d110162 perf tsc: Support cap_user_time_short for event TIME_CONV by Leo Yan · 4 years, 4 months ago
  52. ce746d4 libperf: Fix man page typos by Rob Herring · 4 years, 5 months ago
  53. ab4c1f9 libperf: Add flags to fdarray fds objects by Alexey Budankov · 4 years, 6 months ago
  54. 246eba8 perf tools: Add support for PERF_RECORD_TEXT_POKE by Adrian Hunter · 4 years, 8 months ago
  55. 4599d29 libperf evlist: Fix a refcount leak by Ian Rogers · 4 years, 10 months ago
  56. 44d041b libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for all_cpus. by He Zhe · 4 years, 10 months ago
  57. 8fbd301 perf evlist: Remove duplicate headers by Jagadeesh Pagadala · 4 years, 9 months ago
  58. ba78c1c perf tools: Basic support for CGROUP event by Namhyung Kim · 4 years, 10 months ago
  59. 76ce026 libperf: Add counting example by Michael Petlan · 4 years, 11 months ago
  60. cb71f7d libperf: Setup initial evlist::all_cpus value by Jiri Olsa · 5 years ago
  61. 81de3bf libperf: Add man pages by Jiri Olsa · 5 years ago
  62. 3ce311a libperf: Move to tools/lib/perf by Jiri Olsa · 5 years ago