summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorLines
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada-3/+3
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2017-02-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-02-24lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox-1/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-18/+47
2017-02-21Merge tag 'perf-core-for-mingo-4.11-20170220' of git://git.kernel.org/pub/scm...Ingo Molnar-3/+3
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-59/+330
2017-02-17tools lib traceevent: It's preempt not premptSteven Rostedt (VMware)-3/+3
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+5
2017-02-15bpf: Remove redundant ifdefMickaël Salaün-9/+3
2017-02-14tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGERArnaldo Carvalho de Melo-0/+4
2017-02-14tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo-2/+14
2017-02-13tools lib traceevent plugin function: Initialize 'index' variableArnaldo Carvalho de Melo-1/+1
2017-02-13tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMPSteven Rostedt (VMware)-0/+1
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov-2/+5
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün-0/+6
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün-2/+2
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün-2/+2
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün-2/+2
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün-2/+2
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün-5/+5
2017-02-08tools lib bpf: Add missing header to the libraryMickaël Salaün-0/+1
2017-02-08tools lib traceevent: Robustify do_generate_dynamic_list_fileDavid Carrillo-Cisneros-4/+10
2017-02-08perf sdt: Show proper hint when event not yet in place via 'perf probe'Ravi Bangoria-14/+18
2017-01-31tools lib api fs: Add bpf_fs filesystem detectorJoe Stringer-0/+17
2017-01-31tools lib bpf: Add bpf_object__pin()Joe Stringer-0/+54
2017-01-31tools lib bpf: Add bpf_map__pin()Joe Stringer-0/+23
2017-01-31tools lib bpf: Add BPF program pinning APIsJoe Stringer-0/+123
2017-01-26tools lib bpf: Add libbpf_get_error()Joe Stringer-1/+11
2017-01-26tools lib bpf: Add set/is helpers for all prog typesJoe Stringer-0/+15
2017-01-26tools lib bpf: Define prog_type fns with macroJoe Stringer-25/+16
2017-01-26tools lib bpf: Fix map offsets in relocationJoe Stringer-3/+12
2017-01-25lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann-3/+32
2017-01-16tools lib subcmd: Fix missing member nameSoramichi AKIYAMA-9/+9
2017-01-11tools lib subcmd: Add missing linux/kernel.h include to subcmd.hArnaldo Carvalho de Melo-0/+1
2017-01-05Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar-2/+10
2017-01-03tools lib traceevent: Fix prev/next_prio for deadline tasksDaniel Bristot de Oliveira-2/+2
2017-01-03tools lib subcmd: Add OPT_STRING_OPTARG_SET optionJiri Olsa-0/+8
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+35
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer-0/+26
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-5/+5
2016-12-15tools lib bpf: Add flags to bpf_create_map()Joe Stringer-3/+5
2016-12-15tools lib bpf: use __u32 from linux/types.hJoe Stringer-4/+4
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König-5/+5
2016-11-29tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan-0/+20
2016-11-29tools lib bpf: Add private field for bpf_objectWang Nan-0/+28
2016-11-29tools lib bpf: Add missing BPF functionsWang Nan-0/+63
2016-11-25tools lib bpf: Fix maps resolutionEric Leblond-44/+98
2016-11-23tools lib traceevent: Add retrieval of preempt count and latency flagsSteven Rostedt-2/+30
2016-11-23tools lib traceevent: Use USECS_PER_SEC instead of hardcoded numberSteven Rostedt-8/+6