Age | Commit message (Expand) | Author |
2024-12-09 | tool api fs: Correctly encode errno for read/write open failures | Ian Rogers |
2024-11-08 | tools api io: Ensure line_len_out is always initialized | Ian Rogers |
2024-09-11 | tools: Drop nonsensical -O6 | Sam James |
2024-08-01 | perf list: Give clues if failed to open tracing events directory | Tiezhu Yang |
2024-05-30 | tools api io: Move filling the io buffer to its own function | Ian Rogers |
2023-11-30 | tools api fs: Avoid reading whole file for a 1 byte bool | Ian Rogers |
2023-11-30 | tools api fs: Switch filename__read_str to use io.h | Ian Rogers |
2023-11-30 | libapi: Add missing linux/types.h header to get the __u64 type on io.h | Arnaldo Carvalho de Melo |
2023-10-12 | tools api: Avoid potential double free | Ian Rogers |
2023-06-14 | tools api: Add simple timeout to io read | Ian Rogers |
2023-06-13 | tools api fs: More thread safety for global filesystem variables | Ian Rogers |
2023-05-28 | tools api fs: Dynamically allocate cgroupfs mount point cache, removing 4128 ... | Ian Rogers |
2023-05-28 | tools lib api fs tracing_path: Remove two unused MAX_PATH paths | Ian Rogers |
2023-05-28 | tools api fs: Avoid large static PATH_MAX arrays | Ian Rogers |
2023-04-04 | tools api: Add io__getline | Ian Rogers |
2023-02-18 | tracing: Always use canonical ftrace path | Ross Zwisler |
2022-12-14 | tools lib api: Add dependency test to install_headers | Ian Rogers |
2022-11-20 | tools lib api: Clean up install_headers | Ian Rogers |
2022-11-16 | tools lib api: Add missing install headers | Ian Rogers |
2022-11-16 | tools lib api: Add install target | Ian Rogers |
2022-11-15 | tools lib api fs tracing_path: Add scandir alphasort | Ian Rogers |
2022-10-04 | perf record: Fix way of handling non-perf-event pollfds | Adrian Hunter |
2022-03-31 | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-02-15 | kbuild: replace $(if A,A,B) with $(or A,B) | Masahiro Yamada |
2022-02-10 | tools lib: Introduce fdarray duplicate function | Alexey Bayduraev |
2021-02-17 | tools api fs: Cache cgroupfs mount point | Namhyung Kim |
2021-02-17 | tools api fs: Diet cgroupfs_find_mountpoint() | Namhyung Kim |
2021-02-17 | tools api fs: Prefer cgroup v1 path in cgroupfs_find_mountpoint() | Namhyung Kim |
2020-07-21 | libperf: Avoid counting of nonfilterable fdarray fds | Alexey Budankov |
2020-07-21 | libperf: Add flags to fdarray fds objects | Alexey Budankov |
2020-07-21 | libperf: Avoid internal moving of fdarray fds | Alexey Budankov |
2020-05-05 | libsymbols kallsyms: Parse using io api | Ian Rogers |
2020-04-30 | tools api: Add a lightweight buffered reading api | Ian Rogers |
2020-04-16 | tools api fs: Make xxx__mountpoint() more scalable | Stephane Eranian |
2020-03-04 | tools lib api fs: Move cgroupsfs_find_mountpoint() | Namhyung Kim |
2020-01-06 | tools lib api fs: Fix gcc9 stringop-truncation compilation error | Andrey Zhizhikin |
2019-10-18 | tools lib api: Renaming pr_warning to pr_warn | Kefeng Wang |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251 | Thomas Gleixner |
2018-10-16 | perf tools: Fix tracing_path_mount proper path | Jiri Olsa |
2018-06-15 | docs: Fix some broken references | Mauro Carvalho Chehab |
2018-05-17 | tools lib api fs tracing_path: Make tracing_events_path private | Arnaldo Carvalho de Melo |
2018-05-17 | tools lib api fs tracing_path: Introduce opendir() method | Arnaldo Carvalho de Melo |
2018-05-17 | tools lib api fs tracing_path: Introduce get/put_events_file() helpers | Arnaldo Carvalho de Melo |
2018-05-16 | tools lib api: Unexport 'tracing_path' variable | Arnaldo Carvalho de Melo |
2018-05-16 | tools lib api: The tracing_mnt variable doesn't need to be global | Arnaldo Carvalho de Melo |
2018-02-16 | tools lib api fs: Add sysfs__read_xll function | Jiri Olsa |
2018-02-16 | tools lib api fs: Add filename__read_xll function | Jiri Olsa |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-12 | tools lib api: Fix make DEBUG=1 build | Jiri Olsa |
2017-08-28 | perf tools: Robustify detection of clang binary | David Carrillo-Cisneros |