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
2024-09-11
tools: Drop nonsensical -O6
Sam James
1
-4
/
+0
2024-08-01
perf list: Give clues if failed to open tracing events directory
Tiezhu Yang
1
-1
/
+1
2024-05-30
tools api io: Move filling the io buffer to its own function
Ian Rogers
1
-31
/
+38
2023-12-01
tools api fs: Avoid reading whole file for a 1 byte bool
Ian Rogers
1
-9
/
+15
2023-12-01
tools api fs: Switch filename__read_str to use io.h
Ian Rogers
2
-45
/
+22
2023-12-01
libapi: Add missing linux/types.h header to get the __u64 type on io.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2023-10-12
tools api: Avoid potential double free
Ian Rogers
1
-0
/
+1
2023-06-15
tools api: Add simple timeout to io read
Ian Rogers
1
-1
/
+27
2023-06-14
tools api fs: More thread safety for global filesystem variables
Ian Rogers
1
-125
/
+86
2023-05-28
tools api fs: Dynamically allocate cgroupfs mount point cache, removing 4128 ...
Ian Rogers
1
-6
/
+11
2023-05-28
tools lib api fs tracing_path: Remove two unused MAX_PATH paths
Ian Rogers
1
-11
/
+6
2023-05-28
tools api fs: Avoid large static PATH_MAX arrays
Ian Rogers
1
-7
/
+18
2023-04-04
tools api: Add io__getline
Ian Rogers
1
-0
/
+45
2023-02-18
tracing: Always use canonical ftrace path
Ross Zwisler
1
-2
/
+2
2022-12-14
tools lib api: Add dependency test to install_headers
Ian Rogers
1
-12
/
+26
2022-11-20
tools lib api: Clean up install_headers
Ian Rogers
1
-2
/
+2
2022-11-16
tools lib api: Add missing install headers
Ian Rogers
1
-1
/
+4
2022-11-16
tools lib api: Add install target
Ian Rogers
1
-0
/
+49
2022-11-15
tools lib api fs tracing_path: Add scandir alphasort
Ian Rogers
2
-0
/
+17
2022-10-04
perf record: Fix way of handling non-perf-event pollfds
Adrian Hunter
1
-2
/
+3
2022-03-31
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-02-15
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
1
-1
/
+1
2022-02-10
tools lib: Introduce fdarray duplicate function
Alexey Bayduraev
2
-0
/
+18
2021-02-17
tools api fs: Cache cgroupfs mount point
Namhyung Kim
1
-0
/
+19
2021-02-17
tools api fs: Diet cgroupfs_find_mountpoint()
Namhyung Kim
1
-25
/
+45
2021-02-17
tools api fs: Prefer cgroup v1 path in cgroupfs_find_mountpoint()
Namhyung Kim
1
-19
/
+15
2020-07-21
libperf: Avoid counting of nonfilterable fdarray fds
Alexey Budankov
1
-1
/
+2
2020-07-21
libperf: Add flags to fdarray fds objects
Alexey Budankov
2
-6
/
+19
2020-07-21
libperf: Avoid internal moving of fdarray fds
Alexey Budankov
1
-6
/
+5
2020-05-05
libsymbols kallsyms: Parse using io api
Ian Rogers
1
-0
/
+3
2020-04-30
tools api: Add a lightweight buffered reading api
Ian Rogers
1
-0
/
+112
2020-04-16
tools api fs: Make xxx__mountpoint() more scalable
Stephane Eranian
2
-0
/
+29
2020-03-04
tools lib api fs: Move cgroupsfs_find_mountpoint()
Namhyung Kim
3
-0
/
+70
2020-01-06
tools lib api fs: Fix gcc9 stringop-truncation compilation error
Andrey Zhizhikin
1
-1
/
+3
2019-10-18
tools lib api: Renaming pr_warning to pr_warn
Kefeng Wang
3
-6
/
+6
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251
Thomas Gleixner
1
-2
/
+1
2018-10-16
perf tools: Fix tracing_path_mount proper path
Jiri Olsa
1
-2
/
+2
2018-06-16
docs: Fix some broken references
Mauro Carvalho Chehab
1
-1
/
+1
2018-05-17
tools lib api fs tracing_path: Make tracing_events_path private
Arnaldo Carvalho de Melo
2
-4
/
+1
2018-05-17
tools lib api fs tracing_path: Introduce opendir() method
Arnaldo Carvalho de Melo
2
-0
/
+16
2018-05-17
tools lib api fs tracing_path: Introduce get/put_events_file() helpers
Arnaldo Carvalho de Melo
2
-0
/
+20
2018-05-16
tools lib api: Unexport 'tracing_path' variable
Arnaldo Carvalho de Melo
2
-3
/
+2
2018-05-16
tools lib api: The tracing_mnt variable doesn't need to be global
Arnaldo Carvalho de Melo
1
-3
/
+2
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
[next]