platform/upstream/bcc.git
2017-08-17 Pavel SafronovFixes for debian and ubuntu docker build
2017-08-17 4astMerge pull request #1294 from iovisor/yhs_dev
2017-08-17 Yonghong Songavoid large map memory allocation in userspace
2017-08-16 Brendan GreggMerge pull request #1293 from iovisor/tools_fixes
2017-08-16 Gabriel Gannepython - set attach_xdp's default flag value to 0
2017-08-16 Yonghong Songhave uniform uprobe event names for python and C++
2017-08-16 Brenden BlancoRemove extra S_MAXSTAT array allocation in some tools
2017-08-16 Brenden BlancoOmit include of ptrace.h for empty usdt contexts
2017-08-15 Brenden BlancoAdd clang check for -nopie option
2017-08-11 Paul ChaignonCorrect commit id for BPF_FUNC_get_socket_cookie
2017-08-11 Iago López... tools/tcptracer: print ns timestamps with -v
2017-08-11 Iago López... tools/tcptracer: add timestamp option
2017-08-11 Nan XiaoSince LUA_GLOBALSINDEX is obsolete from Lua 5.2, use...
2017-08-11 Brendan Greggbetter state default value handling
2017-08-11 Brendan Greggadd --state to offcputime
2017-08-11 Jean-Tiare... explain that 'args' can be used as 'ctx' in tracepoints
2017-08-11 Jean-Tiare... make it easier to discover the reference documentation
2017-08-11 Benjamin Poiriertcptop: Filter out negative values in receive probe
2017-08-11 Benjamin Poiriertcptop: Cleanup argument parsing
2017-08-01 Toshiaki MakitaUse unsigned conversion specifier for nlmsg_pid
2017-08-01 Toshiaki MakitaFix wrong netlink port id check
2017-07-31 Nan XiaoRemove redundant semicolon
2017-07-31 Nan Xiao1. Use more safe snprintf instead of sprintf;
2017-07-28 Ivan BabrouPut libfl-dev into Build-Depends on Debian
2017-07-27 Brenden BlancoMerge pull request #1263 from iovisor/yhs_dev
2017-07-27 Yonghong Songpermit multiple pids attaching to the same probe
2017-07-19 4astMerge pull request #1261 from iovisor/yhs_dev
2017-07-18 Yonghong Songgenerate proper usdt code to prevent llvm meddling...
2017-07-18 Igor MazurMySQL tracing without USDT (#1239)
2017-07-18 4astMerge pull request #1259 from iovisor/yhs_dev
2017-07-18 Yonghong SongFix a clang memory leak
2017-07-17 Brenden BlancoMerge pull request #1258 from shodoco/tcpbpf
2017-07-17 Huapeng ZhouUpdate bpf.h and virtual_bpf.h to 4.13-rc1
2017-07-14 Geneviève Bastientools: Add some documentation to lib/ucalls.py output...
2017-07-14 vkhromovFix trace.py for library filenames containing colons...
2017-07-11 Romaincc: Add open_perf_event to the C/C++ API (#1232)
2017-07-11 Rinat Ibragimovmemleak: expand allocator coverage (#1214)
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
next