index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-29
tools lib bpf: Retrive bpf_map through offset of bpf_map_def
Wang Nan
2
-0
/
+20
2016-11-29
tools lib bpf: Add private field for bpf_object
Wang Nan
2
-0
/
+28
2016-11-29
tools lib bpf: Add missing BPF functions
Wang Nan
2
-0
/
+63
2016-11-25
tools lib bpf: Fix maps resolution
Eric Leblond
1
-44
/
+98
2016-11-23
tools lib traceevent: Add retrieval of preempt count and latency flags
Steven Rostedt
2
-2
/
+30
2016-11-23
tools lib traceevent: Use USECS_PER_SEC instead of hardcoded number
Steven Rostedt
2
-8
/
+6
2016-10-25
tools lib subcmd: Suppport cascading options
Namhyung Kim
2
-0
/
+16
2016-10-24
tools lib: Add for_each_clear_bit macro
Jiri Olsa
1
-0
/
+25
2016-10-24
tools lib traceevent: Add version for traceevent shared object
Jiri Olsa
1
-5
/
+9
2016-10-24
tools lib traceevent: Rename LIB_FILE to LIB_TARGET
Jiri Olsa
1
-6
/
+6
2016-10-24
tools lib traceevent: Add do_install_mkdir Makefile function
Jiri Olsa
1
-3
/
+7
2016-10-24
tools lib traceevent: Add install_headers target
Jiri Olsa
1
-1
/
+7
2016-10-05
tools lib traceevent: Fix kbuffer_read_at_offset()
Namhyung Kim
1
-0
/
+1
2016-10-03
perf tools: Query terminal width and use in perf list
Andi Kleen
2
-0
/
+17
2016-09-08
tools lib api fs: Add hugetlbfs filesystem detector
Wang Nan
2
-0
/
+16
2016-08-04
Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2
-0
/
+45
2016-08-02
tools lib: Add bitmap_and function
Jiri Olsa
1
-0
/
+15
2016-08-02
tools lib: Add bitmap_scnprintf function
Jiri Olsa
1
-0
/
+29
2016-08-02
tools lib traceevent: Ignore generated library files
Namhyung Kim
1
-0
/
+1
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-13
tools lib bpf: Report error when kernel doesn't support program type
Wang Nan
2
-7
/
+21
2016-07-13
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-04
tools lib subcmd: Respect WERROR=0 for build
Chris Phlipot
1
-1
/
+7
2016-07-04
tools lib api: Respect WERROR=0 for build
Chris Phlipot
1
-1
/
+7
2016-07-04
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-06
tools lib bpf: Rename set_private() to set_priv()
Arnaldo Carvalho de Melo
2
-9
/
+8
2016-06-06
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
Arnaldo Carvalho de Melo
2
-5
/
+3
2016-06-06
tools lib bpf: Remove _get_ from non-refcount method names
Arnaldo Carvalho de Melo
2
-14
/
+8
2016-06-06
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
Arnaldo Carvalho de Melo
2
-6
/
+3
2016-06-06
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
Arnaldo Carvalho de Melo
2
-7
/
+3
2016-06-06
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
Arnaldo Carvalho de Melo
2
-5
/
+3
2016-06-06
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-16
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
[next]