1. 0a7c74e perf tools: Provide mutex wrappers for pthreads rwlocks by Arnaldo Carvalho de Melo · 8 years ago
  2. c23c2a0 perf tools: Make copyfile_offset() static by Arnaldo Carvalho de Melo · 7 years ago
  3. 7c72440 perf util: Add const modifier to buf in "writen" function by David Carrillo-Cisneros · 7 years ago
  4. f045b8c perf buildid-cache: Support binary objects from other namespaces by Krister Johansen · 7 years ago
  5. 86bcdb5 tools build: Add test for setns() by Arnaldo Carvalho de Melo · 7 years ago
  6. 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 7 years ago
  7. b211d79 perf tools: Remove warning() by Arnaldo Carvalho de Melo · 7 years ago
  8. fd25bf8 perf tools: Remove unused _ALL_SOURCE define by Arnaldo Carvalho de Melo · 7 years ago
  9. 2157f6e perf evsel: Adopt find_process() by Arnaldo Carvalho de Melo · 7 years ago
  10. afaed6d tools: Adopt __printf from kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  11. 6c34664 tools: Adopt __noreturn from kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  12. 96395cb tools lib string: Adopt prefixcmp() from perf and subcmd by Arnaldo Carvalho de Melo · 8 years ago
  13. 3caeafce perf units: Move parse_tag_value() to units.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  14. 5068b52 perf ui gtk: Move gtk .so name to the only place where it is used by Arnaldo Carvalho de Melo · 8 years ago
  15. 7de96c3e perf tools: Move HAS_BOOL define to where perl headers are used by Arnaldo Carvalho de Melo · 8 years ago
  16. 98521b3 perf memswap: Split the byteswap memory range wrappers from util.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  17. 5ab8c68 perf tools: Move event prototypes from util.h to event.h by Arnaldo Carvalho de Melo · 8 years ago
  18. 6db8164 perf buildid: Move prototypes from util.h to build-id.h by Arnaldo Carvalho de Melo · 8 years ago
  19. 4208735 perf tools: Remove poll.h and wait.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  20. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  21. 72f7c4d perf tools: Remove string.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  22. 86a5e0c perf tools: Remove sys/ioctl.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  23. bf67334 perf tools: Remove a few more needless includes from util.h by Arnaldo Carvalho de Melo · 8 years ago
  24. 391e420 perf tools: Include sys/param.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  25. 56e2e05 perf callchain: Move callchain specific routines from util.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  26. 611f0af perf tools: Add compress.h for the *_decompress_to_file() headers by Arnaldo Carvalho de Melo · 8 years ago
  27. 8c2b7ca perf debug: Move dump_stack() and sighandler_dump_stack() to debug.h by Arnaldo Carvalho de Melo · 8 years ago
  28. bb8c16d perf kvm: Make function only used by 'perf kvm' static by Arnaldo Carvalho de Melo · 8 years ago
  29. c5e4027 perf tools: Move timestamp routines from util.h to time-utils.h by Arnaldo Carvalho de Melo · 8 years ago
  30. 58db1d6 perf tools: Move units conversion/formatting routines to separate object by Arnaldo Carvalho de Melo · 8 years ago
  31. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  32. 1b5ad16 perf tools: Ditch unused strchrnul() reimplementation by Arnaldo Carvalho de Melo · 8 years ago
  33. 1eae20c perf tools: Remove regex.h and fnmatch.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  34. 76b31a2 perf tools: Remove include dirent.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  35. 20a9ed2 perf tools: Use api/fs/tracing_path.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  36. 6dcca6d perf tools: No need to include bitops.h in util.h by Arnaldo Carvalho de Melo · 8 years ago
  37. 9a3993d perf tools: Move path related functions to util/path.h by Arnaldo Carvalho de Melo · 8 years ago
  38. b0742e9 perf tools: Don't include terminal handling headers in util.h by Arnaldo Carvalho de Melo · 8 years ago
  39. 8ec20b1 perf str{filter,list}: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  40. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  41. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  42. 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
  43. fea0139 perf tools: Move print_binary definitions to separate files by Arnaldo Carvalho de Melo · 8 years ago
  44. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  45. 28a9bb9 perf tools: Ditch unused PATH_SEP, STRIP_EXTENSION by Arnaldo Carvalho de Melo · 8 years ago
  46. aa8cc2f perf tools: Replace STR() calls with __stringify() by Arnaldo Carvalho de Melo · 8 years ago
  47. c3dca1a perf tools: Remove PRI[xu] macros from perf.h by Arnaldo Carvalho de Melo · 8 years ago
  48. b640985 perf tools: Remove unused macros from util.h by Arnaldo Carvalho de Melo · 8 years ago
  49. 8607c1e tools include: Move ARRAY_SIZE() to linux/kernel.h by Arnaldo Carvalho de Melo · 8 years ago
  50. 7909675 perf tools: Remove FLEX_ARRAY definition by Arnaldo Carvalho de Melo · 8 years ago
  51. 5dfa210 perf report: Enable sorting by srcline as key by Milian Wolff · 8 years ago
  52. a64489c perf report: Find the inline stack for a given address by Jin Yao · 8 years ago
  53. 120010c tools build: Add test for sched_getcpu() by Arnaldo Carvalho de Melo · 8 years ago
  54. 9a9c733 tools perf util: Make rm_rf(path) argument const by Joe Stringer · 8 years ago
  55. 9808143 perf tools: Add unit_number__scnprintf function by Jiri Olsa · 8 years ago
  56. c284d66 perf tools: Move parse_nsec_time to time-utils.c by David Ahern · 8 years ago
  57. 99620a5 perf tools: Introduce timestamp__scnprintf_usec() by Namhyung Kim · 8 years ago
  58. 38d14f0 perf list: Make vendor event matching case insensitive by Andi Kleen · 8 years ago
  59. bd48c63 tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  60. accaed2 perf tools: Make is_printable_array global by Jiri Olsa · 8 years ago
  61. 09dd39d perf tools: Do not provide dup sched_getcpu() prototype on Android by Arnaldo Carvalho de Melo · 8 years ago
  62. a395b35 perf tools: Remove unneeded magic.h include from util.h by Arnaldo Carvalho de Melo · 8 years ago
  63. c7007e9 perf tools: Introduce weak alternative to sched_getcpu() by Arnaldo Carvalho de Melo · 8 years ago
  64. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  65. a29d5c9 perf tools: Separate accounting of contexts and real addresses in a stack trace by Arnaldo Carvalho de Melo · 9 years ago
  66. 452e8401 perf tools: Remove xrealloc and ALLOC_GROW by Masami Hiramatsu · 9 years ago
  67. 4cb9344 perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack by Arnaldo Carvalho de Melo · 9 years ago
  68. e1ce726 perf tools: Add lsdir() helper to read a directory by Masami Hiramatsu · 9 years ago
  69. 7d6a7e7 perf tools: Introduce trim function by Jiri Olsa · 9 years ago
  70. cf47a8a perf tools: Remove unused perf_pathdup, xstrdup functions by Arnaldo Carvalho de Melo · 9 years ago
  71. 531d241 perf tools: Do not include stringify.h from the kernel sources by Arnaldo Carvalho de Melo · 9 years ago
  72. 3938bad perf tools: Remove needless 'extern' from function prototypes by Arnaldo Carvalho de Melo · 9 years ago
  73. e476343 perf tools: Simplify die() mechanism by Arnaldo Carvalho de Melo · 9 years ago
  74. 236f71e perf tools: Remove unused DIE_IF macro by Arnaldo Carvalho de Melo · 9 years ago
  75. 8e2fc44 perf ui/stdio: Align column header for hierarchy output by Namhyung Kim · 9 years ago
  76. c339b1a perf tools: Make binary data printer code in trace_event public available by Wang Nan · 9 years ago
  77. 607bfbd tools lib api fs: Adopt filename__read_str from perf by Jiri Olsa · 9 years ago
  78. 37b2015 perf tools: Move timestamp creation to util by Wang Nan · 9 years ago
  79. 4035672 perf symbols: Do not read symbols/data from device files by Jiri Olsa · 9 years ago
  80. 14cbfbe perf report: Show random usage tip on the help line by Namhyung Kim · 9 years ago
  81. 2f4ce5e perf tools: Finalize subcmd independence by Josh Poimboeuf · 9 years ago
  82. 1fe143c perf tools: Move term functions out of util.c by Josh Poimboeuf · 9 years ago
  83. d3e0ce3 perf bpf: Improve BPF related error messages by Wang Nan · 9 years ago
  84. 07bc5c6 perf tools: Make fetch_kernel_version() publicly available by Wang Nan · 9 years ago
  85. 2690c73 perf test: Suppress libtraceevent warnings by Namhyung Kim · 9 years ago
  86. 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
  87. 592d5a6 tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c by Jiri Olsa · 9 years ago
  88. 65d4b26 perf tools: Move tracing_path stuff under same namespace by Jiri Olsa · 9 years ago
  89. f6a09af perf tools: Remove mountpoint arg from perf_debugfs_mount by Jiri Olsa · 9 years ago
  90. 2f84b42 perf tools: Always use non inlined file name for 'srcfile' sort key by Andi Kleen · 9 years ago
  91. 9f44f0c perf tools: Add tracing_path and remove unneeded functions by Jiri Olsa · 9 years ago
  92. a9710ba perf tools: Support full source file paths for srcline by Andi Kleen · 9 years ago
  93. 076a30c perf callchain: Move option parsing code to util.c by Kan Liang · 9 years ago
  94. 93ec4ce perf tools: Asprintf like functions to format integer filter expression by Arnaldo Carvalho de Melo · 9 years ago
  95. 9c9f5a2 perf tools: Introduce copyfile_offset() function by Namhyung Kim · 10 years ago
  96. 0b1de0be perf tools: Add rm_rf() utility function by Namhyung Kim · 10 years ago
  97. 4c85935 perf probe: Support glob wildcards for function name by Masami Hiramatsu · 10 years ago
  98. 80a32e5b perf tools: Add lzma decompression support for kernel module by Jiri Olsa · 10 years ago
  99. 07c1a0d perf tools: Introduce dump_stack signal helper by Arnaldo Carvalho de Melo · 10 years ago
  100. 23773ca perf tools: Make perf aware of tracefs by Steven Rostedt (Red Hat) · 10 years ago