summaryrefslogtreecommitdiffstats
path: root/tools/lib/api/fs/tracing_path.c
AgeCommit message (Expand)AuthorLines
2024-08-01perf list: Give clues if failed to open tracing events directoryTiezhu Yang-1/+1
2023-05-28tools lib api fs tracing_path: Remove two unused MAX_PATH pathsIan Rogers-11/+6
2023-02-18tracing: Always use canonical ftrace pathRoss Zwisler-2/+2
2022-11-15tools lib api fs tracing_path: Add scandir alphasortIan Rogers-0/+16
2018-10-16perf tools: Fix tracing_path_mount proper pathJiri Olsa-2/+2
2018-05-17tools lib api fs tracing_path: Make tracing_events_path privateArnaldo Carvalho de Melo-2/+1
2018-05-17tools lib api fs tracing_path: Introduce opendir() methodArnaldo Carvalho de Melo-0/+13
2018-05-17tools lib api fs tracing_path: Introduce get/put_events_file() helpersArnaldo Carvalho de Melo-0/+15
2018-05-16tools lib api: Unexport 'tracing_path' variableArnaldo Carvalho de Melo-2/+2
2018-05-16tools lib api: The tracing_mnt variable doesn't need to be globalArnaldo Carvalho de Melo-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-02-08perf sdt: Show proper hint when event not yet in place via 'perf probe'Ravi Bangoria-14/+18
2016-07-12tools lib api fs: Use str_error_r()Arnaldo Carvalho de Melo-1/+2
2015-10-05tools lib api fs: No need to use PATH_MAX + 1Jiri Olsa-3/+3
2015-09-28tools lib api fs: Store tracing mountpoint for better error messageJiri Olsa-10/+3
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa-8/+7
2015-09-14tools lib api fs: Make tracing_path_strerror_open message genericJiri Olsa-10/+16
2015-09-04tools lib api fs: Move debugfs__strerror_open into tracing_path.c objectJiri Olsa-0/+54
2015-09-04tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa-0/+83