aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-16libbpf: don't define CC and ARStanislav Fomichev1-16/+1
2018-11-26libbpf: Verify versioned symbolsAndrey Ignatov1-1/+18
2018-11-26libbpf: Add version script for DSOAndrey Ignatov1-1/+3
2018-11-21libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev1-3/+12
2018-10-16libbpf: Per-symbol visibility for DSOAndrey Ignatov1-0/+1
2018-10-09tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song1-1/+1
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov1-1/+1
2018-07-16tools: libbpf: remove libelf-getphdrnum feature detectionJakub Kicinski1-5/+1
2018-07-11tools: bpf: make use of reallocarrayJakub Kicinski1-1/+5
2018-05-28libbpf: Install btf.h with libbpfAndrey Ignatov1-0/+1
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski1-1/+1
2018-02-02tools: add netlink.h and if_link.h in tools uapiEric Leblond1-0/+6
2018-01-17libbpf: Makefile set specified permission modeJesper Dangaard Brouer1-1/+1
2018-01-17libbpf: cleanup Makefile, remove unused elementsJesper Dangaard Brouer1-13/+2
2018-01-17libbpf: install the header file libbpf.hJesper Dangaard Brouer1-1/+2
2017-12-17libbpf: fix Makefile exit code if libelf not foundJakub Kicinski1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2017-08-17tools lib bpf: Fix double file test in MakefileDaniel Díaz1-2/+2
2017-07-31perf build: Clarify open-coded header version warning messageIngo Molnar1-2/+2
2017-07-26bpf: install libbpf headers on 'make install'Jakub Kicinski1-0/+4
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König1-1/+1
2016-07-12tools lib bpf: Copy bpf.h and bpf_common.h from the kernelArnaldo Carvalho de Melo1-1/+7
2016-01-11perf bpf: Fix build breakage due to libbpfNaveen N. Rao1-8/+8
2016-01-11tools bpf: Add *.cmd files clean upJiri Olsa1-1/+1
2016-01-06perf build: Use FEATURE-DUMP in bpf subprojectJiri Olsa1-0/+4
2015-11-25tools lib bpf: Don't do a feature check when cleaningWang Nan1-0/+10
2015-11-05tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpfYunlong Song1-1/+1
2015-09-28tools build: Build fixdep helper from perf and basic libsJiri Olsa1-1/+3
2015-09-28tools build: Add Makefile.includeJiri Olsa1-1/+1
2015-09-22tools lib bpf: Use FEATURE_USER to allow building in the same dir as perfArnaldo Carvalho de Melo1-0/+1
2015-09-22tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usageArnaldo Carvalho de Melo1-2/+2
2015-08-07bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan1-0/+195