index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
api
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-16
tools lib api fs: Add sysfs__read_xll function
Jiri Olsa
2
-2
/
+14
2018-02-16
tools lib api fs: Add filename__read_xll function
Jiri Olsa
2
-7
/
+23
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
11
-0
/
+11
2017-09-12
tools lib api: Fix make DEBUG=1 build
Jiri Olsa
1
-1
/
+7
2017-08-28
perf tools: Robustify detection of clang binary
David Carrillo-Cisneros
1
-1
/
+1
2017-08-28
tools lib: Allow external definition of CC, AR and LD
David Carrillo-Cisneros
1
-3
/
+3
2017-06-21
tools lib api fs: Add sysfs__write_int function
Kan Liang
2
-0
/
+34
2017-03-17
tools lib api fs: Introduce sysfs__read_bool
Alexander Shishkin
2
-0
/
+30
2017-02-14
tools: Set the maximum optimization level according to the compiler being used
Arnaldo Carvalho de Melo
1
-1
/
+7
2017-02-08
perf sdt: Show proper hint when event not yet in place via 'perf probe'
Ravi Bangoria
1
-14
/
+18
2017-01-31
tools lib api fs: Add bpf_fs filesystem detector
Joe Stringer
2
-0
/
+17
2016-12-11
make use of make variable CURDIR instead of calling pwd
Uwe Kleine-König
1
-1
/
+1
2016-09-08
tools lib api fs: Add hugetlbfs filesystem detector
Wang Nan
2
-0
/
+16
2016-07-27
tools lib api: Add str_error_c to libapi
Arnaldo Carvalho de Melo
1
-0
/
+5
2016-07-15
tools lib fd array: Allow associating a pointer cookie with each entry
Wang Nan
1
-0
/
+1
2016-07-15
tools lib api fs: Use base 0 in filename__read_ull
Jiri Olsa
1
-1
/
+6
2016-07-12
tools lib api fs: Use str_error_r()
Arnaldo Carvalho de Melo
2
-1
/
+3
2016-07-05
tools lib api: Respect WERROR=0 for build
Chris Phlipot
1
-1
/
+7
2016-06-03
tools lib api: Respect CROSS_COMPILE for the linker
Lucas Stach
1
-0
/
+1
2016-05-30
tools: Pass arg to fdarray__filter's call back function
Wang Nan
2
-3
/
+5
2016-04-26
tools lib api fs: Add helper to read string from procfs file
Arnaldo Carvalho de Melo
2
-0
/
+15
2016-03-18
tools: Move utilities.mak from perf to tools/scripts/
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-02-16
tools lib api fs: Add sysfs__read_str function
Jiri Olsa
2
-0
/
+14
2016-02-16
tools lib api fs: Adopt filename__read_str from perf
Jiri Olsa
2
-0
/
+53
2016-02-16
tools lib api: Add debug output support
Jiri Olsa
5
-0
/
+60
2015-10-05
tools lib api fs: No need to use PATH_MAX + 1
Jiri Olsa
2
-4
/
+4
2015-09-28
tools build: Build fixdep helper from perf and basic libs
Jiri Olsa
1
-1
/
+3
2015-09-28
tools build: Add Makefile.include
Jiri Olsa
1
-1
/
+1
2015-09-28
tools lib api fs: Store tracing mountpoint for better error message
Jiri Olsa
1
-10
/
+3
2015-09-14
tools lib api cpu: Introduce cpu.[ch] to obtain cpu related information
Arnaldo Carvalho de Melo
3
-0
/
+25
2015-09-14
tools lib api fs: Introduce sysfs__read_{int,ull}()
Arnaldo Carvalho de Melo
2
-0
/
+49
2015-09-14
tools lib api fs: Remove debugfs, tracefs and findfs objects
Jiri Olsa
7
-288
/
+0
2015-09-14
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
Jiri Olsa
2
-9
/
+7
2015-09-14
tools lib api fs: Make tracing_path_strerror_open message generic
Jiri Olsa
1
-10
/
+16
2015-09-04
tools lib api fs: Add FSTYPE__configured() method
Jiri Olsa
2
-10
/
+18
2015-09-04
tools lib api fs: Add FSTYPE__mount() method
Jiri Olsa
2
-9
/
+50
2015-09-04
tools lib api fs: Add tracefs into fs.c object
Jiri Olsa
2
-0
/
+29
2015-09-04
tools lib api fs: Add debugfs into fs.c object
Jiri Olsa
2
-6
/
+26
2015-09-04
tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.c
Jiri Olsa
2
-8
/
+8
2015-09-04
tools lib api fs: Add STR and PATH_MAX macros to fs object
Jiri Olsa
2
-0
/
+11
2015-09-04
tools lib api fs: Move debugfs__strerror_open into tracing_path.c object
Jiri Olsa
3
-52
/
+57
2015-09-04
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
Jiri Olsa
3
-0
/
+97
2015-07-21
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
1
-1
/
+1
2015-07-08
tools lib: Improve clean target
Riku Voipio
1
-1
/
+1
2015-07-06
tools lib api debugfs: Check for tracefs when reporting errors
Arnaldo Carvalho de Melo
1
-2
/
+13
2015-04-23
tools lib api: Undefine _FORTIFY_SOURCE before setting it
Bobby Powers
1
-1
/
+1
2015-02-12
tools lib api: Rename libapikfs.a to libapi.a
Jiri Olsa
4
-11
/
+11
2015-02-12
tools lib api: Use tools build framework
Jiri Olsa
4
-36
/
+33
2015-02-07
tools lib api fs: Add {tracefs,debugfs}_configured() functions
Steven Rostedt (Red Hat)
5
-0
/
+20
2015-02-07
tools lib api debugfs: Add DEBUGFS_DEFAULT_PATH macro
Steven Rostedt (Red Hat)
1
-3
/
+7
[next]