summaryrefslogtreecommitdiffstats
path: root/tools/lib/api
Commit message (Expand)AuthorAgeFilesLines
* tools lib api fs: Add hugetlbfs filesystem detectorWang Nan2016-09-082-0/+16
* tools lib api: Add str_error_c to libapiArnaldo Carvalho de Melo2016-07-271-0/+5
* tools lib fd array: Allow associating a pointer cookie with each entryWang Nan2016-07-151-0/+1
* tools lib api fs: Use base 0 in filename__read_ullJiri Olsa2016-07-151-1/+6
* tools lib api fs: Use str_error_r()Arnaldo Carvalho de Melo2016-07-122-1/+3
* tools lib api: Respect WERROR=0 for buildChris Phlipot2016-07-041-1/+7
* tools lib api: Respect CROSS_COMPILE for the linkerLucas Stach2016-06-031-0/+1
* tools: Pass arg to fdarray__filter's call back functionWang Nan2016-05-302-3/+5
* tools lib api fs: Add helper to read string from procfs fileArnaldo Carvalho de Melo2016-04-262-0/+15
* tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo2016-03-181-1/+1
* tools lib api fs: Add sysfs__read_str functionJiri Olsa2016-02-162-0/+14
* tools lib api fs: Adopt filename__read_str from perfJiri Olsa2016-02-162-0/+53
* tools lib api: Add debug output supportJiri Olsa2016-02-165-0/+60
* tools lib api fs: No need to use PATH_MAX + 1Jiri Olsa2015-10-052-4/+4
* tools build: Build fixdep helper from perf and basic libsJiri Olsa2015-09-281-1/+3
* tools build: Add Makefile.includeJiri Olsa2015-09-281-1/+1
* tools lib api fs: Store tracing mountpoint for better error messageJiri Olsa2015-09-281-10/+3
* tools lib api cpu: Introduce cpu.[ch] to obtain cpu related informationArnaldo Carvalho de Melo2015-09-143-0/+25
* tools lib api fs: Introduce sysfs__read_{int,ull}()Arnaldo Carvalho de Melo2015-09-142-0/+49
* tools lib api fs: Remove debugfs, tracefs and findfs objectsJiri Olsa2015-09-147-288/+0
* tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa2015-09-142-9/+7
* tools lib api fs: Make tracing_path_strerror_open message genericJiri Olsa2015-09-141-10/+16
* tools lib api fs: Add FSTYPE__configured() methodJiri Olsa2015-09-042-10/+18
* tools lib api fs: Add FSTYPE__mount() methodJiri Olsa2015-09-042-9/+50
* tools lib api fs: Add tracefs into fs.c objectJiri Olsa2015-09-042-0/+29
* tools lib api fs: Add debugfs into fs.c objectJiri Olsa2015-09-042-6/+26
* tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.cJiri Olsa2015-09-042-8/+8
* tools lib api fs: Add STR and PATH_MAX macros to fs objectJiri Olsa2015-09-042-0/+11
* tools lib api fs: Move debugfs__strerror_open into tracing_path.c objectJiri Olsa2015-09-043-52/+57
* tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa2015-09-043-0/+97
* Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2015-07-211-1/+1
|\
| * tools lib: Improve clean targetRiku Voipio2015-07-081-1/+1
* | tools lib api debugfs: Check for tracefs when reporting errorsArnaldo Carvalho de Melo2015-07-061-2/+13
|/
* tools lib api: Undefine _FORTIFY_SOURCE before setting itBobby Powers2015-04-231-1/+1
* tools lib api: Rename libapikfs.a to libapi.aJiri Olsa2015-02-124-11/+11
* tools lib api: Use tools build frameworkJiri Olsa2015-02-124-36/+33
* tools lib api fs: Add {tracefs,debugfs}_configured() functionsSteven Rostedt (Red Hat)2015-02-075-0/+20
* tools lib api debugfs: Add DEBUGFS_DEFAULT_PATH macroSteven Rostedt (Red Hat)2015-02-071-3/+7
* tools lib api fs: Add tracefs mount helper functionsSteven Rostedt (Red Hat)2015-02-073-0/+92
* tools lib fs: Add helper to find mounted file systemsSteven Rostedt (Red Hat)2015-02-075-54/+94
* perf tools: Do not check debugfs MAGIC for tracing filesSteven Rostedt (Red Hat)2015-02-072-15/+14
* tools lib fs debugfs: Check if debugfs is mounted when handling ENOENTArnaldo Carvalho de Melo2015-01-221-0/+7
* tools lib fs debugfs: Introduce debugfs__strerror_open_tpArnaldo Carvalho de Melo2015-01-222-0/+10
* tools lib fs: Pass filename to debugfs__strerror_openArnaldo Carvalho de Melo2015-01-222-4/+4
* tools lib fs: Adopt debugfs open strerrno methodArnaldo Carvalho de Melo2015-01-222-0/+29
* perf tools: Fix statfs.f_type data type mismatch build error with uclibcAlexey Brodkin2015-01-162-2/+2
* tools lib fs: Add sysctl__read_int helperArnaldo Carvalho de Melo2014-12-112-0/+14
* tools lib fs: Adopt filename__read_int from tools/perf/Arnaldo Carvalho de Melo2014-12-112-0/+23
* tools lib fd array: Allow associating an integer cookie with each entryArnaldo Carvalho de Melo2014-09-252-5/+39
* tools lib api: Adopt fdarray class from perf's evlistArnaldo Carvalho de Melo2014-09-253-1/+145