platform/upstream/bcc.git
2017-10-18 Adrian Szyndelafixed typo: tok -> top 62/156462/1
2017-10-18 Adrian Szyndelatemporary workaround for derefs on arm32 56/156456/1 submit/tizen_4.0/20171018.110122
2017-10-10 Adrian SzyndelaBPF: make 'pseudo' function return pointer 80/148680/4
2017-09-29 Dawid KuczmaAdd 6 tools tracking dbus. 26/150426/5
2017-09-29 Adrian Szyndelaworkaround for redefined memset in ARM kernel headers 20/153720/3
2017-09-29 Adrian Szyndelacorrected snprintf format to match needed 64-bits 92/149592/2
2017-09-08 Rafal PietruchARM support added 62/148062/2
2017-09-08 Rafal Pietruchpackaging: Add tizen spec 61/148061/2
2017-09-04 Brendan GreggMerge pull request #1337 from pbhole/fix_vlan_learning
2017-09-04 samuelnairnfsslower: trace slow NFS operations
2017-09-04 Prashant Bholeexamples: fix vlan_learning example
2017-09-03 Brendan Greggstackcount: add -K, -U, -d, -D, and -f (#1335)
2017-08-30 Romain CledatIncreased allowed path name for USDT probes
2017-08-28 Brendan GreggMerge pull request #1324 from mskarbek/zfs_tools_fix
2017-08-28 Marcin Skarbekzfs tools fix for zpl_read/zpl_write removal
2017-08-28 Nan XiaoFix _GNU_SOURCE redefined warning
2017-08-26 Teng QinFix uninitialized ProcMountNS in USDT Context
2017-08-25 Nan XiaoUse correct data type for class Data
2017-08-25 Brenden BlancoUpdate after lookup in map.increment for HASH types
2017-08-25 Yonghong Songfix a bug introduced by previous lua-bcc build fix...
2017-08-25 Teng QinBetter check for compiler standard support
2017-08-25 Brenden BlancoFix compile errors with ENABLE_USDT=Off
2017-08-25 Brenden BlancoFix for ubuntu elf linker error
2017-08-25 Brenden BlancoAdd c-library only option
2017-08-25 Brenden Blancomove api and create dependent option
2017-08-25 Brenden BlancoMove source file names into cmake variables
2017-08-25 Brenden Blancosrc/cc: cmake file cleanup and split usdt into subdir
2017-08-25 Brenden BlancoRemove unused shared_table.h
2017-08-24 Brendan Greggfunccount: add -d for duration
2017-08-24 Yonghong Songfix lua-bcc build issue with cmake try_compile
2017-08-23 Paul ChaignonFix segfault on incomplete types
2017-08-23 Paul ChaignonTest case for incomplete types
2017-08-23 Brenden BlancoAdd /tests/ to CODEOWNERS
2017-08-23 Brenden BlancoAdd CODEOWNERS file with list of maintainers/reviewers
2017-08-23 Paul ChaignonTrace external pointers from helpers
2017-08-23 Brendan GreggMerge pull request #1301 from albusshin/patch-1
2017-08-22 Brendan GreggMerge pull request #1305 from NanXiao/format-vfscount
2017-08-22 Brendan GreggMerge pull request #1303 from pchaigno/remove-bpf_probe...
2017-08-22 Gary Linlibbpf: fix typo in bpf_attach_xdp()
2017-08-22 Gary LinAllow the flags to be specified in remove_xdp()
2017-08-22 Nan XiaoFormat code of vfscount.py
2017-08-20 Mark Draytonbcc-lua: --no-pie, not -no-pie
2017-08-19 Tian XinUpdate obsolete file name bitesize -> bitehist
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-06 Paul Chaignontcpretrans: Remove unnecessary bpf_probe_reads
2017-08-06 Paul Chaignontcpconnlat: Remove unnecessary bpf_probe_reads
2017-08-06 Paul Chaignonsolisten: Remove unnecessary bpf_probe_reads
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)
next