Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
fc673a9e0cf31e935f53cb69a76fc0668c8ffecc
fc673a9
add missing inclusion guards in bcc/proto.h
by Mauricio Vasquez B
· 8 years ago
aca14f3
Merge pull request #874 from pchaigno/fix-var
by 4ast
· 8 years ago
f3a7281
Fix variable name
by Paul Chaignon
· 8 years ago
0abd93e
Merge pull request #870 from brendangregg/master
by 4ast
· 8 years ago
0622365
fix comment in runqlen
by Brendan Gregg
· 8 years ago
3f3acd8
add cpuunclaimed
by Brendan Gregg
· 8 years ago
dd5799b
Merge pull request #835 from ColinIanKing/master
by 4ast
· 8 years ago
8b302d0
Merge pull request #867 from shodoco/extern
by 4ast
· 8 years ago
b0788f2
fix company copyright
by Huapeng Zhou
· 8 years ago
6fae0aa
Merge pull request #868 from shodoco/pin
by 4ast
· 8 years ago
37dcac0
add bpf_obj_pin/bpf_obj_get to pin/get bpf objects
by Huapeng Zhou
· 8 years ago
d4a3baf
do not close extern table when a module destructs
by Huapeng Zhou
· 8 years ago
35d6ff8
add table type to shared tables
by Huapeng Zhou
· 8 years ago
ae8ae66
Merge pull request #863 from shodoco/master
by Brenden Blanco
· 8 years ago
7de67fc
Merge branch 'master' into master
by shodoco
· 8 years ago
a5ed723
Merge pull request #865 from goldshtn/trace-timestamp
by 4ast
· 8 years ago
b2fe72f
Merge pull request #774 from goldshtn/usdt-tools
by 4ast
· 8 years ago
49d50ba
trace: -L, -t, -T switches
by Sasha Goldshtein
· 8 years ago
d4a4248
uobjnew: Remove -l switch from examples
by Sasha Goldshtein
· 8 years ago
39ace6f
uobjnew: Attach uprobe only to the requested process
by Sasha Goldshtein
· 8 years ago
0a5ea58
README: Add u* tools based on USDT probes
by Sasha Goldshtein
· 8 years ago
af05e5a
uflow: Add man page and companion examples file
by Sasha Goldshtein
· 8 years ago
c0a6352
uthreads: Add man page and companion examples file
by Sasha Goldshtein
· 8 years ago
7160f8a
uobjnew: Add man page and companion examples file
by Sasha Goldshtein
· 8 years ago
ea77193
ugc: Add man page and companion examples file
by Sasha Goldshtein
· 8 years ago
070c1df
ucalls: Add man page and companion examples file
by Sasha Goldshtein
· 8 years ago
5a9b154
ustat: Add man page and companion example file
by Sasha Goldshtein
· 8 years ago
fb3c471
ustat: Graceful error handling
by Sasha Goldshtein
· 8 years ago
d8c7f47
ustat: Replace \0 with spaces in cmdline
by Sasha Goldshtein
· 8 years ago
e725b14
uflow: Trace method execution flow
by Sasha Goldshtein
· 8 years ago
087dd73
ustat: Change 'count' argument type to int
by Sasha Goldshtein
· 8 years ago
9f6d03b
ustat: Sort by pid if no other sort column provided
by Sasha Goldshtein
· 8 years ago
bee71b2
tools: Add block comments to u* scripts
by Sasha Goldshtein
· 8 years ago
1cba422
ustat: Activity stats from high-level languages
by Sasha Goldshtein
· 8 years ago
7040f44
python: Expose active probes from USDT object
by Sasha Goldshtein
· 8 years ago
dfab8f5
python: Do not call USDT.get_text() twice
by Sasha Goldshtein
· 8 years ago
2e7e240
uobjnew: Summarize object allocations
by Sasha Goldshtein
· 8 years ago
6e5c621
ucalls: TODO reminder to probe C methods
by Sasha Goldshtein
· 8 years ago
4cebb42
ugc: Fix order of arguments in usage comment
by Sasha Goldshtein
· 8 years ago
bf0cf12
uthreads: Add pthread support
by Sasha Goldshtein
· 8 years ago
989057d
uthreads: Trace thread creation/destruction events
by Sasha Goldshtein
· 8 years ago
a245c79
ucalls: Trace syscalls
by Sasha Goldshtein
· 8 years ago
8853347
ugc: Node support
by Sasha Goldshtein
· 8 years ago
c0217a9
tools: Script skeletons
by Sasha Goldshtein
· 8 years ago
ddef09a
ugc: Add description messages for GC events
by Sasha Goldshtein
· 8 years ago
e5d9d99
ugc: Monitor GC events in high-level languages
by Sasha Goldshtein
· 8 years ago
c13d14f
ucalls: Summarize method calls with USDT
by Sasha Goldshtein
· 8 years ago
98b9097
support macro in call arguments
by Huapeng Zhou
· 8 years ago
0107455
Merge pull request #862 from palmtenor/cppusdt
by 4ast
· 8 years ago
9840a7b
Example of using USDT
by Teng Qin
· 8 years ago
6e68223
Add USDT support to C++ API
by Teng Qin
· 8 years ago
9476bff
Define a constant for USDT program include header
by Teng Qin
· 8 years ago
96875c5
Add snapcraft script to package up bcc as a snap
by Colin Ian King
· 8 years ago
7151673
Merge pull request #861 from brendangregg/master
by 4ast
· 8 years ago
e7427d9
Improve linear histogram limit, and improve error message.
by Brendan Gregg
· 8 years ago
698e4f7
Merge pull request #860 from brendangregg/master
by 4ast
· 8 years ago
ed02ad8
runqlen: use bpf_get_smp_processor_id()
by Brendan Gregg
· 8 years ago
e80df10
Merge pull request #859 from brendangregg/master
by 4ast
· 8 years ago
251823a
add runqlen tool
by Brendan Gregg
· 8 years ago
39cece4
add print_linear_hist() for linear histograms
by Brendan Gregg
· 8 years ago
21dd7b4
Merge pull request #856 from brendangregg/master
by 4ast
· 8 years ago
7f3c992
Merge pull request #837 from zlim/docker
by 4ast
· 8 years ago
a4a2de3
check effective userid on run #850
by Brendan Gregg
· 8 years ago
5f7f019
Merge pull request #852 from qmonnet/kernelfeatures
by 4ast
· 8 years ago
ffafaf5
docs: Update eBPF features list
by Quentin Monnet
· 8 years ago
91b76a8
Merge pull request #818 from ceeaspb/master
by 4ast
· 8 years ago
47cecb6
update offwaketime with get_stackid
by ceeaspb
· 8 years ago
85b702b
Merge pull request #849 from palmtenor/cppperfevent
by 4ast
· 8 years ago
a4feb69
Perf event example using C++ API
by Teng Qin
· 8 years ago
dfd9c63
Expose PMU event support in C++ API
by Teng Qin
· 8 years ago
1e5971d
Merge pull request #846 from palmtenor/improve_buffer
by 4ast
· 8 years ago
cae072a
Improve C++ API perf buffer polling
by Teng Qin
· 8 years ago
a3ddcd5
Merge pull request #843 from shodoco/flag
by 4ast
· 8 years ago
bb316bc
Merge pull request #844 from palmtenor/cleanprog
by 4ast
· 8 years ago
53c7f4c
Make sure programs get cleaned up correctly
by Teng Qin
· 8 years ago
1b10c06
Merge pull request #845 from affansyed/master
by 4ast
· 8 years ago
ce1ce3f
fix issue 829
by affansyed
· 8 years ago
2a3a375
Merge pull request #1 from iovisor/master
by affansyed
· 8 years ago
de11d07
add support for bpf map flags
by Huapeng Zhou
· 8 years ago
3ce6d83
Merge pull request #842 from zhiyisun/dev
by 4ast
· 8 years ago
1223843
Set EXAMPLE_PROGRAMS in one line.
by Zhiyi Sun
· 8 years ago
b42b654
Merge branch 'master' into dev
by Zhiyi Sun
· 8 years ago
33343b0
Fix bug of missing to install simple_tc.py
by Zhiyi Sun
· 8 years ago
1bf24a2
Merge pull request #840 from zhiyisun/dev
by Brenden Blanco
· 8 years ago
8e434b7
Add support for aarch64
by Zhiyi Sun
· 8 years ago
e596170
Merge pull request #838 from palmtenor/logmsg
by 4ast
· 8 years ago
ba8cb30
Avoid unexpected log message on BPF program load error
by Teng Qin
· 8 years ago
211a989
Merge pull request #836 from shodoco/lruhash
by 4ast
· 8 years ago
906af6f
Add lru_hash/lru_percpu_hash to python/lua
by Huapeng Zhou
· 8 years ago
97bef76
Merge branch 'master' into lruhash
by shodoco
· 8 years ago
932f8ce
add Quick Start Guide for bcc docker
by Zi Shen Lim
· 8 years ago
e69f764
bcc: add lru_hash and lru_percpu_hash map types
by Huapeng Zhou
· 8 years ago
5647de0
Merge pull request #832 from brendangregg/master
by 4ast
· 8 years ago
4c9f660
profile: -p should match user PID
by Brendan Gregg
· 8 years ago
bf442eb
Merge pull request #831 from brendangregg/master
by 4ast
· 8 years ago
42d00a4
tcplife: reorder logic to catch missed timestamps
by Brendan Gregg
· 8 years ago
e85aa7f
Merge pull request #830 from lcp/fix-data_t
by 4ast
· 8 years ago
759c76a
hello_perf_output: match the data type of pid
by Gary Lin
· 8 years ago
89b1f10
Merge pull request #828 from palmtenor/dbgflg
by 4ast
· 8 years ago
a71c975
Remove debug flag override in bcc_exception.h
by Teng Qin
· 8 years ago
Next »