aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/api (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter1-2/+3
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-1/+1
2022-02-10tools lib: Introduce fdarray duplicate functionAlexey Bayduraev2-0/+18
2021-02-17tools api fs: Cache cgroupfs mount pointNamhyung Kim1-0/+19
2021-02-17tools api fs: Diet cgroupfs_find_mountpoint()Namhyung Kim1-25/+45
2021-02-17tools api fs: Prefer cgroup v1 path in cgroupfs_find_mountpoint()Namhyung Kim1-19/+15
2020-07-21libperf: Avoid counting of nonfilterable fdarray fdsAlexey Budankov1-1/+2
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov2-6/+19
2020-07-21libperf: Avoid internal moving of fdarray fdsAlexey Budankov1-6/+5
2020-05-05libsymbols kallsyms: Parse using io apiIan Rogers1-0/+3
2020-04-30tools api: Add a lightweight buffered reading apiIan Rogers1-0/+112
2020-04-16tools api fs: Make xxx__mountpoint() more scalableStephane Eranian2-0/+29
2020-03-04tools lib api fs: Move cgroupsfs_find_mountpoint()Namhyung Kim3-0/+70
2020-01-06tools lib api fs: Fix gcc9 stringop-truncation compilation errorAndrey Zhizhikin1-1/+3
2019-10-18tools lib api: Renaming pr_warning to pr_warnKefeng Wang3-6/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner1-2/+1
2018-10-16perf tools: Fix tracing_path_mount proper pathJiri Olsa1-2/+2
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-05-17tools lib api fs tracing_path: Make tracing_events_path privateArnaldo Carvalho de Melo2-4/+1
2018-05-17tools lib api fs tracing_path: Introduce opendir() methodArnaldo Carvalho de Melo2-0/+16
2018-05-17tools lib api fs tracing_path: Introduce get/put_events_file() helpersArnaldo Carvalho de Melo2-0/+20
2018-05-16tools lib api: Unexport 'tracing_path' variableArnaldo Carvalho de Melo2-3/+2
2018-05-16tools lib api: The tracing_mnt variable doesn't need to be globalArnaldo Carvalho de Melo1-3/+2
2018-02-16tools lib api fs: Add sysfs__read_xll functionJiri Olsa2-2/+14
2018-02-16tools lib api fs: Add filename__read_xll functionJiri Olsa2-7/+23
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman11-0/+11
2017-09-12tools lib api: Fix make DEBUG=1 buildJiri Olsa1-1/+7
2017-08-28perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros1-1/+1
2017-08-28tools lib: Allow external definition of CC, AR and LDDavid Carrillo-Cisneros1-3/+3
2017-06-21tools lib api fs: Add sysfs__write_int functionKan Liang2-0/+34
2017-03-17tools lib api fs: Introduce sysfs__read_boolAlexander Shishkin2-0/+30
2017-02-14tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo1-1/+7
2017-02-08perf sdt: Show proper hint when event not yet in place via 'perf probe'Ravi Bangoria1-14/+18
2017-01-31tools lib api fs: Add bpf_fs filesystem detectorJoe Stringer2-0/+17
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König1-1/+1
2016-09-08tools lib api fs: Add hugetlbfs filesystem detectorWang Nan2-0/+16
2016-07-27tools lib api: Add str_error_c to libapiArnaldo Carvalho de Melo1-0/+5
2016-07-15tools lib fd array: Allow associating a pointer cookie with each entryWang Nan1-0/+1
2016-07-15tools lib api fs: Use base 0 in filename__read_ullJiri Olsa1-1/+6
2016-07-12tools lib api fs: Use str_error_r()Arnaldo Carvalho de Melo2-1/+3
2016-07-04tools lib api: Respect WERROR=0 for buildChris Phlipot1-1/+7
2016-06-03tools lib api: Respect CROSS_COMPILE for the linkerLucas Stach1-0/+1
2016-05-30tools: Pass arg to fdarray__filter's call back functionWang Nan2-3/+5
2016-04-26tools lib api fs: Add helper to read string from procfs fileArnaldo Carvalho de Melo2-0/+15
2016-03-18tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo1-1/+1
2016-02-16tools lib api fs: Add sysfs__read_str functionJiri Olsa2-0/+14
2016-02-16tools lib api fs: Adopt filename__read_str from perfJiri Olsa2-0/+53
2016-02-16tools lib api: Add debug output supportJiri Olsa5-0/+60
2015-10-05tools lib api fs: No need to use PATH_MAX + 1Jiri Olsa2-4/+4