aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
inux/commit/tools/include/uapi/linux/bpf.h?id=6fc88c354f3af83ffa2c285b86e76c759755693f&follow=1'>bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky8-132/+226 2021-08-23af_unix: Fix NULL pointer bug in unix_shutdownJiang Wang1-1/+2 2021-08-20selftests/bpf: Add tests for {set|get} socket option from setsockopt BPFPrankur Gupta3-0/+127 2021-08-20bpf: Add support for {set|get} socket options from setsockopt BPFPrankur Gupta1-0/+8 2021-08-20bpf: Use kvmalloc for map keys in syscallsStanislav Fomichev2-19/+27 2021-08-20bpf: Use kvmalloc for map values in syscallStanislav Fomichev1-17/+11 2021-08-19selftests/bpf: Adding delay in socketmap_listen to reduce flakynessYucong Sun1-3/+9 2021-08-19bpf: Fix NULL event->prog pointer access in bpf_overflow_handlerYonghong Song1-1/+4 2021-08-19bpf: Undo off-by-one in interpreter tail call count limitDaniel Borkmann1-1/+1 2021-08-19selftests/bpf: Test for get_netns_cookieXu Liu2-0/+100 2021-08-19bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPSXu Liu1-0/+14 2021-08-18libbpf: Rename libbpf documentation index fileGrant Seltzer2-1/+9 2021-08-17bpf: Remove redundant initialization of variable allowColin Ian King1-1/+1 2021-08-17selftests/bpf: Fix flaky send_signal testYonghong Song1-0/+16 2021-08-17selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.cYonghong Song1-25/+20 2021-08-17selftests/bpf: Support glob matching for test selector.Yucong Sun1-16/+62 2021-08-17selftests/bpf: Also print test name in subtest status messageYucong Sun1-2/+2 2021-08-17selftests/bpf: Correctly display subtest skip statusYucong Sun1-12/+13 2021-08-17selftests/bpf: Skip loading bpf_testmod when using -l to list tests.Yucong Sun1-2/+2 2021-08-17selftests/bpf: Add exponential backoff to map_delete_retriable in test_mapsYucong Sun1-1/+6 2021-08-16selftests/bpf: Add exponential backoff to map_update_retriable in test_mapsYucong Sun1-1/+8 2021-08-16selftest/bpf: Add new tests in sockmap for unix stream to tcp.Jiang Wang1-4/+12 2021-08-16selftest/bpf: Change udp to inet in some function namesJiang Wang1-13/+17 2021-08-16selftest/bpf: Add tests for sockmap with unix stream type.Jiang Wang1-0/+2 2021-08-16af_unix: Add unix_stream_proto for sockmapJiang Wang4-37/+148 2021-08-16af_unix: Add read_sock for stream socket typesJiang Wang1-0/+12