summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-12-09perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUSIan Rogers
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer
2024-12-09perf arm-spe: Add support for SPE Data Source packet on AmpereOneIlkka Koskinen
2024-12-09perf arm-spe: Prepare for adding data source packet implementations for other...Ilkka Koskinen
2024-12-09perf cpumap: Add checking for reference counterLeo Yan
2024-12-09perf cpumap: Add more tests for CPU map mergingLeo Yan
2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan
2024-12-09perf config: Fix trival typo 'an' -> 'can'Arnaldo Carvalho de Melo
2024-12-09perf script python: Improve physical mem type resolutionIan Rogers
2024-12-09perf disasm: Return a proper error when not determining the file typeArnaldo Carvalho de Melo
2024-12-09tools features: Don't check for libunwind devel files by defaultArnaldo Carvalho de Melo
2024-12-05perf tools: Fix precise_ip fallback logicNamhyung Kim
2024-12-04perf tools: Fix build error on generated/fs_at_flags_array.cNamhyung Kim
2024-12-04tools headers: Sync uapi/linux/prctl.h with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync uapi/linux/mount.h with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync uapi/linux/fcntl.h with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync *xattrat syscall changes with the kernel sourcesNamhyung Kim
2024-12-03perf machine: Initialize machine->env to address a segfaultArnaldo Carvalho de Melo
2024-12-02perf test: Don't signal all processes on system when interrupting testsJames Clark
2024-12-02perf tools: Fix build-id event recordingNamhyung Kim
2024-11-26Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2024-11-22perf tests: Fix hwmon parsing with PMU name testIan Rogers
2024-11-22perf hwmon_pmu: Ensure hwmon key union is zeroed before useIan Rogers
2024-11-22perf tests hwmon_pmu: Remove double evlist__delete()Arnaldo Carvalho de Melo
2024-11-22perf/test: fix perf ftrace test on s390Thomas Richter
2024-11-22perf bpf-filter: Return -ENOMEM directly when pfi allocation failsHao Ge
2024-11-22perf test: Correct hwmon test PMU detectionIan Rogers
2024-11-16perf: Remove unused del_perf_probe_events()Dr. David Alan Gilbert
2024-11-16perf pmu: Move pmu_metrics_table__find and remove ARM overrideIan Rogers
2024-11-16perf jevents: Add map_for_cpu()Ian Rogers
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers
2024-11-16perf header: Avoid transitive PMU includesIan Rogers
2024-11-16perf arm64 header: Use cpu argument in get_cpuidIan Rogers
2024-11-16perf header: Refactor get_cpuid to take a CPU for ARMIan Rogers
2024-11-16perf header: Move is_cpu_online to numa benchIan Rogers
2024-11-16perf jevents: fix breakage when do perf stat on system metricXu Yang
2024-11-16perf test: Add missing __exit calls in tool/hwmon testsIan Rogers
2024-11-16perf tests: Make leader sampling test work without branch eventJames Clark
2024-11-16perf util: Remove kernel version deadcodeDr. David Alan Gilbert
2024-11-16perf test shell trace_exit_race: Use --no-comm to avoid cases where COMM isn'...Arnaldo Carvalho de Melo
2024-11-15perf test shell trace_exit_race: Show what went wrong in verbose modeArnaldo Carvalho de Melo
2024-11-14perf tests: Add test for trace output lossBenjamin Peterson
2024-11-14perf trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson
2024-11-14perf trace: Do not lose last events in a raceBenjamin Peterson
2024-11-14perf probe: Introduce quotation marks supportMasami Hiramatsu (Google)
2024-11-14perf string: Add strpbrk_esq() and strdup_esq() for escape and quoteMasami Hiramatsu (Google)
2024-11-14perf probe: Accept FUNC@* to specify function name explicitlyMasami Hiramatsu (Google)
2024-11-14perf probe: Fix to ignore escaped characters in --lines optionMasami Hiramatsu (Google)
2024-11-14perf probe: Fix error message for failing to find line rangeMasami Hiramatsu (Google)
2024-11-14perf trace: Fix tracing itself, creating feedback loopsHoward Chu