summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-09-07tools, bpf: Synchronise BPF UAPI header with toolsQuentin Monnet
2020-09-07tools: bpftool: Fix formatting in bpftool-link documentationQuentin Monnet
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04libbpf: Fix potential multiplication overflowAndrii Nakryiko
2020-09-04libbpf: Fix another __u64 cast in printfAndrii Nakryiko
2020-09-03Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/...Linus Torvalds
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds
2020-09-03selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski
2020-09-03selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter programYonghong Song
2020-09-03selftests/bpf: Fix check in global_data_init.Hao Luo
2020-09-03selftests/bpf: Add __noinline variant of cls_redirect selftestAndrii Nakryiko
2020-09-03selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinlineAndrii Nakryiko
2020-09-03selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline testsAndrii Nakryiko
2020-09-03selftests/bpf: Turn fexit_bpf2bpf into test with subtestsAndrii Nakryiko
2020-09-03libbpf: Deprecate notion of BPF program "title" in favor of "section name"Andrii Nakryiko
2020-09-03selftests/bpf: Don't use deprecated libbpf APIsAndrii Nakryiko
2020-09-03tools/bpftool: Replace bpf_program__title() with bpf_program__section_name()Andrii Nakryiko
2020-09-03selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf callsAndrii Nakryiko
2020-09-03libbpf: Add multi-prog section support for struct_opsAndrii Nakryiko
2020-09-03libbpf: Implement generalized .BTF.ext func/line info adjustmentAndrii Nakryiko
2020-09-03libbpf: Make RELO_CALL work for multi-prog sections and sub-program callsAndrii Nakryiko
2020-09-03libbpf: Support CO-RE relocations for multi-prog sectionsAndrii Nakryiko
2020-09-03libbpf: Parse multi-function sections into multiple BPF programsAndrii Nakryiko
2020-09-03libbpf: Ensure ELF symbols table is found before further ELF processingAndrii Nakryiko
2020-09-03selftests/net: improve descriptions for XFAIL cases in psock_snd.shPo-Hsu Lin
2020-09-03perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa
2020-09-03perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips
2020-09-03perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing
2020-09-03perf stat: Turn off summary for interval mode by defaultJin Yao
2020-09-03libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)
2020-09-03perf jevents: Fix suspicious code in fixregex()Namhyung Kim
2020-09-03perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo
2020-09-03libbpf: Remove arch-specific include path in MakefileNaveen N. Rao
2020-09-02selftests: mptcp: fix typo in mptcp_connect usageDavide Caratti
2020-09-02selftests/bpf: Test task_file iterator without visiting pthreadsYonghong Song
2020-09-01Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git://git.kernel.org/pub/...Linus Torvalds
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-01tools/bpf: build: Make sure resolve_btfids cleans up after itselfToke Høiland-Jørgensen
2020-09-01perf report: Disable ordered_events for raw dumpJiri Olsa
2020-09-01perf tools: Correct SNOOPX field offsetAl Grant
2020-09-01perf intel-pt: Fix corrupt data after perf inject fromAl Grant
2020-09-01perf cs-etm: Fix corrupt data after perf inject fromAl Grant
2020-09-01perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo
2020-09-01perf parse-events: Avoid an uninitialized read when using fake PMUsIan Rogers
2020-09-01perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter
2020-09-01perf test: Set NULL sentinel in pmu_events table in "Parse and process metric...Thomas Richter
2020-09-01perf parse-events: Set exclude_guest=1 for user-space countingJin Yao
2020-09-01perf record: Correct the help info of option "--no-bpf-event"Wei Li
2020-09-01perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson