summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)Author
2017-01-26tools lib bpf: Fix map offsets in relocationJoe Stringer
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-12-15tools lib bpf: Add flags to bpf_create_map()Joe Stringer
2016-12-15tools lib bpf: use __u32 from linux/types.hJoe Stringer
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König
2016-11-29tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan
2016-11-29tools lib bpf: Add private field for bpf_objectWang Nan
2016-11-29tools lib bpf: Add missing BPF functionsWang Nan
2016-11-25tools lib bpf: Fix maps resolutionEric Leblond
2016-07-26tools lib bpf: Use official ELF e_machine valueWang Nan
2016-07-13tools lib bpf: Report error when kernel doesn't support program typeWang Nan
2016-07-13tools lib bpf: New API to adjust type of a BPF programWang Nan
2016-07-12tools lib bpf: Copy bpf.h and bpf_common.h from the kernelArnaldo Carvalho de Melo
2016-07-04tools lib bpf: Add license headerWang Nan
2016-06-29tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King
2016-06-06tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo
2016-06-06tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo
2016-01-26perf bpf: Check relocation target sectionWang Nan
2016-01-11perf bpf: Fix build breakage due to libbpfNaveen N. Rao
2016-01-11perf tools: Fix PowerPC native buildingWang Nan
2016-01-11tools bpf: Add *.cmd files clean upJiri Olsa
2016-01-06perf build: Use FEATURE-DUMP in bpf subprojectJiri Olsa
2015-12-11tools lib bpf: Fetch map names from correct strtabWang Nan
2015-12-11tools lib bpf: Check return value of strdup when reading map namesWang Nan
2015-11-27tools lib bpf: Extract and collect map names from BPF object fileWang Nan
2015-11-27tools lib bpf: Collect map definition in bpf_objectWang Nan
2015-11-26bpf tools: Add helper function for updating bpf maps elementsHe Kuang
2015-11-25tools lib bpf: Don't do a feature check when cleaningWang Nan
2015-11-18bpf tools: Load a program with different instances using preprocessorWang Nan
2015-11-06bpf tools: Add new API bpf_object__get_kversion()Wang Nan
2015-11-06bpf tools: Improve libbpf error reportingWang Nan
2015-11-05tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpfYunlong Song
2015-11-03tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim
2015-09-28tools build: Build fixdep helper from perf and basic libsJiri Olsa
2015-09-28tools build: Add Makefile.includeJiri Olsa
2015-09-22tools lib bpf: Use FEATURE_USER to allow building in the same dir as perfArnaldo Carvalho de Melo
2015-09-22tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usageArnaldo Carvalho de Melo
2015-08-31bpf tools: New API to get name from a BPF objectWang Nan
2015-08-07bpf tools: Link all bpf objects onto a listWang Nan
2015-08-07bpf tools: Introduce accessors for struct bpf_programWang Nan
2015-08-07bpf tools: Load eBPF programs in object files into kernelWang Nan
2015-08-07bpf tools: Introduce bpf_load_program() to bpf.cWang Nan
2015-08-07bpf tools: Relocate eBPF programsWang Nan