aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Unify python executables to use `#!/usr/bin/env python` shebang (#2102)Alexey Ivanov2019-01-0323-20/+23
* Comment on duplicate code for parsing double vlans (#2107)Paul Chaignon2019-01-031-17/+12
* implement free_bcc_memory() API (#2097)yonghong-song2018-12-301-0/+6
* fix typos, link reference and package versions for rhel (#2092)Aditya Mahendrakar2018-12-262-2/+2
* Revert "Remove duplicate code from xdp_drop_count.py (#2049)" (#2069)yonghong-song2018-12-051-1/+10
* Add test script for XDP_TX action (#2066)Andy Gospodarek2018-12-041-0/+190
* Remove duplicate code from xdp_drop_count.py (#2049)sevagh2018-11-191-10/+1
* fix verifier errors in http_filter example (#2039)yonghong-song2018-11-102-10/+4
* Fix syntax error in xdp_redirect_cpu.py (#1969)Nguyen Phuong An2018-09-131-3/+3
* Update scripts to use `increment` (#1905)Javier Honduvilla Coto2018-07-313-0/+3
* examples/http_filter: Add pointer offset accounting for variable ip header le...ChaosData2018-07-192-7/+23
* Unify and improve C++'s USDT implementation (#1841)Teng Qin2018-06-261-22/+37
* Add DEVMAP, CPUMAP, and redirect_map() to the reference guideGary Lin2018-06-112-0/+202
* Added vlan_filter application. (#1773)smartx-usman2018-05-296-0/+432
* tc_perf_event.py command fixkernel-z2018-05-291-1/+1
* Misc fixes for C++ USDT class (#1764)Teng Qin2018-05-151-1/+9
* Use print function for Python 3 compatibility (#1748)Javier Honduvilla Coto2018-05-103-3/+6
* Fix TCPSendStack example stack id error handlingTeng Qin2018-04-271-16/+31
* clang-format C++ API and example filesTeng Qin2018-04-272-8/+9
* Merge pull request #1715 from iovisor/yhs_dev4ast2018-04-271-2/+3
|\
| * introduce C++ get_syscall_fnname APIYonghong Song2018-04-261-2/+3
* | Add support of Cgroup Array in C++Teng Qin2018-04-251-1/+26
|/
* introduce new BPF APIs to get kernel syscall entry func name/prefixYonghong Song2018-04-246-6/+9
* add an example of accessing an externally created map in C++Yonghong Song2018-03-212-0/+138
* properly retrieve IP address from array for python2.7Nirmoy Das2018-03-181-2/+2
* Allow obtaining BPFPerfBuffer pointer for pollingTeng Qin2018-03-051-2/+5
* Rename kprobe_poll to perf_buffer_pollTeng Qin2018-03-026-6/+6
* sync_timing.py: remove unnecessary header fileLiu Bo2018-02-091-1/+0
* urandomread.py: remove extra tail semicolon after TRACEPOINT_PROBELiu Bo2018-02-092-2/+2
* Add BPF_PROG_ARRAY for BPF_MAP_TYPE_PROG_ARRAYGary Lin2018-02-061-1/+1
* Remove semicolon at the end of define BPF_STACK_TRACE()Song Liu2018-02-025-5/+5
* libbpf: Support unbound raw socket creationOlivier Tilmans2017-11-221-2/+3
* Fix dns_matching exampleOlivier Tilmans2017-11-211-25/+26
* Trace external pointers through mapsPaul Chaignon2017-10-261-5/+3
* correct spelling mistakesEdward Betts2017-10-121-1/+1
* examples:dns_matching: accept args from userPrashant Bhole2017-10-041-4/+22
* examples:dns_matching: make it work as DNS snifferPrashant Bhole2017-10-042-5/+30
* examples:dns_matching: helper function for adding cache entryPrashant Bhole2017-10-021-8/+9
* examples:dns_matching: fixed loop break conditionPrashant Bhole2017-09-281-7/+5
* examples:dns_matching: added pragma directive for loop unrollingPrashant Bhole2017-09-281-1/+1
* examples:dns_matching: fix key length and buffer overrunPrashant Bhole2017-09-282-5/+5
* Merge pull request #1333 from samuelnair/fix-py-tutBrendan Gregg2017-09-071-1/+2
|\
| * Modified the docs and example to make a fix for https://github.com/iovisor/bc...Samuel Nair2017-09-021-1/+2
* | examples: fixed http_filter examplePrashant Bhole2017-09-052-2/+4
* | examples: fix vlan_learning examplePrashant Bhole2017-09-041-1/+1
|/
* Fix compile errors with ENABLE_USDT=OffBrenden Blanco2017-08-251-0/+2
* Add c-library only optionBrenden Blanco2017-08-251-0/+2
* move api and create dependent optionBrenden Blanco2017-08-251-0/+1
* Allow the flags to be specified in remove_xdp()Gary Lin2017-08-221-1/+1
* Add USDT sample (#1229)bveldhoen2017-07-1113-0/+940