summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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/+439Star
| * | 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/+0Star
| * | tools lib traceevent: Remove tep filter trivial APIsTzvetomir Stoyanov2019-04-012-185/+0Star
| * | 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-261-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-302-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-251-0/+1
| * bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann2019-03-251-14/+28
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-163-20/+59
| |\
| | * btf: resolve enum fwds in btf_dedupAndrii Nakryiko2019-03-141-13/+38
| | * libbpf: fix to reject unknown flags in xsk_socket__create()Magnus Karlsson2019-03-121-4/+11
| | * libbpf: handle BTF parsing and loading properlyAndrii Nakryiko2019-03-111-3/+10
* | | Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-223-1/+318
|\ \ \
| * | | tools lib bpf: Introduce bpf_program__get_prog_info_linear()Song Liu2019-03-193-0/+317
| * | | perf tools: Fix errors under optimization level '-Og'Changbin Du2019-03-191-1/+1
* | | | Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-221-0/+1
|\| | | | |/ / |/| |
| * | tools lib bpf: Fix the build by adding a missing stdarg.h includeArnaldo Carvalho de Melo2019-03-111-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-112-1/+4
|\ \ \ | |/ / |/| / | |/
| * bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov2019-03-081-0/+2
| * libbpf: force fixdep compilation at the start of the buildStanislav Fomichev2019-03-071-1/+2
* | Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-03-091-1/+1
|\ \
| * | tools lib traceevent: Fix buffer overflow in arg_evalTony Jones2019-02-281-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-061-43/+135
|\| |
| * | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-041-4/+15
| |\ \
| * | | tools: Update rbtree implementationDavidlohr Bueso2019-01-251-43/+135
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-064-8/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | lockdep/lib/tests: Test dynamic key registrationBart Van Assche2019-02-283-5/+17
| * | | lockdep/lib/tests: Fix run_tests.shBart Van Assche2019-02-281-3/+3
| | |/ | |/|