summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorLines
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-12/+41
2019-10-07Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...Ingo Molnar-1/+7
2019-09-30libbpf: handle symbol versioning properly for libbpf.aYonghong Song-11/+36
2019-09-30tools: bpf: Use !building_out_of_srctree to determine srctreeShuah Khan-1/+5
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-17/+88
2019-09-27libsubcmd: Make _FORTIFY_SOURCE defines dependent on the featureIan Rogers-1/+7
2019-09-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-116/+507
2019-09-26libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitionsAndrii Nakryiko-6/+87
2019-09-25rbtree: avoid generating code twice for the cached versions (tools copy)Michel Lespinasse-34/+3
2019-09-25libbpf: fix false uninitialized variable warningAndrii Nakryiko-0/+1
2019-09-25libtraceevent: Man pages for tep plugins APIsTzvetomir Stoyanov-0/+99
2019-09-25libtraceevent: Move traceevent plugins in its own subdirectoryTzvetomir Stoyanov (VMware)-89/+248
2019-09-25libtraceevent: Add tep_get_event() in event-parse.hTzvetomir Stoyanov (VMware)-0/+2
2019-09-25libtraceevent: Man pages fix, changes in event printing APIsTzvetomir Stoyanov (VMware)-12/+1
2019-09-25libtraceevent: Man pages fix, rename tep_ref_get() to tep_get_ref()Tzvetomir Stoyanov (VMware)-5/+5
2019-09-25libtraceevent: Man pages for libtraceevent event print related APITzvetomir Stoyanov-0/+130
2019-09-25libtraceevent: Round up in tep_print_event() time precisionSteven Rostedt (VMware)-1/+3
2019-09-20tools lib traceevent: Convert remaining %p[fF] users to %p[sS]Sakari Ailus-9/+19
2019-09-19libbpf: Remove getsockopt() check for XDP_OPTIONSToke Høiland-Jørgensen-11/+0
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-349/+1515
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-63/+113
2019-08-31libtraceevent: Change users plugin directoryTzvetomir Stoyanov-4/+4
2019-08-31libtraceevent: Remove tep_register_trace_clock()Tzvetomir Stoyanov-14/+0
2019-08-31libtraceevent, perf tools: Changes in tep_print_event_* APIsTzvetomir Stoyanov-197/+198
2019-08-31libbpf: add flags to umem configKevin Laatz-4/+62
2019-08-29tools lib traceevent: Remove unneeded qsort and uses memmove insteadSteven Rostedt (VMware)-6/+49
2019-08-29tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)-2/+1
2019-08-26Merge tag 'v5.3-rc6' into perf/core, to pick up fixesIngo Molnar-15/+18
2019-08-21libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscallIvan Khoronzhuk-35/+15
2019-08-20libbpf: add bpf_btf_get_next_id() to cycle through BTF objectsQuentin Monnet-0/+8
2019-08-20libbpf: refactor bpf_*_get_next_id() functionsQuentin Monnet-13/+8
2019-08-20tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_fileSteven Rostedt (VMware)-2/+2
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-15/+18
2019-08-17libbpf: add support for need_wakeup flag in AF_XDP partMagnus Karlsson-0/+10
2019-08-15libbpf: make libbpf.map source of truth for libbpf versionAndrii Nakryiko-12/+11
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-286/+1402
2019-08-13libbpf: attempt to load kernel BTF from sysfs firstAndrii Nakryiko-7/+57
2019-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-15/+18
2019-08-07libbpf: implement BPF CO-RE offset relocation algorithmAndrii Nakryiko-18/+864
2019-08-07libbpf: add .BTF.ext offset relocation section loadingAndrii Nakryiko-42/+136
2019-08-07libbpf: convert libbpf code to use new btf helpersAndrii Nakryiko-221/+158
2019-08-07libbpf: add helpers for working with BTF typesAndrii Nakryiko-0/+178
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-19/+31
2019-08-01libbpf: set BTF FD for prog only when there is supported .BTF.ext dataAndrii Nakryiko-1/+5
2019-07-31libbpf : make libbpf_num_possible_cpus function thread safeTakshak Chahande-7/+11
2019-07-29tools/libbpf_probes: Add new devmap_hash typeToke Høiland-Jørgensen-0/+1
2019-07-29libbpf: fix missing __WORDSIZE definitionAndrii Nakryiko-0/+5
2019-07-27libbpf: return previous print callback from libbpf_set_printAndrii Nakryiko-2/+5
2019-07-26libbpf: fix erroneous multi-closing of BTF FDAndrii Nakryiko-8/+3
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-19/+31