aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-31Add libbpf_load_test to presubmit for libbpf_bccConnor O'Brien
2022-03-28Merge branch 'upstream-master' into 'master'Connor O'Brien
2022-03-22sync with latest libbpf repoYonghong Song
2022-03-16usdt: support xmm registers as args for x64Dave Marchevsky
2022-03-15bcc: Get rid of deprecated libbpf API btf__get_map_kv_tids()Hengqi Chen
2022-03-12Fix a llvm compilation bugYonghong Song
2022-02-23Decode symname for exception message when symbol cannot be found (#3864)Vinícius Dantas
2022-02-21Merge pull request #3660 from davemarchevsky/davemarchevsky_sectionsDave Marchevsky
2022-02-19remove redundant spacesYuntao Wang
2022-02-17fix a llvm compilation error due to header file reshuffleYonghong Song
2022-02-15use dwarf-4 in compilation flagsYonghong Song
2022-02-14fix llvm15 compilation errorYonghong Song
2022-02-10Use page offsets to distinguish between locationsIlya Leoshkevich
2022-02-08sync with latest libbpf repoYonghong Song
2022-02-07extern BPF_TABLE_PINNED to include an optional flags argumentYonghong Song
2022-02-07Remove dead symlinks.Steven Moreland
2022-02-02bpf_module: Keep track of BPF progs using function instead of sectionDave Marchevsky
2022-02-02bpf_module: clean up some ".bpf.fn." usageDave Marchevsky
2022-02-01Fix issues with pinned sk_storage mapYonghong Song
2022-02-01Remove submodule.Xin Li
2022-01-17bcc: Update perf buffer C++ APIHengqi Chen
2022-01-14Fix libbpf_bcc build after mergeConnor O'Brien
2022-01-14Check /sys/kernel/tracing for tracefsConnor O'Brien
2022-01-14Merge branch 'upstream-master' into 'master'Connor O'Brien
2022-01-14Revert "Check /sys/kernel/tracing for tracefs"Connor O'Brien
2022-01-14libbpf: Fix kernel BTF detection logicMauricio Vásquez
2022-01-13Sync with latest libbpf repoYonghong Song
2022-01-11Merge pull request #3806 from davemarchevsky/davemarchevsky_rw_engine_testsDave Marchevsky
2022-01-11Disable tests that will fail when rwengine=offDave Marchevsky
2022-01-11Add perf_reader_consumeDave Marchevsky
2022-01-09Merge pull request #3801 from chenhengqi/issue-3793Dave Marchevsky
2022-01-08bcc: Allow specify wakeup_events for perf bufferHengqi Chen
2022-01-07bcc_syms.cc: bug fix; identify VDSO using 'name' vs. 'path' (use of path inco...Pete Stevenson
2022-01-05bcc: Replace deprecated libbpf APIsHengqi Chen
2022-01-04bcc: support BPF_MAP_TYPE_{INODE, TASK}_STORAGE mapsHengqi Chen
2022-01-04Vendor deprecated btf_ext APIs and structsDave Marchevsky
2022-01-04bcc: Fix array type handling due to llvm changesHengqi Chen
2021-12-23exclude static functions with prefix __SCT__ (#3772)Achilles
2021-12-20docker + tests: Run tests using python3, refactor DockerfileDave Marchevsky
2021-12-19sync with latest libbpf repoYonghong Song
2021-12-18Replace !StatusTuple::code() with StatusTuple::ok() in src/cc/api/BPFTable.h ...yzhao
2021-12-17Remove P4 language support.Dave Marchevsky
2021-12-17Remove B language supportDave Marchevsky
2021-12-11Fix formatYaxiong Zhao
2021-12-11!StatusTuple::ok() replaced StatusTuple::code() != 0Yaxiong Zhao
2021-12-11use probe_limt from envcongwu
2021-12-06fix llvm compilation failureYonghong Song
2021-12-06sync with latest libbpf repoYonghong Song
2021-11-24bcc: remove trailing semicolon of macroJacky_Yin
2021-11-22bcc: Use bpf_probe_read_str to read tracepoint data_loc fieldHengqi Chen