1. b59711e perf inject jit: Fix JIT_CODE_MOVE filename by Steve MacLean · 5 years ago
  2. 515dbe4 libperf: Add perf_evlist__first()/last() functions by Jiri Olsa · 5 years ago
  3. fb71c86c perf tools: Remove util.h from where it is not needed by Arnaldo Carvalho de Melo · 5 years ago
  4. 8fcbeae perf tools: Remove needless builtin.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  5. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
  6. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 6 years ago
  7. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 6 years ago
  8. d8f9da2 perf tools: Use zfree() where applicable by Arnaldo Carvalho de Melo · 6 years ago
  9. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  10. 68c0188 perf symbols: Remove some unnecessary includes from symbol.h by Arnaldo Carvalho de Melo · 6 years ago
  11. adba163 perf tools: Fix diverse comment typos by Ingo Molnar · 6 years ago
  12. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  15. 8ec20b1 perf str{filter,list}: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  16. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  17. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  18. aa8cc2f perf tools: Replace STR() calls with __stringify() by Arnaldo Carvalho de Melo · 8 years ago
  19. 6760d77 perf jit: Check JITHEADER_VERSION by Stefano Sanfilippo · 8 years ago
  20. 086f9f3 perf jit: Generate .eh_frame/.eh_frame_hdr in DSO by Stefano Sanfilippo · 8 years ago
  21. 0284fec perf jit: Add unwinding support by Stefano Sanfilippo · 8 years ago
  22. 7354ec7 perf jit: Make perf skip unknown records by Stefano Sanfilippo · 8 years ago
  23. ef2c3e7 perf jit: Avoid returning garbage for a ret variable by Arnaldo Carvalho de Melo · 8 years ago
  24. 49a7f01 perf jitdump: Add the right header to get the major()/minor() definitions by Arnaldo Carvalho de Melo · 8 years ago
  25. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  26. f56ebf2 perf jit: memset() variable 'st' using the correct size by Colin Ian King · 9 years ago
  27. 2a28e23 perf jit: Add support for using TSC as a timestamp by Adrian Hunter · 9 years ago
  28. 3ea223a perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples by Arnaldo Carvalho de Melo · 9 years ago
  29. 4a018cc perf jit: Move clockid validation by Adrian Hunter · 9 years ago
  30. 570735b perf jit: Let jit_process() return errors by Adrian Hunter · 9 years ago
  31. 598b7c6 perf jit: add source line info support by Stephane Eranian · 9 years ago
  32. 9b07e27 perf inject: Add jitdump mmap injection support by Stephane Eranian · 9 years ago