summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2019-05-15tools lib traceevent: Man pages for event handler APIsTzvetomir Stoyanov
2019-05-15tools lib traceevent: Man page for tep_strerror()Tzvetomir Stoyanov
2019-05-15tools lib traceevent: Man page for page size APIsTzvetomir Stoyanov
2019-05-15tools lib traceevent: Man page for host endian APIsTzvetomir Stoyanov
2019-05-15tools lib traceevent: Man page for file endian APIsTzvetomir Stoyanov
2019-05-15tools lib traceevent: Man page for get/set cpus APIsTzvetomir Stoyanov
2019-05-15tools lib traceevent: Man page for header_page APIsTzvetomir Stoyanov
2019-05-15tools lib traceevent: Man pages for tep_handler related APIsTzvetomir Stoyanov
2019-05-15tools lib traceevent: Add support for man pages with multiple namesTzvetomir Stoyanov
2019-05-15tools lib traceevent: Introduce man pagesTzvetomir Stoyanov
2019-05-15tools lib traceevent: Remove hard coded install paths from pkg-config fileTzvetomir Stoyanov
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-02tools lib traceevent: Change tag string for errorLeo Yan
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-04-25libbpf: add binary to gitignoreMatteo Croce
2019-04-16tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-04-01tools lib traceevent: Rename input arguments and local variables of libtracee...Tzvetomir Stoyanov
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event_...Tzvetomir Stoyanov
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov
2019-04-01tools lib traceevent: Rename input arguments of libtraceevent APIs from peven...Tzvetomir Stoyanov
2019-04-01tools tools, tools lib traceevent: Make traceevent APIs more consistentTzvetomir Stoyanov
2019-04-01tools lib traceevent: Remove call to exit() from tep_filter_add_filter_str()Tzvetomir Stoyanov
2019-04-01tools lib traceevent: Remove tep filter trivial APIsTzvetomir Stoyanov
2019-04-01tools lib traceevent: Removed unneeded !! and return parenthesisSteven Rostedt (VMware)
2019-04-01tools lib traceevent: Implement new traceevent APIs for accessing struct tep_...Tzvetomir Stoyanov
2019-04-01tools lib traceevent: Coding style fixesTzvetomir Stoyanov
2019-04-01tools lib traceevent: Change description of few APIsTzvetomir Stoyanov
2019-04-01tools lib traceevent: Add more debugging to see various internal ring buffer ...Steven Rostedt (Red Hat)
2019-04-01tools lib traceevent: Implement a new API, tep_list_events_copy()Tzvetomir Stoyanov
2019-04-01tools lib traceevent: Add mono clocks to be parsed in secondsSteven Rostedt (VMware)
2019-04-01tools lib traceevent: Handle trace_printk() "%px"Steven Rostedt (VMware)
2019-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-28bpf, libbpf: fix quiet install_headersDaniel Borkmann
2019-03-28libbpf: add libelf dependency to shared library buildBjörn Töpel
2019-03-28libbpf: add xsk.h to install_headers targetBjörn Töpel
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-27libbpf: fix btf_dedup equivalence check handling of different kindsAndrii Nakryiko
2019-03-24bpf, libbpf: clarify bump in libbpf version infoDaniel Borkmann
2019-03-24bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...Thomas Gleixner
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner
2019-03-19tools lib bpf: Introduce bpf_program__get_prog_info_linear()Song Liu
2019-03-19perf tools: Fix errors under optimization level '-Og'Changbin Du
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-14btf: resolve enum fwds in btf_dedupAndrii Nakryiko
2019-03-12libbpf: fix to reject unknown flags in xsk_socket__create()Magnus Karlsson
2019-03-11tools lib bpf: Fix the build by adding a missing stdarg.h includeArnaldo Carvalho de Melo
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds