summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | libbpf: remove compile time warning from libbpf_util.hMagnus Karlsson2019-04-181-1/+1
| * | | libbpf: optimize barrier for XDP socket ringsMagnus Karlsson2019-04-162-1/+6
| * | | libbpf: remove dependency on barrier.h in xsk.hMagnus Karlsson2019-04-162-3/+29
| * | | libbpf: remove likely/unlikely in xsk.hMagnus Karlsson2019-04-161-2/+2
| * | | libbpf: fix XDP socket ring buffer memory orderingMagnus Karlsson2019-04-161-2/+11
| * | | libbpf: fix printf formatter for ptrdiff_t argumentAndrii Nakryiko2019-04-161-1/+1
| * | | btf: add support for VAR and DATASEC in btf_dedup()Andrii Nakryiko2019-04-161-2/+27
| * | | libbpf: Support sysctl hookAndrey Ignatov2019-04-122-0/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-1111-115/+651
| |\ \ \
| | * | | libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-112-0/+10
| | * | | libbpf: Fix build with gcc-8Andrey Ignatov2019-04-111-1/+1
| | * | | libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZEMagnus Karlsson2019-04-101-4/+5
| | * | | bpf, bpftool: fix a few ubsan warningsYonghong Song2019-04-101-10/+9
| | * | | bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann2019-04-095-20/+235
| | * | | bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-096-48/+314
| | * | | bpf, libbpf: refactor relocation handlingJoe Stringer2019-04-091-30/+32
| | * | | libbpf: Ignore -Wformat-nonliteral warningAndrey Ignatov2019-04-061-0/+5
| | * | | libbpf: teach libbpf about log_level bit 2Alexei Starovoitov2019-04-044-4/+17
| | * | | tools/bpf: generate pkg-config file for libbpfLuca Boccassi2019-03-283-3/+28
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-0618-889/+936
|\ \ \ \ \
| * | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-04-162-3/+7
| |\| | | |
| * | | | | tools lib traceevent: Rename input arguments and local variables of libtracee...Tzvetomir Stoyanov2019-04-014-180/+180
| * | | | | perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event_...Tzvetomir Stoyanov2019-04-012-8/+8
| * | | | | perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov2019-04-017-26/+26
| * | | | | tools lib traceevent: Rename input arguments of libtraceevent APIs from peven...Tzvetomir Stoyanov2019-04-0116-442/+439
| * | | | | tools tools, tools lib traceevent: Make traceevent APIs more consistentTzvetomir Stoyanov2019-04-014-43/+43
| * | | | | tools lib traceevent: Remove call to exit() from tep_filter_add_filter_str()Tzvetomir Stoyanov2019-04-011-3/+0
| * | | | | tools lib traceevent: Remove tep filter trivial APIsTzvetomir Stoyanov2019-04-012-185/+0
| * | | | | tools lib traceevent: Removed unneeded !! and return parenthesisSteven Rostedt (VMware)2019-04-011-2/+2
| * | | | | tools lib traceevent: Implement new traceevent APIs for accessing struct tep_...Tzvetomir Stoyanov2019-04-012-4/+108
| * | | | | tools lib traceevent: Coding style fixesTzvetomir Stoyanov2019-04-011-15/+15
| * | | | | tools lib traceevent: Change description of few APIsTzvetomir Stoyanov2019-04-012-12/+14
| * | | | | tools lib traceevent: Add more debugging to see various internal ring buffer ...Steven Rostedt (Red Hat)2019-04-012-0/+62
| * | | | | tools lib traceevent: Implement a new API, tep_list_events_copy()Tzvetomir Stoyanov2019-04-012-23/+91
| * | | | | tools lib traceevent: Add mono clocks to be parsed in secondsSteven Rostedt (VMware)2019-04-011-1/+2
| * | | | | tools lib traceevent: Handle trace_printk() "%px"Steven Rostedt (VMware)2019-04-011-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-051-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tools lib traceevent: Change tag string for errorLeo Yan2019-05-021-1/+1
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-261-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | libbpf: add binary to gitignoreMatteo Croce2019-04-251-0/+1
| | |/ | |/|
* / | tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn2019-04-161-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-292-3/+7
|\ \ | |/ |/|
| * bpf, libbpf: fix quiet install_headersDaniel Borkmann2019-03-281-2/+2
| * libbpf: add libelf dependency to shared library buildBjörn Töpel2019-03-281-1/+1
| * libbpf: add xsk.h to install_headers targetBjörn Töpel2019-03-281-0/+1
| * libbpf: fix btf_dedup equivalence check handling of different kindsAndrii Nakryiko2019-03-271-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-275-34/+88
|\|
| * bpf, libbpf: clarify bump in libbpf version infoDaniel Borkmann2019-03-241-0/+1
| * bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann2019-03-241-14/+28
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-163-20/+59
| |\