summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-10-08Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...Linus Torvalds14-32/+161
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-10-03perf cs-etm: Fix the assert() to handle captured and unprocessed cpu traceIlkka Koskinen1-1/+1
2024-10-03perf build: Fix build feature-dwarf_getlocations fail for old libdwYang Jihong1-1/+4
2024-10-03perf build: Fix static compilation error when libdw is not installedYang Jihong1-1/+1
2024-10-03perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORTJames Clark1-0/+1
2024-10-02perf tools: Cope with differences for lib/list_sort.c copy from the kernelArnaldo Carvalho de Melo2-1/+35
2024-10-02tools check_headers.sh: Add check variant that excludes some hunksArnaldo Carvalho de Melo1-0/+24
2024-09-30perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2-0/+5
2024-09-30perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th...Arnaldo Carvalho de Melo1-2/+2
2024-09-30tools include UAPI: Sync linux/fcntl.h copy with the kernel sourcesArnaldo Carvalho de Melo2-24/+65
2024-09-30tools include UAPI: Sync linux/sched.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2024-09-30tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo1-1/+16
2024-09-27perf vdso: Missed put on 32-bit dsosIan Rogers1-1/+3
2024-09-23perf symbol: Set binary_type of dso when loadingNamhyung Kim1-0/+3
2024-09-11perf trace: Mark the 'head' arg in the set_robust_list syscall as coming from...Arnaldo Carvalho de Melo1-0/+2
2024-09-11perf trace: Mark the 'rseq' arg in the rseq syscall as coming from user spaceArnaldo Carvalho de Melo1-0/+2
2024-09-11perf env: Find correct branch counter info on hybridKan Liang5-6/+28
2024-09-11perf evlist: Print hint for groupKan Liang1-1/+7
2024-09-11tools: Drop nonsensical -O6Sam James1-5/+1
2024-09-11perf pmu: To info add event_type_descIan Rogers3-1/+6
2024-09-11perf evsel: Add accessor for tool_eventIan Rogers4-16/+21
2024-09-11perf pmus: Fake PMU clean upIan Rogers9-43/+64
2024-09-11perf list: Avoid potential out of bounds memory readIan Rogers1-1/+1
2024-09-11perf help: Fix a typo ("bellow")Andrew Kreimer1-1/+1
2024-09-11perf ftrace: Detect whether ftrace is enabled on systemChangbin Du1-0/+23
2024-09-11perf test shell probe_vfs_getname: Remove extraneous '=' from probe line numb...Arnaldo Carvalho de Melo1-2/+2
2024-09-11perf build: Require at least clang 16.0.6 to build BPF skeletonsArnaldo Carvalho de Melo1-2/+2
2024-09-11perf trace: If a syscall arg is marked as 'const', assume it is coming _from_...Arnaldo Carvalho de Melo1-1/+4
2024-09-11perf parse-events: Remove duplicated include in parse-events.cYang Li1-1/+0
2024-09-10perf callchain: Allow symbols to be optional when resolving a callchainIan Rogers5-52/+85
2024-09-10perf inject: Lazy build-id mmap2 event insertionIan Rogers4-12/+63
2024-09-10perf inject: Add new mmap2-buildid-all optionIan Rogers4-3/+154
2024-09-10perf inject: Fix build ID injectionIan Rogers4-55/+175
2024-09-10perf annotate-data: Add pr_debug_scope()Namhyung Kim1-2/+23
2024-09-10perf annotate: Treat 'call' instruction as stack operationNamhyung Kim1-0/+1
2024-09-10perf build: Autodetect minimum required llvm-dev versionJames Clark1-3/+3
2024-09-10perf trace: Mark the rlim arg in the prlimit64 and setrlimit syscalls as comi...Arnaldo Carvalho de Melo1-2/+4
2024-09-10perf trace: Support collecting 'union's with the BPF augmenterArnaldo Carvalho de Melo1-8/+10
2024-09-10perf trace: Add --force-btf for debuggingHoward Chu1-1/+6
2024-09-10perf trace: Collect augmented data using BPFHoward Chu1-1/+106
2024-09-10perf trace: Pretty print buffer dataHoward Chu2-0/+39
2024-09-10perf trace: Pretty print struct dataHoward Chu1-5/+60
2024-09-10perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...Howard Chu2-0/+117
2024-09-10perf trace: Mark bpf's attr as from_userArnaldo Carvalho de Melo1-1/+2
2024-09-10perf trace: Introduce SCA_TIMESPEC_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo2-2/+7
2024-09-10perf trace: Introduce SCA_SOCKADDR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo2-3/+8
2024-09-10perf trace: Introduce SCA_PERF_ATTR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo2-1/+5
2024-09-10perf trace: Mark which syscall arguments go from user space to kernel spaceArnaldo Carvalho de Melo1-14/+27
2024-09-10perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo4-44/+66