Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
8e9aaea07f1f108953c7b8c998f45ac209f7045b
/
tools
5ac5d6e
funclatency/sslsniff: fix the TypeError when enabling pid filter on uprobe
by htbegin
· 7 years ago
d1324ac
remove trailing white spaces from source code files
by Mauricio Vasquez B
· 7 years ago
71eb177
Reduce the sslsniff data size slightly to pass verifier
by Brenden Blanco
· 8 years ago
04b05d5
Fix for verifier failure in wakeuptime
by Brenden Blanco
· 8 years ago
3f28e7b
Disable non-static function calls
by Brenden Blanco
· 8 years ago
da1c607
db*: Print the BPF program prior to loading it (in -v mode)
by Sasha Goldshtein
· 8 years ago
aa124dd
db*: Use uapi/linux/ptrace.h instead of linux/ptrace.h
by Sasha Goldshtein
· 8 years ago
0a01506
Execsnoop cli args matching (#1115)
by Nikita V. Shirokov
· 8 years ago
8276938
runqlat: add --pidnss option (#1117)
by Brendan Gregg
· 8 years ago
69ceaca
softirqs: Migrate to kernel tracepoints instead of kprobes (#1091)
by Sasha Goldshtein
· 8 years ago
37c9f74
Fix offwaketime documentation typo
by Teng Qin
· 8 years ago
064b2f5
Merge pull request #1078 from goldshtn/funcslower
by Brendan Gregg
· 8 years ago
caa14ed
u* tools: per-language wrappers (#1086)
by Paul Chaignon
· 8 years ago
4eace76
funcslower: Usage examples, annotated
by Sasha Goldshtein
· 8 years ago
7789318
funcslower: Trace slow kernel or user function calls
by Sasha Goldshtein
· 8 years ago
24f77d7
stacksnoop: Retire and move to examples/tracing
by Sasha Goldshtein
· 8 years ago
f37434b
tools: add tcptracer (#762)
by Iago López Galeiras
· 8 years ago
4bb6d7f
u* tools: automatically detect the language (#1067)
by Paul Chaignon
· 8 years ago
7a3e5bc
Use new helper Macro across files
by Teng Qin
· 8 years ago
277ebbc
Merge pull request #1068 from goldshtn/syscount-python3
by Brenden Blanco
· 8 years ago
ef0b984
Merge pull request #1066 from pchaigno/remove-import-netaddr
by Brenden Blanco
· 8 years ago
6545390
syscount: Use zip_longest for Python 3 compatibility
by Sasha Goldshtein
· 8 years ago
78948e4
Python 3 compatibility fixes around string handling (#986)
by Rafael F
· 8 years ago
8332068
solisten: replace netaddr with socket library
by Paul Chaignon
· 8 years ago
466de84
Merge pull request #1056 from goldshtn/bpflist-enh
by Brenden Blanco
· 8 years ago
f78af26
tcplife for Lua (#1052)
by Simon Liu
· 8 years ago
dd3867d
Merge pull request #1032 from goldshtn/tools-tests
by Brenden Blanco
· 8 years ago
2febc29
trace: Exit with nonzero return code on error
by Sasha Goldshtein
· 8 years ago
eea18dc
Merge pull request #1044 from goldshtn/ausyscall
by 4ast
· 8 years ago
2593378
bpflist: Display processes with running BPF programs and maps
by Sasha Goldshtein
· 8 years ago
51803bf
syscount: Use ausyscalls if available to get syscall list
by Sasha Goldshtein
· 8 years ago
9567b62
funclatency: remove unnecessary include
by Brendan Gregg
· 8 years ago
40b881c
Merge pull request #1023 from dneiter/filetop_sort
by 4ast
· 8 years ago
956ca1c
Travis CI build to check compliance with PEP8 (#987)
by Paul Chaignon
· 8 years ago
0a2a46e
offwaketime.py for older kernels (#977)
by Brendan Gregg
· 8 years ago
d7a5ff0
range Python 2 -> 3 compatibility (#983)
by Rafael F
· 8 years ago
caa38c5
filetop: support specifying sort column via cmdline argument
by Daniel Neiter
· 8 years ago
5f5687e
Make perf ring buffer size configurable
by Mark Drayton
· 8 years ago
0155385
cc: Resolve symbols from external debuginfo
by Sasha Goldshtein
· 8 years ago
1e34f4e
trace: Migrate to new symbols API and remove addresses from stacks
by Sasha Goldshtein
· 8 years ago
2f78068
off{cpu,wake}time: Migrate to new symbols API and remove addresses
by Sasha Goldshtein
· 8 years ago
b1bff01
uthreads: Migrate to new symbols API and include module name
by Sasha Goldshtein
· 8 years ago
2bf3ff3
stacksnoop: Migrate to new symbols API and remove addresses
by Sasha Goldshtein
· 8 years ago
b9f8f4a
stackcount: Migrate to new symbol resolution API
by Sasha Goldshtein
· 8 years ago
860823b
profile: Migrate to new symbol API and remove addresses
by Sasha Goldshtein
· 8 years ago
49df994
memleak: Migrate to new symbols resolution API
by Sasha Goldshtein
· 8 years ago
3a5256f
trace, argdist: Treat small USDT arguments correctly
by Sasha Goldshtein
· 8 years ago
0a34d1e
Merge pull request #972 from r4f4/fix-llcstat
by Brenden Blanco
· 8 years ago
232c305
Merge branch 'master' into db-tools
by Brendan Gregg
· 8 years ago
8e583cc
syscount: Summarize syscall counts and latencies
by Sasha Goldshtein
· 8 years ago
2495698
dbstat: Collect histograms of MySQL/PostgreSQL query latencies
by Sasha Goldshtein
· 8 years ago
dd37d63
dbslower: MySQL/PostgreSQL query tracing tool
by Sasha Goldshtein
· 8 years ago
af236e7
Revert "undo rebase"
by Rafael Fonseca
· 8 years ago
f2e6b8d
llcstat: fix TypeError on python3
by Rafael Fonseca
· 8 years ago
563af79
bpflist: Add to tests and use Python directory listing
by Sasha Goldshtein
· 8 years ago
2939265
filetop: Fix TypeError by not mixing bytes and str.
by Rafael Fonseca
· 8 years ago
afb19da
Merge pull request #949 from ShelbyFrances/trace_enhancements
by Brenden Blanco
· 8 years ago
9bd4699
Merge pull request #956 from r4f4/fix-ucalls
by Brenden Blanco
· 8 years ago
372d1ff
Merge pull request #965 from r4f4/fix-tools-py2
by Brenden Blanco
· 8 years ago
f7ab443
argdist: Exit with nonzero return code on error
by Sasha Goldshtein
· 8 years ago
d11179d
mdflush: Add missing #include <linux/bio.h>
by Sasha Goldshtein
· 8 years ago
e0bcd3f
offwaketime: Add u+x permission
by Sasha Goldshtein
· 8 years ago
edca17a
gethostlatency: Filter on PID
by Paul Chaignon
· 8 years ago
69abacc
tools: Document use of -I <path> in trace, argdist
by ShelbyFrances
· 8 years ago
f5dbbdb
tools: support -I abspath in trace, argdist
by ShelbyFrances
· 8 years ago
86cd535
tools/trace: Document DSO tracing in tools/trace_example.txt
by ShelbyFrances
· 8 years ago
dc3a57c
u* tools: Gracefully handle missing probes
by Sasha Goldshtein
· 8 years ago
6e1fac4
Merge pull request #963 from goldshtn/utools-php
by 4ast
· 8 years ago
c465a24
fixes #962 - fix lambda on both py2 and py3
by Rafael Fonseca
· 8 years ago
0d66906
ucalls: fix lambda syntax on python3
by Rafael Fonseca
· 8 years ago
42900ae
ucalls: fix map behaviour on python3
by Rafael Fonseca
· 8 years ago
573a5d4
ustat: fix lambda syntax on python3.
by Rafael Fonseca
· 8 years ago
058c46f
uobjnew: fix lambda syntax in python3
by Rafael Fonseca
· 8 years ago
3a3b0f9
Merge pull request #916 from pchaigno/use-pid-to-resolve-lib
by Brenden Blanco
· 8 years ago
6a94f77
Merge pull request #951 from r4f4/fix-trace-py3
by Brenden Blanco
· 8 years ago
838ad4b
tplist: don't fail if no verbosity is supplied
by Rafael Fonseca
· 8 years ago
60c4192
Update tools to use new BPF.monotonic_time method
by Sasha Goldshtein
· 8 years ago
cfb5ee7
u* tools: PHP support
by Sasha Goldshtein
· 8 years ago
aee5ecf
trace: fix for python3
by Rafael Fonseca
· 8 years ago
c325200
ugc: Add -M for minimum time and -F for text filtering
by Sasha Goldshtein
· 8 years ago
c44e92c
Address round 2 of comments in https://github.com/iovisor/bcc/pull/936
by Kenny Yu
· 8 years ago
d07b759
Fix a few small typos
by Kenny Yu
· 8 years ago
e7dff43
Address comments from https://github.com/iovisor/bcc/pull/936
by Kenny Yu
· 8 years ago
66fb4d2
tools: add tool to detect potential deadlocks in running programs
by Kenny Yu
· 8 years ago
3ea6eee
tplist: Don't ignore __data_loc fields
by Sasha Goldshtein
· 8 years ago
a112514
undo rebase
by Derek
· 8 years ago
727248b
Merge pull request #926 from goldshtn/argdist-pid-fix
by 4ast
· 8 years ago
655e3c3
argdist: Fix -p behavior to filter tgid and not pid
by Sasha Goldshtein
· 8 years ago
1e6df40
cpudist: remove unused Tracepoint import
by Sasha Goldshtein
· 8 years ago
d73c58f
Use PID to resolve path of target libraries
by Paul Chaignon
· 8 years ago
9389ab4
[memleak] add parameter for specifying object to load malloc/free from
by Maria Kacik
· 8 years ago
3cc4c0a
Merge pull request #911 from goldshtn/trace-params-signature
by 4ast
· 8 years ago
23e72b8
trace: Allow function signatures in uprobes and kprobes
by Sasha Goldshtein
· 8 years ago
dcf1675
trace, argdist: Fix code formatting nits
by Sasha Goldshtein
· 8 years ago
b630092
trace: Use correct argument index and tgid for filters
by Sasha Goldshtein
· 8 years ago
b9aec34
trace: Generated streq-helper to ignore null terminator
by Sasha Goldshtein
· 8 years ago
fd44cd2
argdist: Generated streq-helper to ignore null terminator
by Sasha Goldshtein
· 8 years ago
50486ff
tplist: Print one-based location and argument indices
by Sasha Goldshtein
· 8 years ago
3fa7ba1
argdist, trace: Support non-C identifier names
by Sasha Goldshtein
· 8 years ago
68ec110
Merge pull request #899 from brendangregg/tool2
by 4ast
· 8 years ago
Next »