aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-06-17avoid probe rewriting of p->m in &(p->m) (#1831)yonghong-song
2018-06-17Fix nested dereference rewrites (#1835)Paul Chaignon
2018-06-14Recognize context member dereferences despite array accesses (#1828)Paul Chaignon
2018-06-14python: add __version__ attribute to bcc module (#1826)Andreas Gerstmayr
2018-06-14prevent bpf_probe_read MemberExpr rewrite if not rewritable (#1827)yonghong-song
2018-06-13Trace external pointers through function returns (#1821)Paul Chaignon
2018-06-13Skip dereferences inside bpf_probe_reads calls (#1824)Paul Chaignon
2018-06-13generate indirect parameter assignment if arch uses syscall wrapper (#1816)yonghong-song
2018-06-12Fix 20fb64c and skip probe rewriter for bpf_probe_read (#1812)Paul Chaignon
2018-06-11remove unnecessary prefix in some prog names (#1814)yonghong-song
2018-06-11Merge pull request #1810 from lcp/xdp_redirect-v2yonghong-song
2018-06-11Add two new map types: DEVMAP and CPUMAPGary Lin
2018-06-10adjust tracepoint field type based on sizeYonghong Song
2018-06-08Merge pull request #1790 from brendangregg/masteryonghong-song