| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-13 | libapi: Add missing header with NAME_MAX define to io_dir.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2025-02-24 | tools lib api: Add io_dir an allocation free readdir alternative | Ian Rogers | 2 | -1/+105 |
| 2024-12-09 | tool api fs: Correctly encode errno for read/write open failures | Ian Rogers | 1 | -3/+3 |
| 2024-11-08 | tools api io: Ensure line_len_out is always initialized | Ian Rogers | 1 | -0/+1 |
| 2024-09-11 | tools: Drop nonsensical -O6 | Sam James | 1 | -4/+0 |
| 2024-08-01 | perf list: Give clues if failed to open tracing events directory | Tiezhu Yang | 1 | -1/+1 |
| 2024-05-30 | tools api io: Move filling the io buffer to its own function | Ian Rogers | 1 | -31/+38 |
| 2023-11-30 | tools api fs: Avoid reading whole file for a 1 byte bool | Ian Rogers | 1 | -9/+15 |
| 2023-11-30 | tools api fs: Switch filename__read_str to use io.h | Ian Rogers | 2 | -45/+22 |
| 2023-11-30 | libapi: Add missing linux/types.h header to get the __u64 type on io.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2023-10-12 | tools api: Avoid potential double free | Ian Rogers | 1 | -0/+1 |
| 2023-06-14 | tools api: Add simple timeout to io read | Ian Rogers | 1 | -1/+27 |
| 2023-06-13 | tools api fs: More thread safety for global filesystem variables | Ian Rogers | 1 | -125/+86 |
| 2023-05-28 | tools api fs: Dynamically allocate cgroupfs mount point cache, removing 4128 ... | Ian Rogers | 1 | -6/+11 |
| 2023-05-28 | tools lib api fs tracing_path: Remove two unused MAX_PATH paths | Ian Rogers | 1 | -11/+6 |
| 2023-05-28 | tools api fs: Avoid large static PATH_MAX arrays | Ian Rogers | 1 | -7/+18 |
| 2023-04-04 | tools api: Add io__getline | Ian Rogers | 1 | -0/+45 |
| 2023-02-18 | tracing: Always use canonical ftrace path | Ross Zwisler | 1 | -2/+2 |
| 2022-12-14 | tools lib api: Add dependency test to install_headers | Ian Rogers | 1 | -12/+26 |
| 2022-11-20 | tools lib api: Clean up install_headers | Ian Rogers | 1 | -2/+2 |
| 2022-11-16 | tools lib api: Add missing install headers | Ian Rogers | 1 | -1/+4 |
| 2022-11-16 | tools lib api: Add install target | Ian Rogers | 1 | -0/+49 |
| 2022-11-15 | tools lib api fs tracing_path: Add scandir alphasort | Ian Rogers | 2 | -0/+17 |
| 2022-10-04 | perf record: Fix way of handling non-perf-event pollfds | Adrian Hunter | 1 | -2/+3 |
| 2022-03-31 | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2022-02-15 | kbuild: replace $(if A,A,B) with $(or A,B) | Masahiro Yamada | 1 | -1/+1 |
| 2022-02-10 | tools lib: Introduce fdarray duplicate function | Alexey Bayduraev | 2 | -0/+18 |
| 2021-02-17 | tools api fs: Cache cgroupfs mount point | Namhyung Kim | 1 | -0/+19 |
| 2021-02-17 | tools api fs: Diet cgroupfs_find_mountpoint() | Namhyung Kim | 1 | -25/+45 |
| 2021-02-17 | tools api fs: Prefer cgroup v1 path in cgroupfs_find_mountpoint() | Namhyung Kim | 1 | -19/+15 |
| 2020-07-21 | libperf: Avoid counting of nonfilterable fdarray fds | Alexey Budankov | 1 | -1/+2 |
| 2020-07-21 | libperf: Add flags to fdarray fds objects | Alexey Budankov | 2 | -6/+19 |
| 2020-07-21 | libperf: Avoid internal moving of fdarray fds | Alexey Budankov | 1 | -6/+5 |
| 2020-05-05 | libsymbols kallsyms: Parse using io api | Ian Rogers | 1 | -0/+3 |
| 2020-04-30 | tools api: Add a lightweight buffered reading api | Ian Rogers | 1 | -0/+112 |
| 2020-04-16 | tools api fs: Make xxx__mountpoint() more scalable | Stephane Eranian | 2 | -0/+29 |
| 2020-03-04 | tools lib api fs: Move cgroupsfs_find_mountpoint() | Namhyung Kim | 3 | -0/+70 |
| 2020-01-06 | tools lib api fs: Fix gcc9 stringop-truncation compilation error | Andrey Zhizhikin | 1 | -1/+3 |
| 2019-10-18 | tools lib api: Renaming pr_warning to pr_warn | Kefeng Wang | 3 | -6/+6 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251 | Thomas Gleixner | 1 | -2/+1 |
| 2018-10-16 | perf tools: Fix tracing_path_mount proper path | Jiri Olsa | 1 | -2/+2 |
| 2018-06-15 | docs: Fix some broken references | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2018-05-17 | tools lib api fs tracing_path: Make tracing_events_path private | Arnaldo Carvalho de Melo | 2 | -4/+1 |
| 2018-05-17 | tools lib api fs tracing_path: Introduce opendir() method | Arnaldo Carvalho de Melo | 2 | -0/+16 |
| 2018-05-17 | tools lib api fs tracing_path: Introduce get/put_events_file() helpers | Arnaldo Carvalho de Melo | 2 | -0/+20 |
| 2018-05-16 | tools lib api: Unexport 'tracing_path' variable | Arnaldo Carvalho de Melo | 2 | -3/+2 |
| 2018-05-16 | tools lib api: The tracing_mnt variable doesn't need to be global | Arnaldo Carvalho de Melo | 1 | -3/+2 |
| 2018-02-16 | tools lib api fs: Add sysfs__read_xll function | Jiri Olsa | 2 | -2/+14 |
| 2018-02-16 | tools lib api fs: Add filename__read_xll function | Jiri Olsa | 2 | -7/+23 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 11 | -0/+11 |
| 2017-09-12 | tools lib api: Fix make DEBUG=1 build | Jiri Olsa | 1 | -1/+7 |
| 2017-08-28 | perf tools: Robustify detection of clang binary | David Carrillo-Cisneros | 1 | -1/+1 |
| 2017-08-28 | tools lib: Allow external definition of CC, AR and LD | David Carrillo-Cisneros | 1 | -3/+3 |
| 2017-06-21 | tools lib api fs: Add sysfs__write_int function | Kan Liang | 2 | -0/+34 |
| 2017-03-17 | tools lib api fs: Introduce sysfs__read_bool | Alexander Shishkin | 2 | -0/+30 |
| 2017-02-14 | tools: Set the maximum optimization level according to the compiler being used | Arnaldo Carvalho de Melo | 1 | -1/+7 |
| 2017-02-08 | perf sdt: Show proper hint when event not yet in place via 'perf probe' | Ravi Bangoria | 1 | -14/+18 |
| 2017-01-31 | tools lib api fs: Add bpf_fs filesystem detector | Joe Stringer | 2 | -0/+17 |
| 2016-12-11 | make use of make variable CURDIR instead of calling pwd | Uwe Kleine-König | 1 | -1/+1 |
| 2016-09-08 | tools lib api fs: Add hugetlbfs filesystem detector | Wang Nan | 2 | -0/+16 |
| 2016-07-27 | tools lib api: Add str_error_c to libapi | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2016-07-15 | tools lib fd array: Allow associating a pointer cookie with each entry | Wang Nan | 1 | -0/+1 |
| 2016-07-15 | tools lib api fs: Use base 0 in filename__read_ull | Jiri Olsa | 1 | -1/+6 |
| 2016-07-12 | tools lib api fs: Use str_error_r() | Arnaldo Carvalho de Melo | 2 | -1/+3 |
| 2016-07-04 | tools lib api: Respect WERROR=0 for build | Chris Phlipot | 1 | -1/+7 |
| 2016-06-03 | tools lib api: Respect CROSS_COMPILE for the linker | Lucas Stach | 1 | -0/+1 |
| 2016-05-30 | tools: Pass arg to fdarray__filter's call back function | Wang Nan | 2 | -3/+5 |
| 2016-04-26 | tools lib api fs: Add helper to read string from procfs file | Arnaldo Carvalho de Melo | 2 | -0/+15 |
| 2016-03-18 | tools: Move utilities.mak from perf to tools/scripts/ | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-02-16 | tools lib api fs: Add sysfs__read_str function | Jiri Olsa | 2 | -0/+14 |
| 2016-02-16 | tools lib api fs: Adopt filename__read_str from perf | Jiri Olsa | 2 | -0/+53 |
| 2016-02-16 | tools lib api: Add debug output support | Jiri Olsa | 5 | -0/+60 |
| 2015-10-05 | tools lib api fs: No need to use PATH_MAX + 1 | Jiri Olsa | 2 | -4/+4 |
| 2015-09-28 | tools build: Build fixdep helper from perf and basic libs | Jiri Olsa | 1 | -1/+3 |
| 2015-09-28 | tools build: Add Makefile.include | Jiri Olsa | 1 | -1/+1 |
| 2015-09-28 | tools lib api fs: Store tracing mountpoint for better error message | Jiri Olsa | 1 | -10/+3 |
| 2015-09-14 | tools lib api cpu: Introduce cpu.[ch] to obtain cpu related information | Arnaldo Carvalho de Melo | 3 | -0/+25 |
| 2015-09-14 | tools lib api fs: Introduce sysfs__read_{int,ull}() | Arnaldo Carvalho de Melo | 2 | -0/+49 |
| 2015-09-14 | tools lib api fs: Remove debugfs, tracefs and findfs objects | Jiri Olsa | 7 | -288/+0 |
| 2015-09-14 | tools lib api fs: Replace debugfs/tracefs objects interface with fs.c | Jiri Olsa | 2 | -9/+7 |
| 2015-09-14 | tools lib api fs: Make tracing_path_strerror_open message generic | Jiri Olsa | 1 | -10/+16 |
| 2015-09-04 | tools lib api fs: Add FSTYPE__configured() method | Jiri Olsa | 2 | -10/+18 |
| 2015-09-04 | tools lib api fs: Add FSTYPE__mount() method | Jiri Olsa | 2 | -9/+50 |
| 2015-09-04 | tools lib api fs: Add tracefs into fs.c object | Jiri Olsa | 2 | -0/+29 |
| 2015-09-04 | tools lib api fs: Add debugfs into fs.c object | Jiri Olsa | 2 | -6/+26 |
| 2015-09-04 | tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.c | Jiri Olsa | 2 | -8/+8 |
| 2015-09-04 | tools lib api fs: Add STR and PATH_MAX macros to fs object | Jiri Olsa | 2 | -0/+11 |
| 2015-09-04 | tools lib api fs: Move debugfs__strerror_open into tracing_path.c object | Jiri Olsa | 3 | -52/+57 |
| 2015-09-04 | tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c | Jiri Olsa | 3 | -0/+97 |
| 2015-07-21 | Merge branch 'linus' into perf/core, to refresh the branch | Ingo Molnar | 1 | -1/+1 |
| 2015-07-08 | tools lib: Improve clean target | Riku Voipio | 1 | -1/+1 |
| 2015-07-06 | tools lib api debugfs: Check for tracefs when reporting errors | Arnaldo Carvalho de Melo | 1 | -2/+13 |
| 2015-04-23 | tools lib api: Undefine _FORTIFY_SOURCE before setting it | Bobby Powers | 1 | -1/+1 |
| 2015-02-12 | tools lib api: Rename libapikfs.a to libapi.a | Jiri Olsa | 4 | -11/+11 |
| 2015-02-12 | tools lib api: Use tools build framework | Jiri Olsa | 4 | -36/+33 |
| 2015-02-07 | tools lib api fs: Add {tracefs,debugfs}_configured() functions | Steven Rostedt (Red Hat) | 5 | -0/+20 |
| 2015-02-07 | tools lib api debugfs: Add DEBUGFS_DEFAULT_PATH macro | Steven Rostedt (Red Hat) | 1 | -3/+7 |
| 2015-02-07 | tools lib api fs: Add tracefs mount helper functions | Steven Rostedt (Red Hat) | 3 | -0/+92 |
| 2015-02-07 | tools lib fs: Add helper to find mounted file systems | Steven Rostedt (Red Hat) | 5 | -54/+94 |
| 2015-02-07 | perf tools: Do not check debugfs MAGIC for tracing files | Steven Rostedt (Red Hat) | 2 | -15/+14 |
| 2015-01-22 | tools lib fs debugfs: Check if debugfs is mounted when handling ENOENT | Arnaldo Carvalho de Melo | 1 | -0/+7 |
| 2015-01-22 | tools lib fs debugfs: Introduce debugfs__strerror_open_tp | Arnaldo Carvalho de Melo | 2 | -0/+10 |
| 2015-01-22 | tools lib fs: Pass filename to debugfs__strerror_open | Arnaldo Carvalho de Melo | 2 | -4/+4 |
| 2015-01-22 | tools lib fs: Adopt debugfs open strerrno method | Arnaldo Carvalho de Melo | 2 | -0/+29 |
| 2015-01-16 | perf tools: Fix statfs.f_type data type mismatch build error with uclibc | Alexey Brodkin | 2 | -2/+2 |
| 2014-12-11 | tools lib fs: Add sysctl__read_int helper | Arnaldo Carvalho de Melo | 2 | -0/+14 |
| 2014-12-11 | tools lib fs: Adopt filename__read_int from tools/perf/ | Arnaldo Carvalho de Melo | 2 | -0/+23 |
| 2014-09-25 | tools lib fd array: Allow associating an integer cookie with each entry | Arnaldo Carvalho de Melo | 2 | -5/+39 |
| 2014-09-25 | tools lib api: Adopt fdarray class from perf's evlist | Arnaldo Carvalho de Melo | 3 | -1/+145 |
| 2014-06-03 | perf tools: Allow overriding sysfs and proc finding with env var | Cody P Schafer | 1 | -1/+42 |
| 2014-04-30 | perf tools: Remove extra '/' character in events file path | Xia Kaixu | 1 | -2/+2 |
| 2014-02-18 | perf tools: Move fs.* to lib/api/fs/ | Borislav Petkov | 3 | -0/+140 |
| 2013-12-16 | tools/: Convert to new topic libraries | Borislav Petkov | 3 | -0/+171 |