1. 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 6 months ago
  2. c67d734 perf buildid-list: Initialize zstd_data by Milian Wolff · 3 years, 9 months ago
  3. d176db9 perf buildid-list: Add support for mmap2's buildid events by Jiri Olsa · 4 years, 1 month ago
  4. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  5. fa0d984 perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  6. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
  7. 0ac25fd perf tools: Remove perf.h from source files not needing it by Arnaldo Carvalho de Melo · 5 years ago
  8. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  9. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  12. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  13. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  14. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  15. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  16. c8319c9 perf buildid-list: Fix return value of perf buildid-list -k by Michael Petlan · 9 years ago
  17. 0b5a793 perf buildid: Introduce sysfs/filename__sprintf_build_id by Masami Hiramatsu · 9 years ago
  18. d77fac7 perf buildid: Use SBUILD_ID_SIZE macro by Masami Hiramatsu · 10 years ago
  19. cd10b28 perf tools: Hit all build ids when AUX area tracing by Adrian Hunter · 10 years ago
  20. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  21. cc9784bd perf session: Separating data file properties from session by Jiri Olsa · 11 years ago
  22. f5fc1412 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  23. 417c2ff perf symbols: Generalize filter in __fprintf_buildid methods by Arnaldo Carvalho de Melo · 12 years ago
  24. f0bf910 perf buildid-list: We need to check if a file is ELF first by Arnaldo Carvalho de Melo · 12 years ago
  25. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  26. 6ee4149 perf buildid-list: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  27. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  28. 166ccc9 perf symbols: Introduce symbol__elf_init() by Namhyung Kim · 12 years ago
  29. 299c345 perf buildid-list: Work better with pipe mode by Stephane Eranian · 13 years ago
  30. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  31. 1b54950 perf tools: Moving code in some files by Robert Richter · 13 years ago
  32. 7a6f205 perf buildid-list: Support showing the build id in an ELF file by Arnaldo Carvalho de Melo · 13 years ago
  33. f2add9c perf buildid-list: Add option to show the running kernel build id by Arnaldo Carvalho de Melo · 13 years ago
  34. cc22219 Merge commit 'v2.6.37-rc8' into perf/core by Ingo Molnar · 14 years ago
  35. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  36. bbde588 perf buildid-list: Fix error return for success by Arnaldo Carvalho de Melo · 14 years ago
  37. 88ca895 perf tools: Remove unneeded code for tracking the cwd in perf sessions by Dave Martin · 14 years ago
  38. b5c874f perf buildid-list: Fix --with-hits event processing by Arnaldo Carvalho de Melo · 15 years ago
  39. 454c407 perf: add perf-inject builtin by Tom Zanussi · 15 years ago
  40. cbf6968 perf machines: Make the machines class adopt the dsos__fprintf methods by Arnaldo Carvalho de Melo · 15 years ago
  41. 23346f2 perf tools: Rename "kernel_info" to "machine" by Arnaldo Carvalho de Melo · 15 years ago
  42. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 15 years ago
  43. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 15 years ago
  44. 7b2567c perf build-id: Move the routine to find DSOs with hits to the lib by Arnaldo Carvalho de Melo · 15 years ago
  45. 88d3d9b7 perf buildid-list: Introduce --with-hits option by Arnaldo Carvalho de Melo · 15 years ago
  46. fed5af6 perf buildid-list: No need to process the header sections again by Arnaldo Carvalho de Melo · 15 years ago
  47. 0422a4f perf diff: Fix usage array, it must end with a NULL entry by Arnaldo Carvalho de Melo · 15 years ago
  48. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  49. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  50. 301a0b0 perf session: Ditch register_perf_file_handler by Arnaldo Carvalho de Melo · 15 years ago
  51. 94c744b perf tools: Introduce perf_session class by Arnaldo Carvalho de Melo · 15 years ago
  52. b9b1e1c perf buildid-list: Fix copy'n'paste help message by Arnaldo Carvalho de Melo · 15 years ago
  53. 1124ba7 perf buildid-list: Always show the DSO name by Arnaldo Carvalho de Melo · 15 years ago
  54. c34984b perf buildid-list: New plumbing command by Arnaldo Carvalho de Melo · 15 years ago