summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-01-23selftests/bpf: Add 6-argument syscall tracing testAndrii Nakryiko
2023-01-23libbpf: Define loongarch syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define arc syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define riscv syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define sparc syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define powerpc syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define mips syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define arm64 syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define arm syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define s390x syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define i386 syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define x86-64 syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Improve syscall tracing support in bpf_tracing.hAndrii Nakryiko
2023-01-23selftests/bpf: Validate arch-specific argument registers limitsAndrii Nakryiko
2023-01-23libbpf: Add BPF_UPROBE and BPF_URETPROBE macro aliasesAndrii Nakryiko
2023-01-23libbpf: Complete LoongArch (loongarch) spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Fix and complete ARC spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Complete riscv arch spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Complete sparc spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Complete powerpc spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Complete mips spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Fix arm and arm64 specs in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Add 6th argument support for x86-64 in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Add support for fetching up to 8 arguments in kprobesAndrii Nakryiko
2023-01-23selftests/bpf: Use __failure macro in task kfunc testsuiteDavid Vernet
2023-01-23selftests: iommu: Fix test_cmd_destroy_access() call in user_copyNicolin Chen
2023-01-23selftests/bpf: Simple program to dump XDP RX metadataStanislav Fomichev
2023-01-23selftests/bpf: Verify xdp_metadata xdp->af_xdp pathStanislav Fomichev
2023-01-23selftests/bpf: Update expected test_offload.py messagesStanislav Fomichev
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev
2023-01-23perf test buildid: Fix shell string substitutionsAthira Rajeev
2023-01-23perf: Various spelling fixesDiederik de Haas
2023-01-23perf test: Switch basic bpf filtering test to use syscall tracepointNaveen N. Rao
2023-01-23Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2023-01-22perf cs-etm: Ensure that Coresight timestamps don't go backwardsJames Clark
2023-01-22perf cs_etm: Set the time field in the synthetic samplesGerman Gomez
2023-01-22perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETEGerman Gomez
2023-01-22perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez
2023-01-22perf pmu: Add function to check if a pmu file existsGerman Gomez
2023-01-22perf pmu: Remove remaining duplication of bus/event_source/devices/...James Clark
2023-01-22perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()James Clark
2023-01-22perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark
2023-01-22perf tools: Fix foolproof typoIan Rogers
2023-01-22perf symbols: Check SHT_RELA and SHT_REL type earlierAdrian Hunter
2023-01-22perf symbols: Combine handling for SHT_RELA and SHT_RELAdrian Hunter
2023-01-22perf symbols: Allow for .plt entries with no symbolAdrian Hunter
2023-01-22perf symbols: Add symbol for .plt headerAdrian Hunter
2023-01-22perf symbols: Do not check ss->dynsym twiceAdrian Hunter
2023-01-22perf symbols: Slightly simplify 'err' usage in dso__synthesize_plt_symbols()Adrian Hunter
2023-01-22perf symbols: Add dso__find_symbol_nocache()Adrian Hunter