1. f045b8c perf buildid-cache: Support binary objects from other namespaces by Krister Johansen · 8 years ago
  2. 44b58e0 perf tools: Do parameter validation earlier on fetch_kernel_version() by Arnaldo Carvalho de Melo · 8 years ago
  3. 2157f6e perf evsel: Adopt find_process() by Arnaldo Carvalho de Melo · 8 years ago
  4. 3caeafce perf units: Move parse_tag_value() to units.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  5. 98521b3 perf memswap: Split the byteswap memory range wrappers from util.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  6. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  7. 56e2e05 perf callchain: Move callchain specific routines from util.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  8. 8c2b7ca perf debug: Move dump_stack() and sighandler_dump_stack() to debug.h by Arnaldo Carvalho de Melo · 8 years ago
  9. bb8c16d perf kvm: Make function only used by 'perf kvm' static by Arnaldo Carvalho de Melo · 8 years ago
  10. c5e4027 perf tools: Move timestamp routines from util.h to time-utils.h by Arnaldo Carvalho de Melo · 8 years ago
  11. 58db1d6 perf tools: Move units conversion/formatting routines to separate object by Arnaldo Carvalho de Melo · 8 years ago
  12. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  13. 76b31a2 perf tools: Remove include dirent.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  14. 9a3993d perf tools: Move path related functions to util/path.h by Arnaldo Carvalho de Melo · 8 years ago
  15. fea0139 perf tools: Move print_binary definitions to separate files by Arnaldo Carvalho de Melo · 8 years ago
  16. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  17. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  18. 570eda0 perf util: Hint missing file when tool tips fail to load by David Carrillo-Cisneros · 8 years ago
  19. 9a9c733 tools perf util: Make rm_rf(path) argument const by Joe Stringer · 8 years ago
  20. 9808143 perf tools: Add unit_number__scnprintf function by Jiri Olsa · 8 years ago
  21. c284d66 perf tools: Move parse_nsec_time to time-utils.c by David Ahern · 8 years ago
  22. d18acd1 perf tools: Fix kernel version error in ubuntu by Wang Nan · 8 years ago
  23. 99620a5 perf tools: Introduce timestamp__scnprintf_usec() by Namhyung Kim · 8 years ago
  24. bd48c63 tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  25. accaed2 perf tools: Make is_printable_array global by Jiri Olsa · 8 years ago
  26. 347ca87 perf tests: Fix hist accumulation test by Jiri Olsa · 9 years ago
  27. 2a1ef03 perf tools: Fix rm_rf() to handle non-regular files correctly by Masami Hiramatsu · 9 years ago
  28. a29d5c9 perf tools: Separate accounting of contexts and real addresses in a stack trace by Arnaldo Carvalho de Melo · 9 years ago
  29. 357a54f perf tools: Fix lsdir to set errno correctly by Masami Hiramatsu · 9 years ago
  30. 841e355 perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding support by He Kuang · 9 years ago
  31. 4cb9344 perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack by Arnaldo Carvalho de Melo · 9 years ago
  32. e1ce726 perf tools: Add lsdir() helper to read a directory by Masami Hiramatsu · 9 years ago
  33. c339b1a perf tools: Make binary data printer code in trace_event public available by Wang Nan · 9 years ago
  34. 607bfbd tools lib api fs: Adopt filename__read_str from perf by Jiri Olsa · 9 years ago
  35. 37b2015 perf tools: Move timestamp creation to util by Wang Nan · 9 years ago
  36. 4035672 perf symbols: Do not read symbols/data from device files by Jiri Olsa · 9 years ago
  37. 34b7b0f perf tools: Fallback to srcdir/Documentation/tips.txt by Namhyung Kim · 9 years ago
  38. 14cbfbe perf report: Show random usage tip on the help line by Namhyung Kim · 9 years ago
  39. 9daddf6 perf tools: Use same signal handling strategy as 'record' by Arnaldo Carvalho de Melo · 9 years ago
  40. 1fe143c perf tools: Move term functions out of util.c by Josh Poimboeuf · 9 years ago
  41. f2af008 perf report: Add callchain value option by Namhyung Kim · 9 years ago
  42. 07bc5c6 perf tools: Make fetch_kernel_version() publicly available by Wang Nan · 9 years ago
  43. 792aeaf perf tools: Defaults to 'caller' callchain order only if --children is enabled by Namhyung Kim · 9 years ago
  44. def02db perf callchain: Switch default to 'graph,0.5,caller' by Arnaldo Carvalho de Melo · 9 years ago
  45. 02386c3 Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  46. bf64456 perf tools: Bool functions shouldn't return -1 by Peter Senna Tschudin · 9 years ago
  47. 592d5a6 tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c by Jiri Olsa · 9 years ago
  48. 65d4b26 perf tools: Move tracing_path stuff under same namespace by Jiri Olsa · 9 years ago
  49. f6a09af perf tools: Remove mountpoint arg from perf_debugfs_mount by Jiri Olsa · 9 years ago
  50. 9f30fff perf tools: Do not change lib/api/fs/debugfs directly by Jiri Olsa · 9 years ago
  51. 9f44f0c perf tools: Add tracing_path and remove unneeded functions by Jiri Olsa · 9 years ago
  52. 076a30c perf callchain: Move option parsing code to util.c by Kan Liang · 9 years ago
  53. d7c7260 perf tools: Avoid possible race condition in copyfile() by Milos Vyletel · 10 years ago
  54. 9c9f5a2 perf tools: Introduce copyfile_offset() function by Namhyung Kim · 10 years ago
  55. 0b1de0be perf tools: Add rm_rf() utility function by Namhyung Kim · 10 years ago
  56. 07c1a0d perf tools: Introduce dump_stack signal helper by Arnaldo Carvalho de Melo · 10 years ago
  57. 23773ca perf tools: Make perf aware of tracefs by Steven Rostedt (Red Hat) · 10 years ago
  58. ce27309 perf tools: Use sysctl__read_int instead of ad-hoc copies by Arnaldo Carvalho de Melo · 10 years ago
  59. 3a35112 tools lib fs: Adopt filename__read_int from tools/perf/ by Arnaldo Carvalho de Melo · 10 years ago
  60. 23aadb1 perf callchain: Move callchain_param to util object in to fix python test by Jiri Olsa · 10 years ago
  61. 6e81c74 perf util: Replace strerror with strerror_r for thread-safety by Masami Hiramatsu · 10 years ago
  62. 9398c48 perf tools: Introduce set_term_quiet_input helper function by Jiri Olsa · 10 years ago
  63. 63914ac perf tools: Show better error message in case we fail to open counters due to EBUSY error by Jiri Olsa · 10 years ago
  64. 84f5d36 perf tools: Move pr_* debug macros into debug object by Jiri Olsa · 11 years ago
  65. d400a68 perf tools: Convert open coded equivalents to asprintf() by Andy Shevchenko · 11 years ago
  66. 2b1b710 perf tools: Add support to dynamically get cacheline size by Don Zickus · 11 years ago
  67. e148c76 perf tools: Handle EINTR error for readn/writen by Namhyung Kim · 11 years ago
  68. cd0cfad perf tools: Move fs.* to lib/api/fs/ by Borislav Petkov · 11 years ago
  69. 71db07b perf tools: Move mem_bswap32/64 to util.c by Adrian Hunter · 11 years ago
  70. 1a47245 perf tools: Add perf_event_paranoid() by Adrian Hunter · 11 years ago
  71. e1a2b17 perf kvm: Move code to generate filename for perf-kvm to function. by Dongsheng Yang · 11 years ago
  72. cef82c9 perf tools: Add filename__read_str util function by Jiri Olsa · 11 years ago
  73. bc3a502 perf tools: Add writen function by Jiri Olsa · 11 years ago
  74. 838d145 perf tools: Fine tune readn function by Jiri Olsa · 11 years ago
  75. 727ebd5 perf tools: Use correct return type for readn function by Jiri Olsa · 11 years ago
  76. 56921be perf tools: Do not accept parse_tag_value() overflow by Adrian Hunter · 11 years ago
  77. 97a07f1 perf tools: Introduce filename__read_int helper by Arnaldo Carvalho de Melo · 11 years ago
  78. 9a17d72 perf tools: Add copyfile_mode() by Adrian Hunter · 11 years ago
  79. 27050f5 perf tools: Add possibility to specify mmap size by Jiri Olsa · 11 years ago
  80. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  81. 3b47abe perf util: Add parse_nsec_time() function by Namhyung Kim · 12 years ago
  82. 167aedc perf util: Move debugfs/tracing helper functions to util.c by Namhyung Kim · 12 years ago
  83. 1355915 perf tools: Extract perf-specific stuff from debugfs.c by Borislav Petkov · 12 years ago
  84. 2c803e5 perf tools: Move get_term_dimensions from top to util.c by David Ahern · 12 years ago
  85. 0c6332e perf python: Fix breakage introduced by the test_attr infrastructure by Arnaldo Carvalho de Melo · 12 years ago
  86. b2aff5f perf tools: Move hex2u64 into util object by Jiri Olsa · 12 years ago
  87. 0c1fe6b perf tools: Have the page size value available for all tools by Arnaldo Carvalho de Melo · 12 years ago
  88. 4e34d95 perf tools: Convert to BACKTRACE_SUPPORT by Namhyung Kim · 12 years ago
  89. c9f08be perf tools: add NO_BACKTRACE for application self-debugging by Irina Tirdea · 12 years ago
  90. dc4552b perf tools: Add dump_stack function by Arnaldo Carvalho de Melo · 12 years ago
  91. 61e04b3 perf annotate browser: Align jump labels by Arnaldo Carvalho de Melo · 13 years ago
  92. 7e1ccd3 perf tools: cleanup initialization of attr->size by Stephane Eranian · 13 years ago
  93. c4a7dca perf tools: Change perf_guest default back to false by Joerg Roedel · 13 years ago
  94. 1aed267 perf kvm: Do guest-only counting by default by Joerg Roedel · 13 years ago
  95. 1e7972c perf util: Move do_read from session to util by Arnaldo Carvalho de Melo · 14 years ago
  96. c82ee82 perf report: Report number of events, not samples by Arnaldo Carvalho de Melo · 15 years ago
  97. 69e3f52 perf: Fix implicit declaration of getline in util.c by Frederic Weisbecker · 15 years ago
  98. 9e20144 perf symbols: Cache /proc/kallsyms files by build-id by Arnaldo Carvalho de Melo · 15 years ago
  99. 4cf4013 perf record: Introduce a symtab cache by Arnaldo Carvalho de Melo · 15 years ago