summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| | * | libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext existsAndrii Nakryiko2019-07-191-0/+6
* | | | libbpf: fix missing __WORDSIZE definitionAndrii Nakryiko2019-07-291-0/+5
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-192-3/+4
|\| |
| * | libbpf: fix another GCC8 warning for strncpyAndrii Nakryiko2019-07-161-1/+2
| * | libbpf: fix ptr to u64 conversion warning on 32-bit platformsAndrii Nakryiko2019-07-121-2/+2
* | | Merge tag 'perf-core-for-mingo-5.3-20190709' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-07-131-0/+15
|\ \ \ | |/ / |/| |
| * | tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-0/+15
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1119-571/+3709
|\ \ | |/ |/|
| * libbpf: add perf_buffer_ prefix to READMEAndrii Nakryiko2019-07-081-1/+2
| * libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUsAndrii Nakryiko2019-07-081-7/+24
| * libbpf: add perf buffer APIAndrii Nakryiko2019-07-083-0/+419
| * libbpf: capture value in BTF type info for BTF-defined map defsAndrii Nakryiko2019-07-051-30/+28
| * libbpf: add raw tracepoint attach APIAndrii Nakryiko2019-07-053-0/+43
| * libbpf: add tracepoint attach APIAndrii Nakryiko2019-07-053-0/+84
| * libbpf: add kprobe/uprobe attach APIAndrii Nakryiko2019-07-053-0/+178
| * libbpf: add ability to attach/detach BPF program to perf eventAndrii Nakryiko2019-07-053-0/+67
| * libbpf: introduce concept of bpf_linkAndrii Nakryiko2019-07-053-1/+23
| * libbpf: make libbpf_strerror_r agnostic to sign of errorAndrii Nakryiko2019-07-051-1/+1
| * bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan2019-07-031-4/+4
| * libbpf: fix GCC8 warning for strncpyAndrii Nakryiko2019-07-031-1/+2
| * libbpf: support sockopt hooksStanislav Fomichev2019-06-272-0/+6
| * xsk: Change the default frame size to 4096 and allow controlling itMaxim Mikityanskiy2019-06-271-1/+1
| * libbpf: Support getsockopt XDP_OPTIONSMaxim Mikityanskiy2019-06-271-0/+12
| * libbpf: fix max() type mismatch for 32bitIvan Khoronzhuk2019-06-261-1/+1
| * libbpf: fix spelling mistake "conflictling" -> "conflicting"Colin Ian King2019-06-241-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-3/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-2010-359/+776
| |\ \
| | * | libbpf: constify getter APIsAndrii Nakryiko2019-06-192-70/+72
| | * | libbpf: allow specifying map definitions using BTFAndrii Nakryiko2019-06-182-9/+345
| | * | libbpf: split initialization and loading of BTFAndrii Nakryiko2019-06-181-10/+24
| | * | libbpf: identify maps by section index in addition to offsetAndrii Nakryiko2019-06-181-15/+25
| | * | libbpf: refactor map initializationAndrii Nakryiko2019-06-181-114/+133