1. d9da6f7 perf tests: Support 'Convert perf time to TSC' test for hybrid by Jin Yao · 3 years, 9 months ago
  2. 846580c perf test: Fix cpu and thread map leaks in perf_time_to_tsc test by Namhyung Kim · 3 years, 11 months ago
  3. 78e1bc2 perf evlist: Use the right prefix for 'struct evlist' event attribute config methods by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  4. 248dd9b perf tests tsc: Add checking helper is_supported() by Leo Yan · 4 years, 3 months ago
  5. 3989bbf perf tests tsc: Make tsc testing as a common testing by Leo Yan · 4 years, 3 months ago[Renamed (97%) from tools/perf/arch/x86/tests/perf-time-to-tsc.c]
  6. 6b6017a perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  7. 151ed5d libperf: Adopt perf_mmap__read_event() from tools/perf by Jiri Olsa · 5 years ago
  8. 32fdc2c libperf: Adopt perf_mmap__read_done() from tools/perf by Jiri Olsa · 5 years ago
  9. 7c4d418 libperf: Adopt perf_mmap__read_init() from tools/perf by Jiri Olsa · 5 years ago
  10. 7728fa0 libperf: Adopt perf_mmap__consume() function from tools/perf by Jiri Olsa · 5 years ago
  11. 515dbe4 libperf: Add perf_evlist__first()/last() functions by Jiri Olsa · 5 years ago
  12. c976ee1 libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist' by Jiri Olsa · 5 years ago
  13. 547740f libperf: Add perf_mmap struct by Jiri Olsa · 5 years ago
  14. e0fcfb0 perf evlist: Adopt backwards ring buffer state enum by Arnaldo Carvalho de Melo · 5 years ago
  15. 9521b5f perf tools: Rename perf_evlist__mmap() to evlist__mmap() by Jiri Olsa · 5 years ago
  16. a583053 perf tools: Rename 'struct perf_mmap' to 'struct mmap' by Jiri Olsa · 5 years ago
  17. 87ffb6c perf env: Remove needless cpumap.h header by Arnaldo Carvalho de Melo · 5 years ago
  18. f2a39fe perf auxtrace: Uninline functions that touch perf_session by Arnaldo Carvalho de Melo · 5 years ago
  19. b420902 perf tools: Remove debug.h from header files not needing it by Arnaldo Carvalho de Melo · 5 years ago
  20. aeb00b1 perf record: Move record_opts and other record decls out of perf.h by Arnaldo Carvalho de Melo · 5 years ago
  21. 453fa03 libperf: Add perf_evlist__set_maps() function by Jiri Olsa · 5 years ago
  22. 9c3516d libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions by Jiri Olsa · 5 years ago
  23. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  24. e74676d perf evlist: Rename perf_evlist__disable() to evlist__disable() by Jiri Olsa · 5 years ago
  25. 1c87f16 perf evlist: Rename perf_evlist__enable() to evlist__enable() by Jiri Olsa · 5 years ago
  26. 474ddc4 perf evlist: Rename perf_evlist__open() to evlist__open() by Jiri Olsa · 5 years ago
  27. c12995a perf evlist: Rename perf_evlist__delete() to evlist__delete() by Jiri Olsa · 5 years ago
  28. 0f98b11 perf evlist: Rename perf_evlist__new() to evlist__new() by Jiri Olsa · 5 years ago
  29. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  30. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  31. 9749b90 perf tools: Rename struct thread_map to struct perf_thread_map by Jiri Olsa · 5 years ago
  32. f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 5 years ago
  33. b9bae2c perf mmap: Simplify perf_mmap__read_init() by Kan Liang · 7 years ago
  34. 0019dc87 perf mmap: Simplify perf_mmap__read_event() by Kan Liang · 7 years ago
  35. d6ace3d perf mmap: Simplify perf_mmap__consume() by Kan Liang · 7 years ago
  36. 9dfb85d perf test: Switch to new perf_mmap__read_event() interface for time-to-tsc by Kan Liang · 7 years ago
  37. f74b9d3a perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap by Wang Nan · 7 years ago
  38. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  39. 81f17c9 perf test: Add 'struct test *' to the test functions by Arnaldo Carvalho de Melo · 7 years ago
  40. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  41. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  42. 61b3f66 perf tests time-to-tsc: No need to disable an event before deleting it by Arnaldo Carvalho de Melo · 9 years ago
  43. e68ae9c perf evsel: Do not use globals in config() by Arnaldo Carvalho de Melo · 9 years ago
  44. 4f4ba0e perf tests: No need to set attr.sample_freq in the perf time to TSC test by Arnaldo Carvalho de Melo · 9 years ago
  45. 721a1f5 perf tests: Pass the subtest index to each test routine by Arnaldo Carvalho de Melo · 9 years ago
  46. d8b167f perf tests: Move x86 tests into arch directory by Matt Fleming · 9 years ago[Renamed (98%) from tools/perf/tests/perf-time-to-tsc.c]
  47. e3b0ac1 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago