summaryrefslogtreecommitdiffstats
path: root/tools/lib/api
AgeCommit message (Expand)Author
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König
2016-09-08tools lib api fs: Add hugetlbfs filesystem detectorWang Nan
2016-07-27tools lib api: Add str_error_c to libapiArnaldo Carvalho de Melo
2016-07-15tools lib fd array: Allow associating a pointer cookie with each entryWang Nan
2016-07-15tools lib api fs: Use base 0 in filename__read_ullJiri Olsa
2016-07-12tools lib api fs: Use str_error_r()Arnaldo Carvalho de Melo
2016-07-04tools lib api: Respect WERROR=0 for buildChris Phlipot
2016-06-03tools lib api: Respect CROSS_COMPILE for the linkerLucas Stach
2016-05-30tools: Pass arg to fdarray__filter's call back functionWang Nan
2016-04-26tools lib api fs: Add helper to read string from procfs fileArnaldo Carvalho de Melo
2016-03-18tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo
2016-02-16tools lib api fs: Add sysfs__read_str functionJiri Olsa
2016-02-16tools lib api fs: Adopt filename__read_str from perfJiri Olsa
2016-02-16tools lib api: Add debug output supportJiri Olsa
2015-10-05tools lib api fs: No need to use PATH_MAX + 1Jiri Olsa
2015-09-28tools build: Build fixdep helper from perf and basic libsJiri Olsa
2015-09-28tools build: Add Makefile.includeJiri Olsa
2015-09-28tools lib api fs: Store tracing mountpoint for better error messageJiri Olsa
2015-09-14tools lib api cpu: Introduce cpu.[ch] to obtain cpu related informationArnaldo Carvalho de Melo
2015-09-14tools lib api fs: Introduce sysfs__read_{int,ull}()Arnaldo Carvalho de Melo
2015-09-14tools lib api fs: Remove debugfs, tracefs and findfs objectsJiri Olsa
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa
2015-09-14tools lib api fs: Make tracing_path_strerror_open message genericJiri Olsa
2015-09-04tools lib api fs: Add FSTYPE__configured() methodJiri Olsa
2015-09-04tools lib api fs: Add FSTYPE__mount() methodJiri Olsa
2015-09-04tools lib api fs: Add tracefs into fs.c objectJiri Olsa
2015-09-04tools lib api fs: Add debugfs into fs.c objectJiri Olsa
2015-09-04tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.cJiri Olsa
2015-09-04tools lib api fs: Add STR and PATH_MAX macros to fs objectJiri Olsa
2015-09-04tools lib api fs: Move debugfs__strerror_open into tracing_path.c objectJiri Olsa
2015-09-04tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa
2015-07-21Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar
2015-07-08tools lib: Improve clean targetRiku Voipio
2015-07-06tools lib api debugfs: Check for tracefs when reporting errorsArnaldo Carvalho de Melo
2015-04-23tools lib api: Undefine _FORTIFY_SOURCE before setting itBobby Powers
2015-02-12tools lib api: Rename libapikfs.a to libapi.aJiri Olsa
2015-02-12tools lib api: Use tools build frameworkJiri Olsa
2015-02-07tools lib api fs: Add {tracefs,debugfs}_configured() functionsSteven Rostedt (Red Hat)
2015-02-07tools lib api debugfs: Add DEBUGFS_DEFAULT_PATH macroSteven Rostedt (Red Hat)
2015-02-07tools lib api fs: Add tracefs mount helper functionsSteven Rostedt (Red Hat)
2015-02-07tools lib fs: Add helper to find mounted file systemsSteven Rostedt (Red Hat)
2015-02-07perf tools: Do not check debugfs MAGIC for tracing filesSteven Rostedt (Red Hat)
2015-01-22tools lib fs debugfs: Check if debugfs is mounted when handling ENOENTArnaldo Carvalho de Melo
2015-01-22tools lib fs debugfs: Introduce debugfs__strerror_open_tpArnaldo Carvalho de Melo
2015-01-22tools lib fs: Pass filename to debugfs__strerror_openArnaldo Carvalho de Melo
2015-01-22tools lib fs: Adopt debugfs open strerrno methodArnaldo Carvalho de Melo
2015-01-16perf tools: Fix statfs.f_type data type mismatch build error with uclibcAlexey Brodkin
2014-12-11tools lib fs: Add sysctl__read_int helperArnaldo Carvalho de Melo
2014-12-11tools lib fs: Adopt filename__read_int from tools/perf/Arnaldo Carvalho de Melo
2014-09-25tools lib fd array: Allow associating an integer cookie with each entryArnaldo Carvalho de Melo