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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-27
tools lib api: Add str_error_c to libapi
Arnaldo Carvalho de Melo
1
-0
/
+5
2016-07-26
tools lib bpf: Use official ELF e_machine value
Wang Nan
1
-1
/
+6
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-14
tools lib traceevent: Add correct header for ipv6 definitions
Arnaldo Carvalho de Melo
1
-1
/
+2
2016-07-14
tools lib bpf: Report error when kernel doesn't support program type
Wang Nan
2
-7
/
+21
2016-07-14
tools lib bpf: New API to adjust type of a BPF program
Wang Nan
2
-7
/
+55
2016-07-12
tools lib traceevent: Add filter on task CPU id
Steven Rostedt
1
-3
/
+15
2016-07-12
tools lib bpf: Copy bpf.h and bpf_common.h from the kernel
Arnaldo Carvalho de Melo
1
-1
/
+7
2016-07-12
tools lib subcmd: Use str_error_r()
Arnaldo Carvalho de Melo
1
-2
/
+3
2016-07-12
tools lib api fs: Use str_error_r()
Arnaldo Carvalho de Melo
2
-1
/
+3
2016-07-12
tools lib traceevent: Use str_error_r()
Arnaldo Carvalho de Melo
1
-6
/
+2
2016-07-12
perf tools: Uninline scnprintf() and vscnprint()
Arnaldo Carvalho de Melo
1
-0
/
+24
2016-07-12
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
1
-0
/
+26
2016-07-05
tools lib subcmd: Respect WERROR=0 for build
Chris Phlipot
1
-1
/
+7
2016-07-05
tools lib api: Respect WERROR=0 for build
Chris Phlipot
1
-1
/
+7
2016-07-05
tools lib bpf: Add license header
Wang Nan
4
-0
/
+52
2016-06-29
tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"
Colin Ian King
2
-2
/
+2
2016-06-07
tools lib bpf: Rename set_private() to set_priv()
Arnaldo Carvalho de Melo
2
-9
/
+8
2016-06-07
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
Arnaldo Carvalho de Melo
2
-5
/
+3
2016-06-07
tools lib bpf: Remove _get_ from non-refcount method names
Arnaldo Carvalho de Melo
2
-14
/
+8
2016-06-07
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
Arnaldo Carvalho de Melo
2
-6
/
+3
2016-06-07
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
Arnaldo Carvalho de Melo
2
-7
/
+3
2016-06-07
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
Arnaldo Carvalho de Melo
2
-5
/
+3
2016-06-07
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()
Arnaldo Carvalho de Melo
2
-8
/
+3
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-05-17
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+15
2016-05-12
tools lib traceevent: Do not reassign parg after collapse_tree()
Steven Rostedt
1
-2
/
+2
2016-04-26
tools lib api fs: Add helper to read string from procfs file
Arnaldo Carvalho de Melo
2
-0
/
+15
2016-03-30
tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.sh
Sedat Dilek
1
-4
/
+8
2016-03-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-5
/
+3
2016-03-24
Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
3
-5
/
+3
2016-03-23
tools lib traceevent: Remove redundant CPU output
Steven Rostedt
1
-3
/
+1
2016-03-21
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+4
2016-03-18
tools: Move utilities.mak from perf to tools/scripts/
Arnaldo Carvalho de Melo
2
-2
/
+2
2016-03-15
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
10
-45
/
+285
2016-03-10
tools lib traceevent: Add '~' operation within arg_num_eval()
Steven Rostedt
1
-0
/
+6
2016-03-03
objtool: Support CROSS_COMPILE
Josh Poimboeuf
1
-2
/
+4
2016-03-03
tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac...
Steven Rostedt (Red Hat)
1
-1
/
+1
2016-03-03
tools lib traceevent: Set int_array fields to NULL if freeing from error
Steven Rostedt (Red Hat)
1
-0
/
+3
2016-03-03
tools lib traceevent: Fix time stamp rounding issue
Chaos.Chen
1
-0
/
+5
2016-02-29
tools lib traceevent: Split pevent_print_event() into specific functionality ...
Steven Rostedt
2
-32
/
+117
2016-02-29
tools/lib/lockdep: Fix link creation warning
Ingo Molnar
1
-1
/
+1
2016-02-29
tools/lib/lockdep: Add tests for AA and ABBA locking
Alfredo Alvarez Fernandez
3
-4
/
+63
2016-02-29
tools/lib/lockdep: Add userspace version of READ_ONCE()
Alfredo Alvarez Fernandez
1
-0
/
+1
2016-02-29
tools/lib/lockdep: Fix the build on recent kernels
Ingo Molnar
1
-0
/
+6
2016-02-23
tools lib traceevent: Implement '%' operation
Daniel Bristot de Oliveira
1
-0
/
+4
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
[next]