aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-20tools/bpf: add support to read .BTF.ext sectionsYonghong Song4-15/+442
2018-11-20tools/bpf: add new fields for program load in lib/bpfYonghong Song2-0/+8
2018-11-20tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau1-0/+4
2018-11-20bpf: libbpf: retry map creation without the nameStanislav Fomichev1-1/+10
2018-11-16bpf: libbpf: Fix bpf_program__next() APIMartin KaFai Lau1-14/+11
2018-11-10libbpf: add internal pin_nameStanislav Fomichev1-3/+26
2018-11-10libbpf: bpf_program__pin: add special case for instances.nr == 1Stanislav Fomichev1-0/+10
2018-11-10libbpf: cleanup after partial failure in bpf_object__pinStanislav Fomichev2-23/+319
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+21
2018-10-31libbpf: Fix compile error in libbpf_attach_type_by_nameAndrey Ignatov1-6/+7
2018-10-29Merge branch 'linus' into perf/urgent, to pick up fixesIngo Molnar14-511/+845
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-511/+845
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds21-1473/+1733
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-193/+228
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-10-20bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2-45/+37
2018-10-19bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann1-6/+4
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2-0/+14
2018-10-19tools lib subcmd: Introduce OPTION_ULONGArnaldo Carvalho de Melo2-0/+21
2018-10-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-2/+2
2018-10-16libbpf: Per-symbol visibility for DSOAndrey Ignatov4-148/+179
2018-10-16perf tools: Fix tracing_path_mount proper pathJiri Olsa1-2/+2
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend3-9/+23
2018-10-09tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song2-5/+5
2018-10-08tools lib traceevent, perf tools: Move struct tep_handler definition in a local header fileTzvetomir Stoyanov7-200/+400
2018-10-08tools lib traceevent: Separate out tep_strerror() for strerror_r() issuesSteven Rostedt (VMware)3-30/+54
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov13-62/+13
2018-10-04libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov2-2/+2
2018-10-04libbpf: Make include guards consistentAndrey Ignatov5-15/+15
2018-10-04libbpf: Consistent prefixes for interfaces in str_error.h.Andrey Ignatov3-11/+13
2018-10-04libbpf: Consistent prefixes for interfaces in nlattr.h.Andrey Ignatov3-64/+69
2018-10-04libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov2-27/+30
2018-10-04libbpf: Move __dump_nlmsg_t from API to implementationAndrey Ignatov2-3/+3
2018-10-03libbpf: Support loading individual progsJoe Stringer2-2/+5
2018-09-27libbpf: Support sk_skb/stream_{parser, verdict} section namesAndrey Ignatov1-0/+4
2018-09-27libbpf: Support cgroup_skb/{e,in}gress section namesAndrey Ignatov1-0/+4
2018-09-27libbpf: Introduce libbpf_attach_type_by_nameAndrey Ignatov2-39/+84
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-143/+411
2018-09-19tools lib traceevent: Add prefix tep_ to enum filter_trivial_typeTzvetomir Stoyanov (VMware)2-18/+18
2018-09-19tools lib traceevent: Rename data2host*() APIsTzvetomir Stoyanov (VMware)2-12/+12
2018-09-19tools lib traceevent: Rename struct plugin_list to struct tep_plugin_listTzvetomir Stoyanov (VMware)2-13/+13
2018-09-19tools lib traceevent: Add prefix tep_ to structs filter_type and event_filterTzvetomir Stoyanov (VMware)2-65/+65
2018-09-19tools lib traceevent: Add prefix tep_ to various structs filter_arg_*.Tzvetomir Stoyanov (VMware)1-24/+24
2018-09-19tools lib traceevent: Add prefix tep_ to struct filter_{arg,value_type}Tzvetomir Stoyanov (VMware)2-74/+74
2018-09-19tools lib traceevent: Add prefix tep_ to enums filter_{exp,arg}_typeTzvetomir Stoyanov (VMware)2-133/+133
2018-09-19tools lib traceevent: Add prefix tep_ to enums filter_{boolean,op,cmp}_typeTzvetomir Stoyanov (VMware)2-95/+95
2018-09-19tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_print_arg_typeTzvetomir Stoyanov (VMware)2-142/+142
2018-09-19tools lib traceevent, perf tools: Add prefix tep_ to all print_* structuresTzvetomir Stoyanov (VMware)2-121/+121
2018-09-19tools lib traceevent: Add prefix TEP_ to all EVENT_FL_* flagsTzvetomir Stoyanov (VMware)2-30/+30
2018-09-19tools lib traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}typeTzvetomir Stoyanov (VMware)3-279/+279