| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-12 | 4 | -9/+11 |
|\ |
|
| * | tools lib string: Adopt prefixcmp() from perf and subcmd | Arnaldo Carvalho de Melo | 2017-04-26 | 4 | -9/+11 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-05-03 | 4 | -3/+51 |
|\ \
| |/
|/| |
|
| * | bpf: Add sparc support to tools and samples. | David S. Miller | 2017-04-22 | 1 | -0/+2 |
| * | tools/lib/bpf: expose bpf_program__set_type() | Alexei Starovoitov | 2017-04-01 | 2 | -2/+3 |
| * | tools/lib/bpf: add support for BPF_PROG_TEST_RUN command | Alexei Starovoitov | 2017-04-01 | 2 | -1/+27 |
| * | bpf: Add tests for map-in-map | Martin KaFai Lau | 2017-03-22 | 2 | -0/+19 |
* | | perf tools: Remove string.h, unistd.h and sys/stat.h from util.h | Arnaldo Carvalho de Melo | 2017-04-24 | 1 | -0/+1 |
* | | perf tools: Move sane ctype stuff from util.h to sane_ctype.h | Arnaldo Carvalho de Melo | 2017-04-19 | 1 | -0/+1 |
* | | tools lib api fs: Introduce sysfs__read_bool | Alexander Shishkin | 2017-03-17 | 2 | -0/+30 |
|/ |
|
* | scripts/spelling.txt: add "overide" pattern and fix typo instances | Masahiro Yamada | 2017-03-10 | 3 | -3/+3 |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-02-28 | 2 | -3/+3 |
|\ |
|
| * | Merge tag 'perf-core-for-mingo-4.11-20170220' of git://git.kernel.org/pub/scm... | Ingo Molnar | 2017-02-21 | 2 | -3/+3 |
| |\ |
|
| | * | tools lib traceevent: It's preempt not prempt | Steven Rostedt (VMware) | 2017-02-17 | 2 | -3/+3 |
* | | | scripts/spelling.txt: add "overrided" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -1/+1 |
* | | | lib/find_bit.c: micro-optimise find_next_*_bit | Matthew Wilcox | 2017-02-25 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-02-22 | 4 | -18/+47 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-17 | 2 | -2/+5 |
| |\ \ |
|
| * | | | bpf: Remove redundant ifdef | Mickaël Salaün | 2017-02-15 | 1 | -9/+3 |
| * | | | bpf: Remove bpf_sys.h from selftests | Mickaël Salaün | 2017-02-10 | 1 | -0/+6 |
| * | | | bpf: Use bpf_map_get_next_key() from the library | Mickaël Salaün | 2017-02-10 | 2 | -2/+2 |
| * | | | bpf: Use bpf_map_delete_elem() from the library | Mickaël Salaün | 2017-02-10 | 2 | -2/+2 |
| * | | | bpf: Use bpf_map_lookup_elem() from the library | Mickaël Salaün | 2017-02-10 | 2 | -2/+2 |
| * | | | bpf: Use bpf_map_update_elem() from the library | Mickaël Salaün | 2017-02-10 | 2 | -2/+2 |
| * | | | bpf: Use bpf_load_program() from the library | Mickaël Salaün | 2017-02-10 | 2 | -5/+5 |
| * | | | lib, traceevent: add PRINT_HEX_STR variant | Daniel Borkmann | 2017-01-25 | 2 | -3/+32 |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-02-20 | 13 | -59/+330 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGER | Arnaldo Carvalho de Melo | 2017-02-14 | 1 | -0/+4 |
| * | | tools: Set the maximum optimization level according to the compiler being used | Arnaldo Carvalho de Melo | 2017-02-14 | 2 | -2/+14 |
| * | | tools lib traceevent plugin function: Initialize 'index' variable | Arnaldo Carvalho de Melo | 2017-02-13 | 1 | -1/+1 |
| * | | tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMP | Steven Rostedt (VMware) | 2017-02-13 | 1 | -0/+1 |
| * | | tools lib bpf: Add missing header to the library | Mickaël Salaün | 2017-02-08 | 1 | -0/+1 |
| * | | tools lib traceevent: Robustify do_generate_dynamic_list_file | David Carrillo-Cisneros | 2017-02-08 | 1 | -4/+10 |
| * | | perf sdt: Show proper hint when event not yet in place via 'perf probe' | Ravi Bangoria | 2017-02-08 | 1 | -14/+18 |
| * | | tools lib api fs: Add bpf_fs filesystem detector | Joe Stringer | 2017-01-31 | 2 | -0/+17 |
| * | | tools lib bpf: Add bpf_object__pin() | Joe Stringer | 2017-01-31 | 2 | -0/+54 |
| * | | tools lib bpf: Add bpf_map__pin() | Joe Stringer | 2017-01-31 | 2 | -0/+23 |
| * | | tools lib bpf: Add BPF program pinning APIs | Joe Stringer | 2017-01-31 | 2 | -0/+123 |
| * | | tools lib bpf: Add libbpf_get_error() | Joe Stringer | 2017-01-26 | 2 | -1/+11 |
| * | | tools lib bpf: Add set/is helpers for all prog types | Joe Stringer | 2017-01-26 | 2 | -0/+15 |
| * | | tools lib bpf: Define prog_type fns with macro | Joe Stringer | 2017-01-26 | 1 | -25/+16 |
| * | | tools lib bpf: Fix map offsets in relocation | Joe Stringer | 2017-01-26 | 1 | -3/+12 |
| * | | tools lib subcmd: Fix missing member name | Soramichi AKIYAMA | 2017-01-16 | 1 | -9/+9 |
| * | | tools lib subcmd: Add missing linux/kernel.h include to subcmd.h | Arnaldo Carvalho de Melo | 2017-01-11 | 1 | -0/+1 |
| |/ |
|
* / | bpf: introduce BPF_F_ALLOW_OVERRIDE flag | Alexei Starovoitov | 2017-02-13 | 2 | -2/+5 |
|/ |
|
* | Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s... | Ingo Molnar | 2017-01-05 | 3 | -2/+10 |
|\ |
|
| * | tools lib traceevent: Fix prev/next_prio for deadline tasks | Daniel Bristot de Oliveira | 2017-01-03 | 1 | -2/+2 |
| * | tools lib subcmd: Add OPT_STRING_OPTARG_SET option | Jiri Olsa | 2017-01-03 | 2 | -0/+8 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-12-24 | 3 | -7/+35 |
|\| |
|
| * | tools lib bpf: Add bpf_prog_{attach,detach} | Joe Stringer | 2016-12-20 | 2 | -0/+26 |