index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
2016-07-26
tools lib bpf: Use official ELF e_machine value
Wang Nan
2016-07-14
tools lib bpf: Report error when kernel doesn't support program type
Wang Nan
2016-07-14
tools lib bpf: New API to adjust type of a BPF program
Wang Nan
2016-07-12
tools lib bpf: Copy bpf.h and bpf_common.h from the kernel
Arnaldo Carvalho de Melo
2016-07-04
tools lib bpf: Add license header
Wang Nan
2016-06-29
tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"
Colin Ian King
2016-06-06
tools lib bpf: Rename set_private() to set_priv()
Arnaldo Carvalho de Melo
2016-06-06
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
Arnaldo Carvalho de Melo
2016-06-06
tools lib bpf: Remove _get_ from non-refcount method names
Arnaldo Carvalho de Melo
2016-06-06
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
Arnaldo Carvalho de Melo
2016-06-06
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
Arnaldo Carvalho de Melo
2016-06-06
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
Arnaldo Carvalho de Melo
2016-06-06
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()
Arnaldo Carvalho de Melo
2016-01-26
perf bpf: Check relocation target section
Wang Nan
2016-01-11
perf bpf: Fix build breakage due to libbpf
Naveen N. Rao
2016-01-11
perf tools: Fix PowerPC native building
Wang Nan
2016-01-11
tools bpf: Add *.cmd files clean up
Jiri Olsa
2016-01-06
perf build: Use FEATURE-DUMP in bpf subproject
Jiri Olsa
2015-12-11
tools lib bpf: Fetch map names from correct strtab
Wang Nan
2015-12-11
tools lib bpf: Check return value of strdup when reading map names
Wang Nan
2015-11-28
tools lib bpf: Extract and collect map names from BPF object file
Wang Nan
2015-11-28
tools lib bpf: Collect map definition in bpf_object
Wang Nan
2015-11-26
bpf tools: Add helper function for updating bpf maps elements
He Kuang
2015-11-25
tools lib bpf: Don't do a feature check when cleaning
Wang Nan
2015-11-18
bpf tools: Load a program with different instances using preprocessor
Wang Nan
2015-11-06
bpf tools: Add new API bpf_object__get_kversion()
Wang Nan
2015-11-06
bpf tools: Improve libbpf error reporting
Wang Nan
2015-11-05
tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpf
Yunlong Song
2015-11-03
tools lib bpf: Fix compiler warning on CentOS 6
Namhyung Kim
2015-09-28
tools build: Build fixdep helper from perf and basic libs
Jiri Olsa
2015-09-28
tools build: Add Makefile.include
Jiri Olsa
2015-09-22
tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf
Arnaldo Carvalho de Melo
2015-09-22
tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage
Arnaldo Carvalho de Melo
2015-08-31
bpf tools: New API to get name from a BPF object
Wang Nan
2015-08-07
bpf tools: Link all bpf objects onto a list
Wang Nan
2015-08-07
bpf tools: Introduce accessors for struct bpf_program
Wang Nan
2015-08-07
bpf tools: Load eBPF programs in object files into kernel
Wang Nan
2015-08-07
bpf tools: Introduce bpf_load_program() to bpf.c
Wang Nan
2015-08-07
bpf tools: Relocate eBPF programs
Wang Nan
2015-08-07
bpf tools: Create eBPF maps defined in an object file
Wang Nan
2015-08-07
bpf tools: Add bpf.c/h for common bpf operations
Wang Nan
2015-08-07
bpf tools: Record map accessing instructions for each program
Wang Nan
2015-08-07
bpf tools: Collect relocation sections from SHT_REL sections
Wang Nan
2015-08-07
bpf tools: Collect eBPF programs from their own sections
Wang Nan
2015-08-07
bpf tools: Collect symbol table from SHT_SYMTAB section
Wang Nan
2015-08-07
bpf tools: Collect map definitions from 'maps' section
Wang Nan
2015-08-07
bpf tools: Collect version and license from ELF sections
Wang Nan
2015-08-07
bpf tools: Iterate over ELF sections to collect information
Wang Nan
2015-08-07
bpf tools: Check endianness and make libbpf fail early
Wang Nan
2015-08-07
bpf tools: Read eBPF object from buffer
Wang Nan
[next]