summaryrefslogtreecommitdiffstats
path: root/tools/lib/api/fs/tracing_path.c
Commit message (Expand)AuthorAgeFilesLines
* perf list: Give clues if failed to open tracing events directoryTiezhu Yang2024-08-011-1/+1
* tools lib api fs tracing_path: Remove two unused MAX_PATH pathsIan Rogers2023-05-281-11/+6
* tracing: Always use canonical ftrace pathRoss Zwisler2023-02-181-2/+2
* tools lib api fs tracing_path: Add scandir alphasortIan Rogers2022-11-151-0/+16
* perf tools: Fix tracing_path_mount proper pathJiri Olsa2018-10-161-2/+2
* tools lib api fs tracing_path: Make tracing_events_path privateArnaldo Carvalho de Melo2018-05-171-2/+1
* tools lib api fs tracing_path: Introduce opendir() methodArnaldo Carvalho de Melo2018-05-171-0/+13
* tools lib api fs tracing_path: Introduce get/put_events_file() helpersArnaldo Carvalho de Melo2018-05-171-0/+15
* tools lib api: Unexport 'tracing_path' variableArnaldo Carvalho de Melo2018-05-161-2/+2
* tools lib api: The tracing_mnt variable doesn't need to be globalArnaldo Carvalho de Melo2018-05-161-3/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf sdt: Show proper hint when event not yet in place via 'perf probe'Ravi Bangoria2017-02-081-14/+18
* tools lib api fs: Use str_error_r()Arnaldo Carvalho de Melo2016-07-121-1/+2
* tools lib api fs: No need to use PATH_MAX + 1Jiri Olsa2015-10-051-3/+3
* tools lib api fs: Store tracing mountpoint for better error messageJiri Olsa2015-09-281-10/+3
* tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa2015-09-141-8/+7
* tools lib api fs: Make tracing_path_strerror_open message genericJiri Olsa2015-09-141-10/+16
* tools lib api fs: Move debugfs__strerror_open into tracing_path.c objectJiri Olsa2015-09-041-0/+54
* tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa2015-09-041-0/+83