projects
/
platform
/
upstream
/
bcc.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/bcc.git
2016-03-30
Vicent Marti
bpf.lua: Implement `dump_func`
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
test.lua: Port the `test_uprobes` suite
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
ld.lua: fix parsing of base16 addresses
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
bpf.lua: fix detaching uprobes and kprobes
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
cmake: Run the Lua tests too
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
bpf.lua: Sanity check
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
memleak.lua: Fix indentation
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
test.lua: Port `test_clang` to Lua
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
test.lua: Add basic test library and helpers
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
table.py: Implement`scanf` and `printf` helpers
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
table.lua: Add support for decoding bitfield types
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
bpf.lua: Implement `load_funcs`
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
bpf.lua: Add support for CFLAGS and LLVM debug flags
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
bcc-probe: Allow running the helper from any path
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
bcc-probe: Allow loading absolute paths
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
Add a few examples written in Lua
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vicent Marti
Lua Tools for BCC
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Brenden Blanco
Merge pull request #452 from yadutaf/jt-solisten
commit
|
commitdiff
|
tree
|
snapshot
2016-03-29
Brenden Blanco
Merge pull request #456 from yadutaf/jt-endian
commit
|
commitdiff
|
tree
|
snapshot
2016-03-29
Jean-Tiare...
add debug constants
commit
|
commitdiff
|
tree
|
snapshot
2016-03-29
Jean-Tiare...
move endian flags to kbuild_helper
commit
|
commitdiff
|
tree
|
snapshot
2016-03-29
4ast
Merge pull request #451 from goldshtn/usdt
commit
|
commitdiff
|
tree
|
snapshot
2016-03-28
Jean-Tiare...
solisten: clean endian conversion hack
commit
|
commitdiff
|
tree
|
snapshot
2016-03-28
Brenden Blanco
Merge pull request #453 from yadutaf/jt-endian
commit
|
commitdiff
|
tree
|
snapshot
2016-03-28
Jean-Tiare...
expose buitin byte swap methods
commit
|
commitdiff
|
tree
|
snapshot
2016-03-28
Sasha Goldshtein
argdist, trace, and tplist support for USDT probes
commit
|
commitdiff
|
tree
|
snapshot
2016-03-28
Brenden Blanco
Merge pull request #449 from goldshtn/tp-str-fix
commit
|
commitdiff
|
tree
|
snapshot
2016-03-27
Sasha Goldshtein
Fixed bug around local assignment from char array
commit
|
commitdiff
|
tree
|
snapshot
2016-03-27
Brendan Gregg
Merge pull request #450 from vmg/vmg/stacks-next
commit
|
commitdiff
|
tree
|
snapshot
2016-03-27
Vicent Marti
stackcount: Resolve stacks using a StackTrace table
commit
|
commitdiff
|
tree
|
snapshot
2016-03-27
Vicent Marti
stacksnoop: Resolve stacks using a StackTrace table
commit
|
commitdiff
|
tree
|
snapshot
2016-03-27
Vicent Marti
BPF: better format for `ksymaddr`
commit
|
commitdiff
|
tree
|
snapshot
2016-03-27
Brenden Blanco
Merge pull request #448 from vmg/vmg/stacks
commit
|
commitdiff
|
tree
|
snapshot
2016-03-26
Vicent Marti
offcputime: Resolve stacks using a StackTrace table
commit
|
commitdiff
|
tree
|
snapshot
2016-03-26
Vicent Marti
memleak: Resolve stacks with a StackTrace table
commit
|
commitdiff
|
tree
|
snapshot
2016-03-25
Vicent Marti
examples: Add `mallocstacks`
commit
|
commitdiff
|
tree
|
snapshot
2016-03-25
Vicent Marti
table: Implement a StackWalker for StackTrace tables
commit
|
commitdiff
|
tree
|
snapshot
2016-03-24
4ast
Merge pull request #445 from goldshtn/tp-vars
commit
|
commitdiff
|
tree
|
snapshot
2016-03-24
Sasha Goldshtein
Allowing more natural syntax for tracepoints with no...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-23
Brenden Blanco
Merge pull request #429 from yadutaf/jt-tcpv4listen
commit
|
commitdiff
|
tree
|
snapshot
2016-03-23
Jean-Tiare...
add solisten tool. Currently TCP only.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-22
Brenden Blanco
Merge pull request #444 from goldshtn/probefail
commit
|
commitdiff
|
tree
|
snapshot
2016-03-22
Sasha Goldshtein
Fix error handling when attaching {u,k}{,ret}probes
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Brenden Blanco
Merge pull request #442 from goldshtn/usyms
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Sasha Goldshtein
Added pid wrap check, moved user symbols to usyms.py
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Sasha Goldshtein
Moved user symbol decoding from memleak into bcc module
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
4ast
Merge pull request #439 from goldshtn/tpoint2
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Brenden Blanco
Merge pull request #441 from ismail/llvm-3.8
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Sasha Goldshtein
Moved auto-includes helper to __init__.py
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Sasha Goldshtein
Moved common tracepoint support into tracepoint.py
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
İsmail Dönmez
Fix llvm shared build
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Sasha Goldshtein
tracepoint support for argdist and trace, and new tplis...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-16
Brenden Blanco
Merge pull request #438 from brendangregg/master
commit
|
commitdiff
|
tree
|
snapshot
2016-03-16
Brendan Gregg
fix -p
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
4ast
Merge pull request #435 from iovisor/bblanco_dev
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Brenden Blanco
Fix python3 incompatibilities
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Brendan Gregg
Merge pull request #432 from iovisor/bblanco_dev
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Brenden Blanco
Enable python3 compatible strings in biosnoop
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
4ast
Merge pull request #430 from iovisor/bblanco_dev
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Brenden Blanco
When in KERNEL_HAS_SOURCE_DIR mode, include everything
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Brenden Blanco
Add option to change kernel build search paths
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
4ast
Merge pull request #428 from iovisor/bblanco_dev
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Brenden Blanco
Better get_stackid rewriter logic and unittest version...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Brenden Blanco
Rename stack lookup() to get_stackid
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Brenden Blanco
Basic implementation of stacktrace table
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Brendan Gregg
Merge pull request #427 from markdrayton/stacksnoop...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Mark Drayton
Fix stacksnoop PID filter
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
4ast
Merge pull request #426 from iovisor/bblanco_dev
commit
|
commitdiff
|
tree
|
snapshot
2016-03-03
Brenden Blanco
Add libbcc.a compilation and test binary
commit
|
commitdiff
|
tree
|
snapshot
2016-03-03
Brenden Blanco
Move python tests to tests/python
commit
|
commitdiff
|
tree
|
snapshot
2016-03-03
4ast
Merge pull request #424 from iovisor/bblanco_dev
commit
|
commitdiff
|
tree
|
snapshot
2016-03-03
Brenden Blanco
Update headers with 4.5+ features
commit
|
commitdiff
|
tree
|
snapshot
2016-03-01
Brenden Blanco
Merge pull request #422 from billyom/install_md
commit
|
commitdiff
|
tree
|
snapshot
2016-03-01
Billy O'Mahony
INSTALL.md: Fix path for example and some small clarifi...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-29
4ast
Merge pull request #420 from iovisor/proto_update
commit
|
commitdiff
|
tree
|
snapshot
2016-02-29
Brenden Blanco
Add v6 headers to proto.h
commit
|
commitdiff
|
tree
|
snapshot
2016-02-24
4ast
Merge pull request #418 from brendangregg/master
commit
|
commitdiff
|
tree
|
snapshot
2016-02-24
Brendan Gregg
tools map
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
4ast
Merge pull request #417 from iovisor/funccount_alternate
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
Brenden Blanco
Use pre-calculated function addresses in funccount
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
Brenden Blanco
Add name to address ksym helper
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
Brenden Blanco
Add a table.zero() function to bcc.TableBase
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
4ast
Merge pull request #416 from iovisor/probe_quota
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
Brenden Blanco
Enforce limit of 1000 open [uk]probes
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
4ast
Merge pull request #414 from iovisor/tag_v0.1.8
v0.1.8
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
Brenden Blanco
Prepare debian changelog for v0.1.8 tag
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
Brenden Blanco
Fixup build scripts to support in-flight version change
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
4ast
Merge pull request #412 from iovisor/deb_fixes
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Brenden Blanco
Prepare deb build for nightly target
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
4ast
Merge pull request #411 from iovisor/drzaeus77-patch-1
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Brenden Blanco
Fix ubuntu kernel path typo is INSTALL.md
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
4ast
Merge pull request #408 from iovisor/rpm_updates
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Brenden Blanco
Merge pull request #410 from goldshtn/argdist-silent
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Brenden Blanco
Merge pull request #409 from goldshtn/trace2
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Sasha Goldshtein
Merge branch 'master' into argdist-silent
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Sasha Goldshtein
Fixed examples to use fewer colons
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Sasha Goldshtein
trace
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Brenden Blanco
Update rpm build scripts and README
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Brenden Blanco
Merge pull request #407 from yadutaf/jt-readme
commit
|
commitdiff
|
tree
|
snapshot
2016-02-21
Jean-Tiare...
make tcpv4connect.py example tracer more robust
commit
|
commitdiff
|
tree
|
snapshot
next