Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0ea97a2d61df729ccce75b00a2fa37d39a508ab6
/
tools
/
bpf
573b3aa
tools/bpftool: fix a percpu_array map dump problem
by Yonghong Song
· 6 years ago
759b94a
tools/bpftool: Fix segfault case regarding 'pin' arguments
by Taeung Song
· 6 years ago
bfee71f
tools: bpftool: remember to close the libbpf object after prog load
by Jakub Kicinski
· 6 years ago
957f9a1
tools: bpftool: remove duplicated error message on prog load
by Jakub Kicinski
· 6 years ago
07480cb
tools: bpftool: improve accuracy of load time
by Jakub Kicinski
· 6 years ago
73df93c
tools/bpftool: fix a bug in bpftool perf
by Yonghong Song
· 6 years ago
b3bbba3
bpf: fix cbpf parser bug for octal numbers
by Daniel Borkmann
· 6 years ago
13a370b
bpftool: Support sendmsg{4,6} attach types
by Andrey Ignatov
· 6 years ago
6bdd533
bpf: add selftest for lirc_mode2 type program
by Sean Young
· 6 years ago
b04df40
tools/bpftool: add perf subcommand
by Yonghong Song
· 6 years ago
f7f62c7
tools: bpftool: add delimiters to multi-function JITed dumps
by Sandipan Das
· 6 years ago
f84192e
tools: bpftool: resolve calls without using imm field
by Sandipan Das
· 6 years ago
62c52d1
bpf: bpftool, support for sockhash
by John Fastabend
· 6 years ago
d0cabbb
tools: bpf: move the event reading loop to libbpf
by Jakub Kicinski
· 6 years ago
e368751
tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clock
by Jakub Kicinski
· 6 years ago
96112e9
selftests/bpf: ignore build products
by Sirio Balmelli
· 6 years ago
01adc48
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
f412eed
tools: bpftool: add simple perf event output reader
by Jakub Kicinski
· 7 years ago
e64d525
tools: bpftool: move get_possible_cpus() to common code
by Jakub Kicinski
· 7 years ago
c642ea2
tools: bpftool: fold hex keyword in command help
by Jakub Kicinski
· 7 years ago
a7b15ab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a3fe1f6
tools: bpftool: change time format for program 'loaded at:' information
by Quentin Monnet
· 7 years ago
79741a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
9b984a2
tools, bpftool: Display license GPL compatible in prog show/list
by Jiri Olsa
· 7 years ago
8154255
bpf: fix uninitialized variable in bpf tools
by John Fastabend
· 7 years ago
a9537c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
9c299a3
bpf: fix for lex/yacc build error with gcc-5
by John Fastabend
· 7 years ago
0c90f22
tools: bpftool: make it easier to feed hex bytes to bpftool
by Quentin Monnet
· 7 years ago
393de51
bpftool: Support new prog types and attach types
by Andrey Ignatov
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
4b6eca9
tools: bpftool: don't use hex numbers in JSON output
by Jakub Kicinski
· 7 years ago
337682c
bpftool: Adjust to new print_bpf_insn interface
by Jiri Olsa
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
cc5b340
tools: bpf: remove feature detection output
by Jakub Kicinski
· 7 years ago
8050ea4
tools: bpf: cleanup PHONY target
by Jakub Kicinski
· 7 years ago
d5fc73d
tools: bpftool: fix potential format truncation
by Jakub Kicinski
· 7 years ago
90126e3
tools: bpftool: fix dependency file path
by Jakub Kicinski
· 7 years ago
ef8ba83b
tools: bpf: silence make by not deleting intermediate file
by Jiri Benc
· 7 years ago
a50b7f8
tools: bpf: respect quiet/verbose build
by Jiri Benc
· 7 years ago
58416c3
tools: bpf: call descend in Makefile
by Jiri Benc
· 7 years ago
6c07100
tools: bpf: make install should build first
by Jiri Benc
· 7 years ago
fde68c5
tools: bpf: consistent make bpf_install
by Jiri Benc
· 7 years ago
5a8997f
tools: bpf: respect output directory during build
by Jiri Benc
· 7 years ago
72ab55e
tools: bpftool: silence 'missing initializer' warnings
by Jiri Benc
· 7 years ago
20d5de5
tools: bpftool: fix compilation with older headers
by Jiri Benc
· 7 years ago
668da74
tools: bpftool: add support for quotations in batch files
by Quentin Monnet
· 7 years ago
416656b
tools: bpftool: read from stdin when batch file name is "-"
by Quentin Monnet
· 7 years ago
65d538d
tools: bpftool: support continuation lines in batch files
by Quentin Monnet
· 7 years ago
06cc7fe
tools: bpftool: support comments in batch files
by Quentin Monnet
· 7 years ago
d96fc832
tools: bpftool: add bash completion for CFG dump
by Quentin Monnet
· 7 years ago
b6c1ced
tools: bpftool: new command-line option and documentation for 'visual'
by Jiong Wang
· 7 years ago
efcef17
tools: bpftool: generate .dot graph from CFG information
by Jiong Wang
· 7 years ago
6e9eb7e
tools: bpftool: add out edges for each basic-block
by Jiong Wang
· 7 years ago
0824611
tools: bpftool: partition basic-block for each function in the CFG
by Jiong Wang
· 7 years ago
8033175
tools: bpftool: detect sub-programs from the eBPF sequence
by Jiong Wang
· 7 years ago
73bb5b4
tools: bpftool: factor out xlated dump related code into separate file
by Jiong Wang
· 7 years ago
3197239
tools: bpftool: remove unnecessary 'if' to reduce indentation
by Jiong Wang
· 7 years ago
9be6d41
tools: bpftool: preserve JSON output on errors on batch file parsing
by Quentin Monnet
· 7 years ago
52c84d3
tools: bpftool: preserve JSON for batch mode when dumping insns to file
by Quentin Monnet
· 7 years ago
a827a16
tools: bpftool: add bash completion for cgroup commands
by Quentin Monnet
· 7 years ago
55f3538
tools: bpftool: add bash completion for `bpftool prog load`
by Quentin Monnet
· 7 years ago
2148481
tools: bpftool: make syntax for program map update explicit in man page
by Quentin Monnet
· 7 years ago
9242682
tools: bpftool: exit doc Makefile early if rst2man is not available
by Quentin Monnet
· 7 years ago
a55aaf6
bpftool: recognize BPF_MAP_TYPE_CPUMAP maps
by Roman Gushchin
· 7 years ago
064a07c
tools: bpftool: report device information for offloaded maps
by Jakub Kicinski
· 7 years ago
b223e3b
tools/bpf_jit_disasm: silence a static checker warning
by Dan Carpenter
· 7 years ago
e659359
tools: bpftool: improve architecture detection by using ifindex
by Jiong Wang
· 7 years ago
39b72cc
tools: bpftool: add -DPACKAGE when including bfd.h
by Jiong Wang
· 7 years ago
45e5e12
bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs
by Roman Gushchin
· 7 years ago
b4fac96
tools: bpftool: remove new lines from errors
by Jakub Kicinski
· 7 years ago
6ebe6db
tools: bpftool: alias show and list commands
by Jakub Kicinski
· 7 years ago
65b875b
tools: bpftool: rename cgroup list -> show in the code
by Jakub Kicinski
· 7 years ago
5226221
tools: bpftool: report device information for offloaded programs
by Jakub Kicinski
· 7 years ago
fb98266
tools/bpftool: fix bpftool build with bintutils >= 2.9
by Roman Gushchin
· 7 years ago
4bfe3bd
tools/bpftool: use version from the kernel source tree
by Roman Gushchin
· 7 years ago
6bb8824
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8207c6d
tools: bpftool: protect against races with disappearing objects
by Jakub Kicinski
· 7 years ago
b3b1b65
tools: bpftool: maps: close json array on error paths of show
by Jakub Kicinski
· 7 years ago
7105e82
bpf: allow for correlation of maps and helpers in dump
by Daniel Borkmann
· 7 years ago
5ccda64
bpftool: implement cgroup bpf operations
by Roman Gushchin
· 7 years ago
49a086c
bpftool: implement prog load command
by Roman Gushchin
· 7 years ago
d324424
tools: bpftool: create "uninstall", "doc-uninstall" make targets
by Quentin Monnet
· 7 years ago
658e85a
tools: bpftool: harmonise Makefile and Documentation/Makefile
by Quentin Monnet
· 7 years ago
ad3cda0
tools: bpftool: declare phony targets as such
by Quentin Monnet
· 7 years ago
507e590
tools: bpftool: unify installation directories
by Quentin Monnet
· 7 years ago
0d954ee
tools: bpftool: remove spurious line break from error message
by Quentin Monnet
· 7 years ago
146882a
tools: bpftool: make error message from getopt_long() JSON-friendly
by Quentin Monnet
· 7 years ago
7868620
tools: bpftool: clean up the JSON writer before exiting in usage()
by Quentin Monnet
· 7 years ago
9b85c2d
tools: bpftool: fix crash on bad parameters with JSON
by Quentin Monnet
· 7 years ago
51aa423
bpftool: revert printing program device bound info
by Jakub Kicinski
· 7 years ago
c541b73
tools: bpftool: optionally show filenames of pinned objects
by Prashant Bhole
· 7 years ago
4990f1f
tools: bpftool: show filenames of pinned objects
by Prashant Bhole
· 7 years ago
1852719
tools: bpftool: open pinned object without type check
by Prashant Bhole
· 7 years ago
0b1c27d
tools: bpftool: move p_err() and p_info() from main.h to common.c
by Quentin Monnet
· 7 years ago
928631e
bpftool: print program device bound info
by Jakub Kicinski
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
cdc89c9
tools: bpf: handle long path in jit disasm
by Prashant Bhole
· 7 years ago
995231c
tools: bpftool: add bash completion for bpftool
by Quentin Monnet
· 7 years ago
3fc27b7
tools: bpftool: try to mount bpffs if required for pinning objects
by Quentin Monnet
· 7 years ago
0641c3c
tools: bpftool: update documentation for --json and --pretty usage
by Quentin Monnet
· 7 years ago
Next »