aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds18-889/+936
2019-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-05-02tools lib traceevent: Change tag string for errorLeo Yan1-1/+1
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2019-04-25libbpf: add binary to gitignoreMatteo Croce1-0/+1
2019-04-16tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn1-1/+1
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2-3/+7
2019-04-01tools lib traceevent: Rename input arguments and local variables of libtraceevent from pevent to tepTzvetomir Stoyanov4-180/+180
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event_filter to "tep"Tzvetomir Stoyanov2-8/+8
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep"Tzvetomir Stoyanov7-26/+26
2019-04-01tools lib traceevent: Rename input arguments of libtraceevent APIs from pevent to tepTzvetomir Stoyanov16-442/+439
2019-04-01tools tools, tools lib traceevent: Make traceevent APIs more consistentTzvetomir Stoyanov4-43/+43
2019-04-01tools lib traceevent: Remove call to exit() from tep_filter_add_filter_str()Tzvetomir Stoyanov1-3/+0
2019-04-01tools lib traceevent: Remove tep filter trivial APIsTzvetomir Stoyanov2-185/+0
2019-04-01tools lib traceevent: Removed unneeded !! and return parenthesisSteven Rostedt (VMware)1-2/+2
2019-04-01tools lib traceevent: Implement new traceevent APIs for accessing struct tep_handler fieldsTzvetomir Stoyanov2-4/+108
2019-04-01tools lib traceevent: Coding style fixesTzvetomir Stoyanov1-15/+15
2019-04-01tools lib traceevent: Change description of few APIsTzvetomir Stoyanov2-12/+14
2019-04-01tools lib traceevent: Add more debugging to see various internal ring buffer entriesSteven Rostedt (Red Hat)2-0/+62
2019-04-01tools lib traceevent: Implement a new API, tep_list_events_copy()Tzvetomir Stoyanov2-23/+91
2019-04-01tools lib traceevent: Add mono clocks to be parsed in secondsSteven Rostedt (VMware)1-1/+2
2019-04-01tools lib traceevent: Handle trace_printk() "%px"Steven Rostedt (VMware)1-0/+1
2019-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-3/+7
2019-03-28bpf, libbpf: fix quiet install_headersDaniel Borkmann1-2/+2
2019-03-28libbpf: add libelf dependency to shared library buildBjörn Töpel1-1/+1
2019-03-28libbpf: add xsk.h to install_headers targetBjörn Töpel1-0/+1
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-34/+88
2019-03-27libbpf: fix btf_dedup equivalence check handling of different kindsAndrii Nakryiko1-0/+3
2019-03-24bpf, libbpf: clarify bump in libbpf version infoDaniel Borkmann1-0/+1
2019-03-24bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann1-14/+28
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentThomas Gleixner3-1/+318
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentThomas Gleixner1-0/+1
2019-03-19tools lib bpf: Introduce bpf_program__get_prog_info_linear()Song Liu3-0/+317
2019-03-19perf tools: Fix errors under optimization level '-Og'Changbin Du1-1/+1
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-20/+59
2019-03-14btf: resolve enum fwds in btf_dedupAndrii Nakryiko1-13/+38
2019-03-12libbpf: fix to reject unknown flags in xsk_socket__create()Magnus Karlsson1-4/+11
2019-03-11tools lib bpf: Fix the build by adding a missing stdarg.h includeArnaldo Carvalho de Melo1-0/+1
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+4
2019-03-11libbpf: handle BTF parsing and loading properlyAndrii Nakryiko1-3/+10
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-1/+1
2019-03-08bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov1-0/+2
2019-03-07libbpf: force fixdep compilation at the start of the buildStanislav Fomichev1-1/+2
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-43/+135
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-8/+20
2019-03-01btf: fix bug with resolving STRUCT/UNION into corresponding FWDAndrii Nakryiko1-3/+17
2019-03-01btf: allow to customize dedup hash table sizeAndrii Nakryiko2-17/+37
2019-03-01libbpf: fix formatting for btf_ext__get_raw_dataAndrii Nakryiko1-1/+1
2019-03-01tools/libbpf: signedness bug in btf_dedup_ref_type()Dan Carpenter1-1/+2
2019-03-01tools: libbpf: make sure readelf shows full names in build checksJakub Kicinski1-2/+2