platform/upstream/bcc.git
2016-07-13 Mark DraytonMerge branch 'master' into fileslower
2016-07-13 Mark Draytonfileslower: try probing vfs_write if __vfs_write is...
2016-07-13 Brenden BlancoMerge pull request #610 from bobrik/debian-dockerfile
2016-07-12 Ivan BabrouBuild debian packages in docker containers
2016-07-12 Brendan Gregguse new tracepoint support (#608)
2016-07-11 Brenden BlancoMerge pull request #602 from goldshtn/auto-tp
2016-07-11 Trent SchaferLink to Ubuntu Xenial binary section (#604)
2016-07-11 Sasha Goldshteincc: Use manual parsing instead of std::regex
2016-07-09 Sasha Goldshteintests: Test new tracepoint support
2016-07-09 Sasha Goldshteincc: Rewrite probe functions that refer to tracepoint...
2016-07-09 Sasha Goldshteinbcc: Auto-tracepoints similar to auto-kprobes
2016-07-08 Brenden BlancoFix test failure in test_libbcc (#603)
2016-07-08 Mark DraytonProcSyms: deduplicate symbol names (#598)
2016-07-08 Brenden BlancoFix for C++ api change in LLVM 3.9 (#600)
2016-07-02 Brendan GreggA tracepoint example (#596)
2016-07-01 Mark DraytonProcSyms: fix off-by-ones, use binary search to resolve...
2016-07-01 Sasha Goldshteinbcc: Add ctypes declarations for new functions (#593)
2016-06-30 Brenden BlancoMerge pull request #586 from goldshtn/offcpudist
2016-06-30 Brenden BlancoMerge pull request #590 from goldshtn/bcc-tp-support
2016-06-30 Sasha Goldshteinbcc: Add test for tracepoint support
2016-06-30 Sasha Goldshteincpudist: Protect against potentially negative time...
2016-06-30 Sasha Goldshteincpudist: Use `finish_task_switch` kprobe instead of...
2016-06-30 Sasha Goldshteincpudist: Fix extraneous filtering of descheduled tasks
2016-06-30 Sasha Goldshteincpudist: Attempt to resolve pid to command
2016-06-30 Sasha Goldshteincpudist: Support off-cpu time reports
2016-06-30 Sasha Goldshteinbcc: Tracepoint support in libbpf and BPF
2016-06-30 Sasha Goldshteintrace: Specifying a pid with a kernel probe now works...
2016-06-29 Sasha Goldshteincpudist: Summarize task on-CPU time as histograms ...
2016-06-27 Brendan GreggMerge pull request #584 from ygrek/master
2016-06-27 ygrektools: fix getting {ext4,btrfs}_file_operations address...
2016-06-27 Brendan GreggMerge pull request #583 from ygrek/master
2016-06-27 ygrekext4slower: fix getting kallsyms address
2016-06-26 Mark DraytonIPv6 support for tcp* tools (#582)
2016-06-26 Brenden BlancoMerge pull request #581 from goldshtn/docs-fixes
2016-06-26 Sasha GoldshteinMerge branch 'master' into docs-fixes
2016-06-26 Sasha GoldshteinUpdate installation instructions for Fedora
2016-06-23 Brendan GreggMerge pull request #579 from bobrik/fix-ipv6-print
2016-06-23 Ivan BabrouDo not throw exception on ipv6 packets in tcpretrans
2016-06-22 Brendan Greggkernel version guide (#577)
2016-06-21 4astMerge pull request #576 from markdrayton/perf-pid-map...
2016-06-21 Mark DraytonFix nits for /tmp/perf-pid.map support
2016-06-20 4astMerge pull request #573 from markdrayton/pid-map
2016-06-15 Brendan GreggMerge pull request #572 from iovisor/ast_dev
2016-06-15 Brendan GreggMerge branch 'master' into ast_dev
2016-06-15 Alexei Starovoitovfix install instruction to mention llvm >= 3.7.1
2016-06-15 Mark DraytonAdd support for reading symbols from /tmp/perf-pid.map
2016-06-15 4astMerge pull request #571 from iovisor/fix_568
2016-06-15 Brenden BlancoCheck for NULL result from bpf_attach_kprobe
2016-06-13 Brenden BlancoMerge pull request #563 from qmonnet/debug-output
2016-06-13 Quentin Monnetpython: With DEBUG_BPF, print BPF error even if log_buf...
2016-06-13 Quentin Monnetpython: Print BPF syscall error if DEBUG_BPF is on...
2016-06-08 Brendan GreggMerge pull request #562 from evverx/change-kernel-user...
2016-06-07 Evgeny Vereshchaginoffcputime: add the -d option
2016-06-07 Evgeny Vereshchaginoffcputime: change user/kernel stack order
2016-06-07 Brendan GreggMerge pull request #561 from evverx/folded-dont-miss...
2016-06-07 Evgeny Vereshchaginoffcputime -f: don't miss backtrace bounds
2016-06-06 Brendan GreggMerge pull request #560 from evverx/clarify-offcputime
2016-06-06 Brendan GreggMerge pull request #554 from evverx/fix-p-option
2016-06-06 Evgeny VereshchaginUpdate manpage for offcputime
2016-06-03 Evgeny VereshchaginFix tools[/old]/offcputime -p PID
2016-06-03 4astMerge pull request #555 from markdrayton/execsnoop
2016-06-02 Mark Draytonexecsnoop: show PPID in output
2016-06-02 Mark Draytonexecsnoop: use BPF_PERF_OUTPUT instead of trace pipe
2016-06-01 Brenden BlancoMerge pull request #557 from ryanmiao/mypr
2016-06-01 Brenden BlancoMerge pull request #544 from abirchall/abirchall_release
2016-05-29 Jincheng Miaoset use_errno to True for libbcc.so
2016-05-27 Brenden BlancoMerge pull request #552 from evverx/install-tools-old
2016-05-26 Evgeny VereshchaginPoint people to tools/old
2016-05-26 Evgeny VereshchaginInstall tools/old too
2016-05-24 4astMerge pull request #551 from vmg/vmg/lua-para
2016-05-24 Vicent Martilua: Allow LuaJIT parameterized types in `open_perf_buffer`
2016-05-24 4astMerge pull request #550 from markdrayton/trace-fields
2016-05-24 Mark DraytonUse BPF_PERF_OUTPUT for fileslower and stacksnoop
2016-05-24 Andrew BirchallUpdate documentation and man page for offcputime
2016-05-24 Andrew BirchallAdd user space stack traces to offcputime
2016-05-23 Brenden BlancoMerge pull request #535 from MQasimSarfraz/patch-1
2016-05-20 Brenden BlancoMerge pull request #546 from iamkafai/master
2016-05-20 Martin KaFai LauThis diff fixes a few fd leaks after reading files...
2016-05-19 Qasim SarfrazRemoving htons in tunnel.py for consistency.
2016-05-17 Brendan GreggMerge pull request #543 from abirchall/abirchall_release
2016-05-17 Andrew Birchalladd --kernel-threads-only to tools/offcputime
2016-05-17 4astMerge pull request #533 from abirchall/abirchall_dev
2016-05-16 Andrew Birchallmove ENOMEM comment; create --stack-storage-size arg...
2016-05-16 Andrew Birchallhandle ENOMEM in tools/offcputime
2016-05-16 4astMerge pull request #542 from mbertrone/master
2016-05-16 Bertrone Matteoinvalid access fixed. parameter for specify the interfa...
2016-05-13 Qasim SarfrazMerge branch 'master' into patch-1
2016-05-13 Qasim SarfrazAvoid byte swap for vxlan port
2016-05-13 4astMerge pull request #539 from markdrayton/lua-tools
2016-05-12 Mark DraytonLua ports of biosnoop and stacksnoop
2016-05-12 Brenden BlancoMerge pull request #541 from zaafar/master
2016-05-12 Zaafar AhmedUpdated the cmake file system to include lua and new...
2016-05-11 4astMerge pull request #536 from valkum/master
2016-05-11 Brenden BlancoMerge pull request #538 from iovisor/luajit_header_revert
2016-05-11 Brenden BlancoRevert "Force lua main.c to include luajit headers"
2016-05-11 ValkumMissed this one by extracting this from my actual program.
2016-05-11 ValkumAdd dns_matching example with test case for for unroll...
2016-05-06 Brenden BlancoMerge pull request #531 from kivikakk/lua-install-docs
2016-05-06 Nicole IzumiLua installation instructions.
2016-05-06 Brenden BlancoMerge pull request #518 from vmg/vmg/lua-usdt-2
next