summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-282-17/+88
|\
| * libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitionsAndrii Nakryiko2019-09-261-6/+87
| * libbpf: fix false uninitialized variable warningAndrii Nakryiko2019-09-251-0/+1
| * libbpf: Remove getsockopt() check for XDP_OPTIONSToke Høiland-Jørgensen2019-09-191-11/+0
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-2621-116/+507
|\ \
| * | libtraceevent: Man pages for tep plugins APIsTzvetomir Stoyanov2019-09-251-0/+99
| * | libtraceevent: Move traceevent plugins in its own subdirectoryTzvetomir Stoyanov (VMware)2019-09-2514-89/+248
| * | libtraceevent: Add tep_get_event() in event-parse.hTzvetomir Stoyanov (VMware)2019-09-251-0/+2
| * | libtraceevent: Man pages fix, changes in event printing APIsTzvetomir Stoyanov (VMware)2019-09-251-12/+1
| * | libtraceevent: Man pages fix, rename tep_ref_get() to tep_get_ref()Tzvetomir Stoyanov (VMware)2019-09-252-5/+5
| * | libtraceevent: Man pages for libtraceevent event print related APITzvetomir Stoyanov2019-09-251-0/+130
| * | libtraceevent: Round up in tep_print_event() time precisionSteven Rostedt (VMware)2019-09-251-1/+3
| * | tools lib traceevent: Convert remaining %p[fF] users to %p[sS]Sakari Ailus2019-09-202-9/+19
* | | rbtree: avoid generating code twice for the cached versions (tools copy)Michel Lespinasse2019-09-251-34/+3
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-1813-349/+1515
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-066-63/+113
| |\
| | * libbpf: add flags to umem configKevin Laatz2019-08-314-4/+62
| | * libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscallIvan Khoronzhuk2019-08-212-35/+15
| | * libbpf: add bpf_btf_get_next_id() to cycle through BTF objectsQuentin Monnet2019-08-203-0/+8
| | * libbpf: refactor bpf_*_get_next_id() functionsQuentin Monnet2019-08-201-13/+8
| | * libbpf: add support for need_wakeup flag in AF_XDP partMagnus Karlsson2019-08-172-0/+10
| | * libbpf: make libbpf.map source of truth for libbpf versionAndrii Nakryiko2019-08-152-12/+11
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-15/+18
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-137-286/+1402
| |\ \
| | * | libbpf: attempt to load kernel BTF from sysfs firstAndrii Nakryiko2019-08-131-7/+57
| | * | libbpf: implement BPF CO-RE offset relocation algorithmAndrii Nakryiko2019-08-072-18/+864
| | * | libbpf: add .BTF.ext offset relocation section loadingAndrii Nakryiko2019-08-073-42/+136
| | * | libbpf: convert libbpf code to use new btf helpersAndrii Nakryiko2019-08-073-221/+158
| | * | libbpf: add helpers for working with BTF typesAndrii Nakryiko2019-08-071-0/+178
| | * | tools/libbpf_probes: Add new devmap_hash typeToke Høiland-Jørgensen2019-07-291-0/+1
| | * | libbpf: return previous print callback from libbpf_set_printAndrii Nakryiko2019-07-272-2/+5
| | * | libbpf: provide more helpful message on uninitialized global varAndrii Nakryiko2019-07-231-3/+10
* | | | libtraceevent: Change users plugin directoryTzvetomir Stoyanov2019-08-312-4/+4
* | | | libtraceevent: Remove tep_register_trace_clock()Tzvetomir Stoyanov2019-08-313-14/+0
* | | | libtraceevent, perf tools: Changes in tep_print_event_* APIsTzvetomir Stoyanov2019-08-314-197/+198
* | | | tools lib traceevent: Remove unneeded qsort and uses memmove insteadSteven Rostedt (VMware)2019-08-291-6/+49
* | | | tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)2019-08-291-2/+1
* | | | Merge tag 'v5.3-rc6' into perf/core, to pick up fixesIngo Molnar2019-08-261-15/+18
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-111-15/+18
| |\ \ \ | | |/ / | |/| |
| | * | libbpf: set BTF FD for prog only when there is supported .BTF.ext dataAndrii Nakryiko2019-08-011-1/+5
| | * | libbpf : make libbpf_num_possible_cpus function thread safeTakshak Chahande2019-07-311-7/+11
| | * | libbpf: fix erroneous multi-closing of BTF FDAndrii Nakryiko2019-07-261-8/+3
* | | | tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_fileSteven Rostedt (VMware)2019-08-201-2/+2
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-063-19/+31
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-253-19/+31
| |\ \ | | |/ | |/|
| | * libbpf: silence GCC8 warning about string truncationAndrii Nakryiko2019-07-251-2/+2
| | * libbpf: fix using uninitialized ioctl resultsIlya Maximets2019-07-231-4/+3
| | * libbpf: Avoid designated initializers for unnamed union membersArnaldo Carvalho de Melo2019-07-221-7/+7
| | * libbpf: Fix endianness macro usage for some compilersArnaldo Carvalho de Melo2019-07-222-4/+6
| | * libbpf: sanitize VAR to conservative 1-byte INTAndrii Nakryiko2019-07-191-2/+7