summaryrefslogtreecommitdiff
path: root/tools/lib/api
AgeCommit message (Expand)Author
2023-11-30tools api fs: Avoid reading whole file for a 1 byte boolIan Rogers
2023-11-30tools api fs: Switch filename__read_str to use io.hIan Rogers
2023-11-30libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo
2023-10-12tools api: Avoid potential double freeIan Rogers
2023-06-14tools api: Add simple timeout to io readIan Rogers
2023-06-13tools api fs: More thread safety for global filesystem variablesIan Rogers
2023-05-28tools api fs: Dynamically allocate cgroupfs mount point cache, removing 4128 ...Ian Rogers
2023-05-28tools lib api fs tracing_path: Remove two unused MAX_PATH pathsIan Rogers
2023-05-28tools api fs: Avoid large static PATH_MAX arraysIan Rogers
2023-04-04tools api: Add io__getlineIan Rogers
2023-02-18tracing: Always use canonical ftrace pathRoss Zwisler
2022-12-14tools lib api: Add dependency test to install_headersIan Rogers
2022-11-20tools lib api: Clean up install_headersIan Rogers
2022-11-16tools lib api: Add missing install headersIan Rogers
2022-11-16tools lib api: Add install targetIan Rogers
2022-11-15tools lib api fs tracing_path: Add scandir alphasortIan Rogers
2022-10-04perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2022-02-10tools lib: Introduce fdarray duplicate functionAlexey Bayduraev
2021-02-17tools api fs: Cache cgroupfs mount pointNamhyung Kim
2021-02-17tools api fs: Diet cgroupfs_find_mountpoint()Namhyung Kim
2021-02-17tools api fs: Prefer cgroup v1 path in cgroupfs_find_mountpoint()Namhyung Kim
2020-07-21libperf: Avoid counting of nonfilterable fdarray fdsAlexey Budankov
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov
2020-07-21libperf: Avoid internal moving of fdarray fdsAlexey Budankov
2020-05-05libsymbols kallsyms: Parse using io apiIan Rogers
2020-04-30tools api: Add a lightweight buffered reading apiIan Rogers
2020-04-16tools api fs: Make xxx__mountpoint() more scalableStephane Eranian
2020-03-04tools lib api fs: Move cgroupsfs_find_mountpoint()Namhyung Kim
2020-01-06tools lib api fs: Fix gcc9 stringop-truncation compilation errorAndrey Zhizhikin
2019-10-18tools lib api: Renaming pr_warning to pr_warnKefeng Wang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner
2018-10-16perf tools: Fix tracing_path_mount proper pathJiri Olsa
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-05-17tools lib api fs tracing_path: Make tracing_events_path privateArnaldo Carvalho de Melo
2018-05-17tools lib api fs tracing_path: Introduce opendir() methodArnaldo Carvalho de Melo
2018-05-17tools lib api fs tracing_path: Introduce get/put_events_file() helpersArnaldo Carvalho de Melo
2018-05-16tools lib api: Unexport 'tracing_path' variableArnaldo Carvalho de Melo
2018-05-16tools lib api: The tracing_mnt variable doesn't need to be globalArnaldo Carvalho de Melo
2018-02-16tools lib api fs: Add sysfs__read_xll functionJiri Olsa
2018-02-16tools lib api fs: Add filename__read_xll functionJiri Olsa
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-12tools lib api: Fix make DEBUG=1 buildJiri Olsa
2017-08-28perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros
2017-08-28tools lib: Allow external definition of CC, AR and LDDavid Carrillo-Cisneros
2017-06-21tools lib api fs: Add sysfs__write_int functionKan Liang
2017-03-17tools lib api fs: Introduce sysfs__read_boolAlexander Shishkin
2017-02-14tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo
2017-02-08perf sdt: Show proper hint when event not yet in place via 'perf probe'Ravi Bangoria