aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+26
2017-05-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-9/+11
2017-05-11bpf: Add bpf_verify_program() to the library.David S. Miller2-0/+26
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-3/+51
2017-04-26tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo4-9/+11
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-22bpf: Add sparc support to tools and samples.David S. Miller1-0/+2
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+1
2017-04-01tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2-2/+3
2017-04-01tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov2-1/+27
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau2-0/+19
2017-03-17tools lib api fs: Introduce sysfs__read_boolAlexander Shishkin2-0/+30
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada3-3/+3
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2017-02-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-24lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox1-1/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-18/+47
2017-02-21Merge tag 'perf-core-for-mingo-4.11-20170220' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar2-3/+3
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-59/+330
2017-02-17tools lib traceevent: It's preempt not premptSteven Rostedt (VMware)2-3/+3
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5
2017-02-15bpf: Remove redundant ifdefMickaël Salaün1-9/+3
2017-02-14tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGERArnaldo Carvalho de Melo1-0/+4
2017-02-14tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo2-2/+14
2017-02-13tools lib traceevent plugin function: Initialize 'index' variableArnaldo Carvalho de Melo1-1/+1
2017-02-13tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMPSteven Rostedt (VMware)1-0/+1
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2-2/+5
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün1-0/+6
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün2-5/+5
2017-02-08tools lib bpf: Add missing header to the libraryMickaël Salaün1-0/+1
2017-02-08tools lib traceevent: Robustify do_generate_dynamic_list_fileDavid Carrillo-Cisneros1-4/+10
2017-02-08perf sdt: Show proper hint when event not yet in place via 'perf probe'Ravi Bangoria1-14/+18
2017-01-31tools lib api fs: Add bpf_fs filesystem detectorJoe Stringer2-0/+17
2017-01-31tools lib bpf: Add bpf_object__pin()Joe Stringer2-0/+54
2017-01-31tools lib bpf: Add bpf_map__pin()Joe Stringer2-0/+23
2017-01-31tools lib bpf: Add BPF program pinning APIsJoe Stringer2-0/+123
2017-01-26tools lib bpf: Add libbpf_get_error()Joe Stringer2-1/+11
2017-01-26tools lib bpf: Add set/is helpers for all prog typesJoe Stringer2-0/+15
2017-01-26tools lib bpf: Define prog_type fns with macroJoe Stringer1-25/+16
2017-01-26tools lib bpf: Fix map offsets in relocationJoe Stringer1-3/+12
2017-01-25lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann2-3/+32
2017-01-16tools lib subcmd: Fix missing member nameSoramichi AKIYAMA1-9/+9
2017-01-11tools lib subcmd: Add missing linux/kernel.h include to subcmd.hArnaldo Carvalho de Melo1-0/+1
2017-01-05Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar3-2/+10
2017-01-03tools lib traceevent: Fix prev/next_prio for deadline tasksDaniel Bristot de Oliveira1-2/+2
2017-01-03tools lib subcmd: Add OPT_STRING_OPTARG_SET optionJiri Olsa2-0/+8