aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich1-1/+1
2020-09-17selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski5-0/+533
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov3-22/+52
2020-09-17bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski1-4/+17
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski6-55/+244
2020-09-17bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski2-0/+30
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski4-20/+24
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski2-3/+64
2020-09-17bpf, x64: use %rcx instead of %rax for tail call retpolinesMaciej Fijalkowski2-18/+18
2020-09-15selftests/bpf: Merge most of test_btf into test_progsAndrii Nakryiko3-335/+78
2020-09-15selftests/bpf: Test load and dump metadata with btftool and skelYiFei Zhu5-1/+255
2020-09-15bpftool: Support dumping metadataYiFei Zhu3-0/+208
2020-09-15libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata sectionYiFei Zhu4-0/+94
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu3-0/+77
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu5-17/+44
2020-09-14libbpf: Fix a compilation error with xsk.c for ubuntu 16.04Yonghong Song1-0/+1
2020-09-14bpftool: Fix build failureYonghong Song1-1/+1
2020-09-14xsk: Fix refcount warning in xp_dma_mapMagnus Karlsson1-2/+2
2020-09-14samples/bpf: Add quiet option to xdpsockMagnus Karlsson1-5/+14
2020-09-14samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson1-0/+1
2020-09-14samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson1-0/+8
2020-09-14s390/bpf: Fix multiple tail callsIlya Leoshkevich1-34/+27
2020-09-10tcp: Simplify tcp_set_congestion_control() load=false caseNeal Cardwell1-11/+4
2020-09-10tcp: simplify _bpf_setsockopt(): Remove flags argumentNeal Cardwell1-7/+3
2020-09-10tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell4-13/+5
2020-09-10tcp: Simplify EBPF TCP_CONGESTION to always init CCNeal Cardwell1-6/+1
2020-09-10tcp: Only init congestion control if not initialized alreadyNeal Cardwell4-3/+8
2020-09-10tools: bpftool: Automate generation for "SEE ALSO" sections in man pagesQuentin Monnet13-198/+11
2020-09-10bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu2-4/+4
2020-09-10selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song1-2/+2
2020-09-10selftests/bpf: Fix test_ksyms on non-SMP kernelsIlya Leoshkevich1-2/+4
2020-09-10bpf: Plug hole in struct bpf_sk_lookup_kernLorenz Bauer1-2/+2
2020-09-10tools: bpftool: Add "inner_map" to "bpftool map create" outer mapsQuentin Monnet3-18/+62
2020-09-10tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENTQuentin Monnet1-2/+2
2020-09-10tools: bpftool: Clean up function to dump map entryQuentin Monnet1-49/+52
2020-09-10selftests: bpf: Test iterating a sockmapLorenz Bauer4-0/+144
2020-09-10net: Allow iterating sockmap and sockhashLorenz Bauer1-2/+278
2020-09-10net: sockmap: Remove unnecessary sk_fullsock checksLorenz Bauer1-2/+2
2020-09-10tools: bpftool: Include common options from separate fileQuentin Monnet14-196/+35
2020-09-10tools: bpftool: Print optional built-in features along with versionQuentin Monnet2-3/+38
2020-09-10selftests, bpftool: Add bpftool (and eBPF helpers) documentation buildQuentin Monnet2-0/+26
2020-09-10tools: bpftool: Log info-level messages when building bpftool man pagesQuentin Monnet4-1/+12
2020-09-10bpf: Remove duplicate headersChen Zhou1-1/+0
2020-09-09perf: Stop using deprecated bpf_program__title()Andrii Nakryiko1-10/+2
2020-09-09selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song2-4/+4
2020-09-08selftests/bpf: Add test for map_ptr arithmeticYonghong Song2-1/+41
2020-09-08bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song1-0/+4
2020-09-07tools, bpf: Synchronise BPF UAPI header with toolsQuentin Monnet1-42/+45
2020-09-07bpf: Fix formatting in documentation for BPF helpersQuentin Monnet1-42/+45
2020-09-07tools: bpftool: Fix formatting in bpftool-link documentationQuentin Monnet1-1/+1