aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-02external/bcc - add more CLOEXECandroid-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5Maciej Żenczykowski
2018-11-20ANDROID: Add symlinks for includesJoel Fernandes
2018-10-31libbpf: Fix various errors when build libbpf in AndroidJoel Fernandes (Google)
2018-10-31Fix USDT semaphore address calculation for position independent executables (...Ildar Musin
2018-10-30allow packed structure in bpf program in python API (#2020)yonghong-song
2018-10-31frontends: disable uint128_t on 32-bit buildsAleksa Sarai
2018-10-29use proper sync for function pointersYonghong Song
2018-10-27correct certain tracepoint types in tp frontend actionYonghong Song
2018-10-27sync with latest net-nextYonghong Song
2018-10-14fix bcc build failure with latest llvm/clang trunkYonghong Song
2018-10-10sync with latest net-next bpf headers (#2001)yonghong-song
2018-10-09Fixed Context::enable_probe method. (#2006)Ildar Musin
2018-10-06kbuild_helper.h: Add required #include (#2000)Alastair Robertson
2018-10-03lua: codegen tests, tracking inverse form of null guards, IPv6 header builtin...Marek Vavruša
2018-09-28Add support for shared tables (#1988)Mauricio Vásquez
2018-09-26Python build: copy files instead of creating link (#1989)Mauricio Vásquez
2018-09-21Add #include to libbpf.h for base types.Michael Bolin
2018-09-21prevent array subscript expression if base/index is not rewritableYonghong Song
2018-09-21cc: add BPFTable::get_offline_table (#1978)Mauricio Vásquez
2018-09-19Add C++ api support for devmap (#1979)Sebastiano Miano
2018-09-18fix compilation error with latest llvm 8.0 trunk (#1976)yonghong-song
2018-09-07Add move constructor to C++ USDT instance (#1962)Teng Qin
2018-09-04Add Perl support for ucalls / uflow / ustat (#1959)Marko Myllynen
2018-08-30Serialize python builds (#1951)Filippos Giannakos
2018-08-17Fix unsiggned typo introduced in commit 7c489469 (#1933)Marko Myllynen
2018-08-16sync header to latest net-next (#1932)yonghong-song
2018-08-15provide a parameter to suppress printing a new line at the end of the bytes (...Mike Day
2018-08-14fix a rewriter bug for array subscriptYonghong Song
2018-08-13fix compilation error with llvm trunk (8.0.0) (#1924)yonghong-song
2018-08-13fix attach_kretprobe for newer kernels (#1922)yonghong-song
2018-08-09Add name to program too large error message (#1917)Teng Qin
2018-08-08python3 fixes and testing support (#1916)Brenden Blanco
2018-08-08Miscellaneous fixes (#1914)jeromemarchand
2018-08-03fix python3 issue for ttysnoop.py (#1912)yonghong-song
2018-07-27Allow arbitrary hashtable increments. Fixes #1742 (#1897)Javier Honduvilla Coto
2018-07-24clang: loader: Allow user to override kernel version (#1895)Joel
2018-07-23table: remove NotImplementedError on LpmTrie __delitem__ calls (#1892)Eyal Birger
2018-07-22add usdt calls to libbcc (#1890)Brendan Gregg
2018-07-11fix get_table_offline for percpu hash tableMauricio Vasquez B
2018-07-09Merge pull request #1872 from palmtenor/autoload_syscall4ast
2018-07-09Merge pull request #1840 from oriolarcas/feature/footer-header4ast
2018-07-05Fix Python autoload syscall name handlingTeng Qin
2018-06-28Rewrite array accesses as part of dereferencesPaul Chaignon
2018-06-27Updated comment in footer.hOriol Arcas
2018-06-26Unify and improve C++'s USDT implementation (#1841)Teng Qin
2018-06-26fix a bug in tracepoint struct rewriter (#1856)yonghong-song
2018-06-21Remove handling of KeyboardInterrupt exception (#1843)Daniel Zozin
2018-06-21Do not allow defining the license from CFLAGS or command lineOriol Arcas
2018-06-20Added new footer.h header where BPF_LICENSE is set if not definedOriol Arcas
2018-06-17 Fix external pointer propagation in nested dereferences (#1837)yonghong-song