platform/upstream/bcc.git
2017-07-11 bveldhoenAdd USDT sample (#1229)
2017-07-07 Quentin Monnetdocs: update features list
2017-07-06 Colin Ian Kinglibbpf: fix build warning on setns (#1246)
2017-07-01 4astMerge pull request #1237 from iovisor/yhs_dev
2017-06-30 Vicent Martiusdt: Use ProcMountNS
2017-06-30 Vicent Martiproc: Enhance bcc_mapping_is_file_backed
2017-06-30 Yonghong SongFix bcc.lua build issue in Ubuntu 17.04
2017-06-30 Nan XiaoUpdate LINKS.md
2017-06-29 RomainAdded helpers for BPF_PERCPU_ARRAY (#1230)
2017-06-29 Taekho NamAdd an option to strip leading zeros from histograms...
2017-06-23 Brenden Blancotest: python3 fix for test_uprobes (#1228)
2017-06-22 Brendan Gregggethostlatency was rounding to full ms
2017-06-19 Yonghong SongChange clang frontend optimization level from 0 to 2
2017-06-14 Brendan GreggMerge pull request #1224 from NavinF/patch-1
2017-06-14 Navin FrancisUpdate the installation instructions for Fedora
2017-06-14 Yonghong SongAdd probe result verification for usdt unit test
2017-06-12 Gary Ching... Add installation instructions for openSUSE (#1222)
2017-06-10 Carlos Neirafix cc: error: unrecognized command line option -no-pie
2017-06-08 Ryan TomaykoFix ld error due to debian/ubuntu -pie default
2017-06-07 Yonghong Songfix incorrect code generation in usdt
2017-06-06 Evan DandreaAdd missing funcslower from the snap.
2017-06-06 Evan DandreaAdd aliases for all commands in the snap (e.g. bcc...
2017-06-06 Evan DandreaRequire a more recent, auto-updating version of snapd...
2017-06-05 Taekho NamAdd libbcc-example package for Ubuntu Xenial
2017-06-03 Yonghong SongAdd a python test for usdt
2017-06-01 Teng QinImprove PerfEventArray clean up
2017-05-31 4astMerge pull request #1212 from iovisor/yhs_dev
2017-05-31 4astMerge pull request #1211 from iovisor/libbpf_c_includes
2017-05-31 Brenden BlancoAdd linux/sched.h to list of libbpf.c includes
2017-05-31 Brenden Blancomake libbpf standalone-ready
2017-05-31 Brenden BlancoMove ProcMountNSGuard to separate file
2017-05-30 Christian Resellbcc_procutils_which: return if snprintf fails or would...
2017-05-30 Christian Resellbcc_proc.c: fix stack overflow in bcc_procutils_which()
2017-05-30 Yonghong SongForce udst ctx->#reg load to be volatile
2017-05-27 Tomaz SolcMention that linux-headers deb must be installed.
2017-05-25 Brenden BlancoMerge pull request #1201 from htbegin/master
2017-05-25 4astMerge pull request #1191 from GBuella/cmake_build_type_fix
2017-05-25 4astMerge pull request #1190 from palmtenor/cur_cpu
2017-05-24 Teng QinUse BPF_F_CURRENT_CPU in perf_submit / perf_read when...
2017-05-24 4astMerge pull request #1200 from palmtenor/perf_event_clean_up
2017-05-24 Teng QinDisable perf event FD before free
2017-05-24 Teng QinAdd bpf_close_perf_event_fd
2017-05-24 4astMerge pull request #1196 from palmtenor/cpp_sym_option
2017-05-24 htbeginfunclatency/sslsniff: fix the TypeError when enabling...
2017-05-23 Brenden BlancoMerge pull request #1185 from gospo/master
2017-05-23 Teng QinSupport symbol option in C++ API stack table
2017-05-23 Andy GospodarekAdd support for generic XDP mode
2017-05-22 4astMerge pull request #1193 from palmtenor/cppleak
2017-05-22 4astMerge pull request #1192 from palmtenor/perf_config
2017-05-22 4astMerge pull request #1194 from palmtenor/minor_fixes
2017-05-21 Teng QinFix compiler warning by cast int to pointer
2017-05-21 Teng QinGet correct PID in TCPSendStack example
2017-05-21 Teng QinFix bcc_resolve_symname memory leak in C++ API
2017-05-20 Teng QinUnify perf event enums in Python API
2017-05-20 Teng QinUnify perf_event type and config check
2017-05-20 Brenden BlancoMerge pull request #1164 from palmtenor/symboloptions
2017-05-20 Teng QinDo not pass type flag to symbol callback
2017-05-20 Teng QinUse bcc_symbol_option in ProcSyms
2017-05-20 Teng QinUse bcc_symbol_option in bcc_resolve_symname
2017-05-20 Teng QinFix bcc_resolve_symname memory leak on error
2017-05-20 Teng QinUse bcc_symbol_option in bcc_foreach_function_symbol
2017-05-20 Teng QinAdd option to control bcc_elf_foreach_sym behavior
2017-05-19 Gabor BuellaFix usage of CMAKE_BUILD_TYPE setting
2017-05-19 Brenden BlancoMerge pull request #1183 from palmtenor/firstkey
2017-05-18 Teng QinUse bpf_get_first_key in Python API
2017-05-18 Teng QinUse bpf_get_first_key in C++ API
2017-05-18 Teng QinAdd bpf_get_first_key helper
2017-05-18 Brenden BlancoMerge pull request #1189 from iovisor/fix_test_brb
2017-05-18 Brenden BlancoWorkaround for possible race in pyroute2.ipdb
2017-05-18 4astMerge pull request #1187 from mauriciovasquezbernal...
2017-05-18 Mauricio Vasquez Bremove trailing white spaces from source code files
2017-05-17 4astMerge pull request #1180 from iovisor/scanf_string_support
2017-05-17 Brenden BlancoAdd sscanf reader/writer code comments
2017-05-16 Teng QinFix bpf_perf_event_read helper signature
2017-05-15 Brenden BlancoEnable recursive scanf support for char[] as string
2017-05-12 Brenden BlancoMerge pull request #1168 from palmtenor/fixso
2017-05-11 Teng QinFix bug when finding symbols for shared libraries
2017-05-11 4astMerge pull request #1169 from iovisor/clang_inputkind
2017-05-11 Brenden BlancoMerge pull request #1170 from palmtenor/filedesc
2017-05-10 Teng QinMove FileDesc to separated header file
2017-05-10 Brenden Blancollvm5.0: use input kind helper to avoid breakage
2017-05-10 4astMerge pull request #1167 from iovisor/rw_finalize_defer
2017-05-10 Brenden BlancoMove unimplemented fn reset before ctx cleanup
2017-05-10 Brenden BlancoMerge pull request #1157 from drepper/fedora-compile
2017-05-10 Brenden Blancotest fix: return 0 not num-of-bytes-written
2017-05-10 Brenden BlancoUse late-binding to finalize snprintf/sscanf
2017-05-10 Brenden BlancoMerge pull request #1163 from palmtenor/readstr
2017-05-09 Teng QinAdd bpf_probe_read_str helper
2017-05-09 Teng QinUpdate bpf.h and virtual_bpf.h to 4.12
2017-05-09 4astMerge pull request #1141 from palmtenor/mountns
2017-05-09 Teng QinUse ProcMountNSGuard in C API
2017-05-09 Teng QinUse ProcMountNSGuard to manage mount namespace
2017-05-09 Teng QinAdd and unify helper for ELF type
2017-05-09 Teng QinMove FileDesc to common.h
2017-05-09 4astMerge pull request #1155 from palmtenor/perf_map_check
2017-05-05 Teng QinImprove perf map parsing logic
2017-05-05 4astMerge pull request #1158 from tklauser/patch-2
2017-05-05 Tobias Klauserdocs: update feature list for 4.12
2017-05-04 Ulrich DrepperMerge pull request #1 from drepper/fedora-compile-2
2017-05-04 drepper@gmail.comFix computation of LUAJIT_INCLUDE_DIR
next