1. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  2. 58b7918 tools lib api: Fix make DEBUG=1 build by Jiri Olsa · 7 years ago
  3. 3866058 perf tools: Robustify detection of clang binary by David Carrillo-Cisneros · 7 years ago
  4. 12024aa tools lib: Allow external definition of CC, AR and LD by David Carrillo-Cisneros · 7 years ago
  5. 3b00ea9 tools lib api fs: Add sysfs__write_int function by Kan Liang · 7 years ago
  6. b9835a9 tools lib api fs: Introduce sysfs__read_bool by Alexander Shishkin · 8 years ago
  7. 49b3cd3 tools: Set the maximum optimization level according to the compiler being used by Arnaldo Carvalho de Melo · 8 years ago
  8. 27cf570 perf sdt: Show proper hint when event not yet in place via 'perf probe' by Ravi Bangoria · 8 years ago
  9. 71dc4c3 tools lib api fs: Add bpf_fs filesystem detector by Joe Stringer · 8 years ago
  10. e19b7ce make use of make variable CURDIR instead of calling pwd by Uwe Kleine-König · 8 years ago
  11. 5e7be3e tools lib api fs: Add hugetlbfs filesystem detector by Wang Nan · 8 years ago
  12. 8149a77 tools lib api: Add str_error_c to libapi by Arnaldo Carvalho de Melo · 8 years ago
  13. 2b43834 tools lib fd array: Allow associating a pointer cookie with each entry by Wang Nan · 8 years ago
  14. db49120 tools lib api fs: Use base 0 in filename__read_ull by Jiri Olsa · 8 years ago
  15. b31e3e3 tools lib api fs: Use str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  16. b983d54 tools lib api: Respect WERROR=0 for build by Chris Phlipot · 8 years ago
  17. 703e016 tools lib api: Respect CROSS_COMPILE for the linker by Lucas Stach · 9 years ago
  18. 258e4bf tools: Pass arg to fdarray__filter's call back function by Wang Nan · 8 years ago
  19. 4bd112d tools lib api fs: Add helper to read string from procfs file by Arnaldo Carvalho de Melo · 9 years ago
  20. ca70c24 tools: Move utilities.mak from perf to tools/scripts/ by Arnaldo Carvalho de Melo · 9 years ago
  21. 51c0396 tools lib api fs: Add sysfs__read_str function by Jiri Olsa · 9 years ago
  22. 607bfbd tools lib api fs: Adopt filename__read_str from perf by Jiri Olsa · 9 years ago
  23. 975f14f tools lib api: Add debug output support by Jiri Olsa · 9 years ago
  24. ccb5597 tools lib api fs: No need to use PATH_MAX + 1 by Jiri Olsa · 9 years ago
  25. 7c422f5 tools build: Build fixdep helper from perf and basic libs by Jiri Olsa · 9 years ago
  26. ab6201d tools build: Add Makefile.include by Jiri Olsa · 9 years ago
  27. dc240c5 tools lib api fs: Store tracing mountpoint for better error message by Jiri Olsa · 9 years ago
  28. 09f6acf tools lib api cpu: Introduce cpu.[ch] to obtain cpu related information by Arnaldo Carvalho de Melo · 9 years ago
  29. 2d729f6a tools lib api fs: Introduce sysfs__read_{int,ull}() by Arnaldo Carvalho de Melo · 9 years ago
  30. 60a1133 tools lib api fs: Remove debugfs, tracefs and findfs objects by Jiri Olsa · 9 years ago
  31. 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
  32. 4f234f0 tools lib api fs: Make tracing_path_strerror_open message generic by Jiri Olsa · 9 years ago
  33. 709adcb tools lib api fs: Add FSTYPE__configured() method by Jiri Olsa · 9 years ago
  34. 73ca85a tools lib api fs: Add FSTYPE__mount() method by Jiri Olsa · 9 years ago
  35. c495afb4 tools lib api fs: Add tracefs into fs.c object by Jiri Olsa · 9 years ago
  36. 8ccfabd tools lib api fs: Add debugfs into fs.c object by Jiri Olsa · 9 years ago
  37. 41e3a1f tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.c by Jiri Olsa · 9 years ago
  38. b86b0d3 tools lib api fs: Add STR and PATH_MAX macros to fs object by Jiri Olsa · 9 years ago
  39. 988bdb3 tools lib api fs: Move debugfs__strerror_open into tracing_path.c object by Jiri Olsa · 9 years ago
  40. 592d5a6 tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c by Jiri Olsa · 9 years ago
  41. f6a74a5 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 9 years ago
  42. c867b15 tools lib: Improve clean target by Riku Voipio · 9 years ago
  43. ab85785 tools lib api debugfs: Check for tracefs when reporting errors by Arnaldo Carvalho de Melo · 9 years ago
  44. de28c15 tools lib api: Undefine _FORTIFY_SOURCE before setting it by Bobby Powers · 10 years ago
  45. 285a8f2 tools lib api: Rename libapikfs.a to libapi.a by Jiri Olsa · 10 years ago
  46. b4f91668 tools lib api: Use tools build framework by Jiri Olsa · 10 years ago
  47. dd6dda2 tools lib api fs: Add {tracefs,debugfs}_configured() functions by Steven Rostedt (Red Hat) · 10 years ago
  48. a9edf60 tools lib api debugfs: Add DEBUGFS_DEFAULT_PATH macro by Steven Rostedt (Red Hat) · 10 years ago
  49. 4ef92c2 tools lib api fs: Add tracefs mount helper functions by Steven Rostedt (Red Hat) · 10 years ago
  50. cde164a tools lib fs: Add helper to find mounted file systems by Steven Rostedt (Red Hat) · 10 years ago
  51. 5693c92 perf tools: Do not check debugfs MAGIC for tracing files by Steven Rostedt (Red Hat) · 10 years ago
  52. f816b3c tools lib fs debugfs: Check if debugfs is mounted when handling ENOENT by Arnaldo Carvalho de Melo · 10 years ago
  53. 2cc990b tools lib fs debugfs: Introduce debugfs__strerror_open_tp by Arnaldo Carvalho de Melo · 10 years ago
  54. 801c67b tools lib fs: Pass filename to debugfs__strerror_open by Arnaldo Carvalho de Melo · 10 years ago
  55. e2726d9 tools lib fs: Adopt debugfs open strerrno method by Arnaldo Carvalho de Melo · 10 years ago
  56. db1806e perf tools: Fix statfs.f_type data type mismatch build error with uclibc by Alexey Brodkin · 10 years ago
  57. 42e3c4a tools lib fs: Add sysctl__read_int helper by Arnaldo Carvalho de Melo · 10 years ago
  58. 3a35112 tools lib fs: Adopt filename__read_int from tools/perf/ by Arnaldo Carvalho de Melo · 10 years ago
  59. 2171a92 tools lib fd array: Allow associating an integer cookie with each entry by Arnaldo Carvalho de Melo · 10 years ago
  60. 1b85337 tools lib api: Adopt fdarray class from perf's evlist by Arnaldo Carvalho de Melo · 10 years ago
  61. f2d9627 perf tools: Allow overriding sysfs and proc finding with env var by Cody P Schafer · 10 years ago
  62. 603940b perf tools: Remove extra '/' character in events file path by Xia Kaixu · 11 years ago
  63. cd0cfad perf tools: Move fs.* to lib/api/fs/ by Borislav Petkov · 11 years ago
  64. 553873e tools/: Convert to new topic libraries by Borislav Petkov · 11 years ago