aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-66/+1786
2018-12-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-211/+243
2018-12-18tools lib traceevent: Use LDFLAGS in the build commandsJiri Olsa1-2/+2
2018-12-18tools lib subcmd: Don't add the kernel sources to the include pathArnaldo Carvalho de Melo1-2/+0
2018-12-18tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)1-0/+1
2018-12-18bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole1-0/+1
2018-12-17tools lib subcmd: Fix a few source code comment typosIngo Molnar1-2/+2
2018-12-17tools lib traceevent: Fix diverse typos in commentsIngo Molnar2-7/+7
2018-12-17tools lib traceevent: traceevent API cleanupTzvetomir Stoyanov4-24/+18
2018-12-17tools lib traceevent: Rename tep_free_format() to tep_free_event()Tzvetomir Stoyanov2-4/+4
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event'Tzvetomir Stoyanov11-165/+165
2018-12-17tools lib traceevent: Install trace-seq.h API header fileTzvetomir Stoyanov1-1/+2
2018-12-17tools lib traceevent: Added support for pkg-configTzvetomir Stoyanov2-3/+33
2018-12-17tools lib traceevent: Implement new API tep_get_ref()Tzvetomir Stoyanov2-0/+8
2018-12-17tools lib traceevent: Add sanity check to is_timestamp_in_us()Tzvetomir Stoyanov1-1/+1
2018-12-17tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.cAdrian Hunter1-5/+5
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau1-5/+1
2018-12-11tools/lib/lockdep/tests: Test the lockdep_reset_lock() implementationBart Van Assche9-0/+30
2018-12-11tools/lib/lockdep: Add dummy print_irqtrace_events() implementationBart Van Assche1-0/+5
2018-12-11tools/lib/lockdep: Rename "trywlock" into "trywrlock"Bart Van Assche1-3/+3
2018-12-11tools/lib/lockdep/tests: Run lockdep tests a second time under ValgrindBart Van Assche1-0/+14
2018-12-11tools/lib/lockdep/tests: Improve testing accuracyBart Van Assche12-2/+25
2018-12-11tools/lib/lockdep/tests: Fix shellcheck warningsBart Van Assche1-8/+4
2018-12-11tools/lib/lockdep/tests: Display compiler warning and error messagesBart Van Assche1-5/+9
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song1-2/+2
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau4-1/+271
2018-12-09bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau5-89/+239
2018-12-09bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau4-177/+177
2018-12-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau1-6/+6
2018-12-04libbpf: add bpf_prog_test_run_xattrLorenz Bauer3-0/+43
2018-12-03libbpf: Fix license in README.rstAndrey Ignatov1-1/+1
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2-5/+5
2018-11-30tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song2-0/+3
2018-11-28bpf: Fix various lib and testsuite build failures on 32-bit.David Miller1-1/+1
2018-11-26libbpf: Document API and ABI conventionsAndrey Ignatov1-0/+139
2018-11-26libbpf: Verify versioned symbolsAndrey Ignatov1-1/+18
2018-11-26libbpf: Add version script for DSOAndrey Ignatov2-1/+124
2018-11-26libbpf: Name changing for btf_get_from_idMartin KaFai Lau2-2/+2
2018-11-23libbpf: make bpf_object__open default to UNSPECNikita V. Shirokov1-4/+4
2018-11-21bpf: adding support for map in map in libbpfNikita V. Shirokov2-6/+36
2018-11-21bpf: libbpf: don't specify prog name if kernel doesn't support itStanislav Fomichev1-1/+2
2018-11-21bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev2-11/+3
2018-11-21bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilitiesStanislav Fomichev1-0/+58
2018-11-21libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev5-3/+56
2018-11-21bpf: fix a libbpf loader issueYonghong Song1-1/+1
2018-11-20tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song2-0/+70
2018-11-20tools/bpf: add support to read .BTF.ext sectionsYonghong Song4-15/+442
2018-11-20tools/bpf: add new fields for program load in lib/bpfYonghong Song2-0/+8
2018-11-20tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau1-0/+4
2018-11-20bpf: libbpf: retry map creation without the nameStanislav Fomichev1-1/+10