aboutsummaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2018-12-18tools lib traceevent: Use LDFLAGS in the build commandsJiri Olsa
2018-12-18tools lib subcmd: Don't add the kernel sources to the include pathArnaldo Carvalho de Melo
2018-12-18tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)
2018-12-17tools lib subcmd: Fix a few source code comment typosIngo Molnar
2018-12-17tools lib traceevent: Fix diverse typos in commentsIngo Molnar
2018-12-17tools lib traceevent: traceevent API cleanupTzvetomir Stoyanov
2018-12-17tools lib traceevent: Rename tep_free_format() to tep_free_event()Tzvetomir Stoyanov
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov
2018-12-17tools lib traceevent: Install trace-seq.h API header fileTzvetomir Stoyanov
2018-12-17tools lib traceevent: Added support for pkg-configTzvetomir Stoyanov
2018-12-17tools lib traceevent: Implement new API tep_get_ref()Tzvetomir Stoyanov
2018-12-17tools lib traceevent: Add sanity check to is_timestamp_in_us()Tzvetomir Stoyanov
2018-12-17tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.cAdrian Hunter
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)