1. a054c29 perf tools: Support data block and addr block by Kan Liang · 4 years ago
  2. 06280e3 perf mem: Support data page size by Kan Liang · 4 years ago
  3. 407ee5c9 perf mem: Clean up output format by Kan Liang · 4 years ago
  4. 2e7f545 perf mem: Factor out a function to generate sort order by Kan Liang · 4 years, 1 month ago
  5. 13e5df1e perf mem: Support AUX trace by Leo Yan · 4 years, 2 months ago
  6. 436cce0 perf mem: Only initialize memory event for recording by Leo Yan · 4 years, 2 months ago
  7. 4ba2452 perf mem: Support new memory event PERF_MEM_EVENTS__LOAD_STORE by Leo Yan · 4 years, 2 months ago
  8. eaf6aae perf mem: Introduce weak function perf_mem_events__ptr() by Leo Yan · 4 years, 2 months ago
  9. b027cc6 perf c2c: Fix 'perf c2c record -e list' to show the default events used by Ian Rogers · 4 years, 9 months ago
  10. 8284bbe perf tools: Remove unneeded semicolons by Zou Wei · 4 years, 9 months ago
  11. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  12. d3300a3 perf symbols: Move mem_info and branch_info out of symbol.h by Arnaldo Carvalho de Melo · 5 years ago
  13. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
  14. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 6 years ago
  15. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  16. 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
  17. a7e9eab perf mem: Allow all record/report options by Andi Kleen · 7 years ago
  18. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  21. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  22. c896f85 perf tools: Fix leaking rec_argv in error cases by Martin Kepplinger · 7 years ago
  23. c35aeb9 perf mem: Support physical address by Kan Liang · 7 years ago
  24. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  25. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  26. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  27. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  28. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  29. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  30. 631ac41 perf mem: Fix --all-user/--all-kernel options by Jiri Olsa · 8 years ago
  31. 33da54f perf tools mem: Fix -t store option for record command by Jiri Olsa · 8 years ago
  32. b0d745b perf mem: Add --ldlat option by Jiri Olsa · 9 years ago
  33. ad16511 perf mem: Add -U/-K (--all-user/--all-kernel) options by Jiri Olsa · 9 years ago
  34. bb3eb56 perf machine: Rename perf_event__preprocess_sample to machine__resolve by Arnaldo Carvalho de Melo · 9 years ago
  35. 2ba7ac5 perf mem: Introduce perf_mem_events__name function by Jiri Olsa · 9 years ago
  36. 54fbad5 perf mem record: Check for memory events support by Jiri Olsa · 9 years ago
  37. ce1e22b perf mem: Add -e record option by Jiri Olsa · 9 years ago
  38. acbe613 perf tools: Add monitored events array by Jiri Olsa · 9 years ago
  39. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  40. 1df9fade perf mem: Fill in the missing session freeing after an error occurs by Taeung Song · 10 years ago
  41. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
  42. 62a1a63 perf mem: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  43. 8b8ca6e perf tools: Don't allow empty argument for field-separator by Wang Nan · 10 years ago
  44. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  45. 6602412 perf mem: Move the mem_operations global to struct perf_mem by Arnaldo Carvalho de Melo · 10 years ago
  46. 67121f8 perf mem: Enable sampling loads and stores simultaneously by Stephane Eranian · 10 years ago
  47. 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
  48. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  49. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 11 years ago
  50. 8d2a2a1 perf mem: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 11 years ago
  51. 8b640cc perf mem: Remove unused parameter from dump_raw_samples() by Arnaldo Carvalho de Melo · 11 years ago
  52. f5fc1412 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  53. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  54. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  55. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  56. 2d8cc68 perf mem: Remove unused symbol filter member by Adrian Hunter · 11 years ago
  57. 028f12e perf tools: Add new mem command for memory access profiling by Stephane Eranian · 12 years ago