summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-31libbpf: Fix compile error in libbpf_attach_type_by_nameAndrey Ignatov
2018-10-29Merge branch 'linus' into perf/urgent, to pick up fixesIngo Molnar
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-20bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann
2018-10-19bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B
2018-10-19tools lib subcmd: Introduce OPTION_ULONGArnaldo Carvalho de Melo
2018-10-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2018-10-16libbpf: Per-symbol visibility for DSOAndrey Ignatov
2018-10-16perf tools: Fix tracing_path_mount proper pathJiri Olsa
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend
2018-10-09tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song
2018-10-08tools lib traceevent, perf tools: Move struct tep_handler definition in a loc...Tzvetomir Stoyanov
2018-10-08tools lib traceevent: Separate out tep_strerror() for strerror_r() issuesSteven Rostedt (VMware)
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov
2018-10-04libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov
2018-10-04libbpf: Make include guards consistentAndrey Ignatov
2018-10-04libbpf: Consistent prefixes for interfaces in str_error.h.Andrey Ignatov
2018-10-04libbpf: Consistent prefixes for interfaces in nlattr.h.Andrey Ignatov
2018-10-04libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov
2018-10-04libbpf: Move __dump_nlmsg_t from API to implementationAndrey Ignatov
2018-10-03libbpf: Support loading individual progsJoe Stringer
2018-09-27libbpf: Support sk_skb/stream_{parser, verdict} section namesAndrey Ignatov
2018-09-27libbpf: Support cgroup_skb/{e,in}gress section namesAndrey Ignatov
2018-09-27libbpf: Introduce libbpf_attach_type_by_nameAndrey Ignatov
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-19tools lib traceevent: Add prefix tep_ to enum filter_trivial_typeTzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent: Rename data2host*() APIsTzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent: Rename struct plugin_list to struct tep_plugin_listTzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent: Add prefix tep_ to structs filter_type and event_filterTzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent: Add prefix tep_ to various structs filter_arg_*.Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent: Add prefix tep_ to struct filter_{arg,value_type}Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent: Add prefix tep_ to enums filter_{exp,arg}_typeTzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent: Add prefix tep_ to enums filter_{boolean,op,cmp}_typeTzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_prin...Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Add prefix tep_ to all print_* structuresTzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent: Add prefix TEP_ to all EVENT_FL_* flagsTzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}...Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)
2018-09-19tools lib subcmd: Support overwriting the pagerAndi Kleen
2018-09-18Merge remote-tracking branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2018-09-18tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systemsArnaldo Carvalho de Melo
2018-09-14bpf: support flow dissector in libbpf and bpftoolPetar Penkov
2018-09-11tools/bpf: fix a netlink recv issueYonghong Song