summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)Author
2019-01-15bpf: libbpf: retry loading program on EAGAINLorenz Bauer
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-10selftests/bpf: add missing executables to .gitignoreStanislav Fomichev
2019-01-08tools lib traceevent: Remove tep_data_event_from_type() APITzvetomir Stoyanov
2019-01-08tools lib traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian()Tzvetomir Stoyanov
2019-01-08tools lib traceevent: Changed return logic of tep_register_event_handler() APITzvetomir Stoyanov
2019-01-08tools lib traceevent: Changed return logic of trace_seq_printf() and trace_se...Tzvetomir Stoyanov
2019-01-08tools lib traceevent: Rename struct cmdline to struct tep_cmdlineTzvetomir Stoyanov
2019-01-08tools lib traceevent: Initialize host_bigendian at tep_handle allocationTzvetomir Stoyanov
2019-01-08tools lib traceevent: Introduce new libtracevent API: tep_override_comm()Tzvetomir Stoyanov
2019-01-07bpf, doc: add note for libbpf's stand-alone buildDaniel Borkmann
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-12-18tools lib traceevent: Use LDFLAGS in the build commandsJiri Olsa
2018-12-18tools lib subcmd: Don't add the kernel sources to the include pathArnaldo Carvalho de Melo
2018-12-18tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)
2018-12-18bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole
2018-12-17tools lib subcmd: Fix a few source code comment typosIngo Molnar
2018-12-17tools lib traceevent: Fix diverse typos in commentsIngo Molnar
2018-12-17tools lib traceevent: traceevent API cleanupTzvetomir Stoyanov
2018-12-17tools lib traceevent: Rename tep_free_format() to tep_free_event()Tzvetomir Stoyanov
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov
2018-12-17tools lib traceevent: Install trace-seq.h API header fileTzvetomir Stoyanov
2018-12-17tools lib traceevent: Added support for pkg-configTzvetomir Stoyanov
2018-12-17tools lib traceevent: Implement new API tep_get_ref()Tzvetomir Stoyanov
2018-12-17tools lib traceevent: Add sanity check to is_timestamp_in_us()Tzvetomir Stoyanov
2018-12-17tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.cAdrian Hunter
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau
2018-12-11tools/lib/lockdep/tests: Test the lockdep_reset_lock() implementationBart Van Assche
2018-12-11tools/lib/lockdep: Add dummy print_irqtrace_events() implementationBart Van Assche
2018-12-11tools/lib/lockdep: Rename "trywlock" into "trywrlock"Bart Van Assche
2018-12-11tools/lib/lockdep/tests: Run lockdep tests a second time under ValgrindBart Van Assche
2018-12-11tools/lib/lockdep/tests: Improve testing accuracyBart Van Assche
2018-12-11tools/lib/lockdep/tests: Fix shellcheck warningsBart Van Assche
2018-12-11tools/lib/lockdep/tests: Display compiler warning and error messagesBart Van Assche
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau
2018-12-09bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau
2018-12-09bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau
2018-12-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau
2018-12-04libbpf: add bpf_prog_test_run_xattrLorenz Bauer
2018-12-03libbpf: Fix license in README.rstAndrey Ignatov
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller
2018-11-30tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song
2018-11-28bpf: Fix various lib and testsuite build failures on 32-bit.David Miller
2018-11-26libbpf: Document API and ABI conventionsAndrey Ignatov
2018-11-26libbpf: Verify versioned symbolsAndrey Ignatov
2018-11-26libbpf: Add version script for DSOAndrey Ignatov
2018-11-26libbpf: Name changing for btf_get_from_idMartin KaFai Lau
2018-11-23libbpf: make bpf_object__open default to UNSPECNikita V. Shirokov