aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-05Update bindings for custom offset kprobes (#2024)HEADmasterSandipan Das3-3/+5
2018-11-02Fix parsing of /proc/pid/maps (#2025)Ildar Musin1-2/+2
2018-10-31covscan: fix miscellaneaous errors (#2003)Jerome Marchand5-16/+22
2018-10-31Fix USDT semaphore address calculation for position independent executables (...Ildar Musin1-1/+1
2018-10-30allow packed structure in bpf program in python API (#2020)yonghong-song3-7/+25
2018-10-31frontends: disable uint128_t on 32-bit buildsAleksa Sarai1-0/+8
2018-10-29use proper sync for function pointersYonghong Song1-4/+4
2018-10-27correct certain tracepoint types in tp frontend actionYonghong Song1-2/+4
2018-10-27sync with latest net-nextYonghong Song4-4/+307
2018-10-14fix bcc build failure with latest llvm/clang trunkYonghong Song1-1/+1
2018-10-10sync with latest net-next bpf headers (#2001)yonghong-song2-0/+52
2018-10-09Fixed Context::enable_probe method. (#2006)Ildar Musin1-4/+2
2018-10-06kbuild_helper.h: Add required #include (#2000)Alastair Robertson2-1/+1
2018-10-03lua: codegen tests, tracking inverse form of null guards, IPv6 header builtin...Marek Vavruša13-196/+1795
2018-09-28Add support for shared tables (#1988)Mauricio Vásquez12-24/+61
2018-09-26Python build: copy files instead of creating link (#1989)Mauricio Vásquez1-4/+4
2018-09-21Add #include to libbpf.h for base types.Michael Bolin1-0/+2
2018-09-21prevent array subscript expression if base/index is not rewritableYonghong Song1-0/+6
2018-09-21cc: add BPFTable::get_offline_table (#1978)Mauricio Vásquez2-0/+67
2018-09-19Add C++ api support for devmap (#1979)Sebastiano Miano4-0/+46
2018-09-18fix compilation error with latest llvm 8.0 trunk (#1976)yonghong-song3-53/+77
2018-09-07Add move constructor to C++ USDT instance (#1962)Teng Qin2-3/+19
2018-09-04Add Perl support for ucalls / uflow / ustat (#1959)Marko Myllynen1-2/+2
2018-08-30Serialize python builds (#1951)Filippos Giannakos1-1/+8
2018-08-17Fix unsiggned typo introduced in commit 7c489469 (#1933)Marko Myllynen1-2/+2
2018-08-16sync header to latest net-next (#1932)yonghong-song4-22/+311
2018-08-15provide a parameter to suppress printing a new line at the end of the bytes (...Mike Day1-2/+3
2018-08-14fix a rewriter bug for array subscriptYonghong Song1-2/+2
2018-08-13fix compilation error with llvm trunk (8.0.0) (#1924)yonghong-song1-0/+5
2018-08-13fix attach_kretprobe for newer kernels (#1922)yonghong-song1-1/+1
2018-08-09Add name to program too large error message (#1917)Teng Qin1-2/+2
2018-08-08python3 fixes and testing support (#1916)Brenden Blanco1-1/+3
2018-08-08Miscellaneous fixes (#1914)jeromemarchand6-6/+16
2018-08-03fix python3 issue for ttysnoop.py (#1912)yonghong-song1-4/+4
2018-07-27Allow arbitrary hashtable increments. Fixes #1742 (#1897)Javier Honduvilla Coto2-3/+11
2018-07-24clang: loader: Allow user to override kernel version (#1895)Joel2-0/+15
2018-07-23table: remove NotImplementedError on LpmTrie __delitem__ calls (#1892)Eyal Birger1-4/+0
2018-07-22add usdt calls to libbcc (#1890)Brendan Gregg1-1/+7
2018-07-11fix get_table_offline for percpu hash tableMauricio Vasquez B1-1/+4
2018-07-09Merge pull request #1872 from palmtenor/autoload_syscall4ast1-11/+33
2018-07-09Merge pull request #1840 from oriolarcas/feature/footer-header4ast7-7/+58
2018-07-05Fix Python autoload syscall name handlingTeng Qin1-11/+33
2018-06-28Rewrite array accesses as part of dereferencesPaul Chaignon2-0/+60
2018-06-27Updated comment in footer.hOriol Arcas1-1/+1
2018-06-26Unify and improve C++'s USDT implementation (#1841)Teng Qin4-51/+145
2018-06-26fix a bug in tracepoint struct rewriter (#1856)yonghong-song1-0/+3
2018-06-21Remove handling of KeyboardInterrupt exception (#1843)Daniel Zozin1-45/+34
2018-06-21Do not allow defining the license from CFLAGS or command lineOriol Arcas1-0/+3
2018-06-20Added new footer.h header where BPF_LICENSE is set if not definedOriol Arcas7-7/+55
2018-06-17 Fix external pointer propagation in nested dereferences (#1837)yonghong-song2-10/+26