summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-12-12perf probe: Fix uninitialized variableJames Clark1-1/+1
2024-12-11perf test expr: Fix system_tsc_freq for only x86Ian Rogers1-7/+12
2024-12-10perf test hwmon_pmu: Fix event file locationIan Rogers1-11/+18
2024-12-10perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers1-4/+11
2024-12-10perf ftrace: Fix undefined behavior in cmp_profile_data()Kuan-Wei Chiu1-1/+2
2024-12-06perf tools: Fix precise_ip fallback logicNamhyung Kim1-3/+3
2024-12-05perf tools: Fix build error on generated/fs_at_flags_array.cNamhyung Kim1-1/+2
2024-12-05tools headers: Sync uapi/linux/prctl.h with the kernel sourcesNamhyung Kim1-1/+26
2024-12-05tools headers: Sync uapi/linux/mount.h with the kernel sourcesNamhyung Kim1-2/+12
2024-12-05tools headers: Sync uapi/linux/fcntl.h with the kernel sourcesNamhyung Kim1-4/+1
2024-12-05tools headers: Sync *xattrat syscall changes with the kernel sourcesNamhyung Kim5-0/+20
2024-12-03perf machine: Initialize machine->env to address a segfaultArnaldo Carvalho de Melo1-0/+2
2024-12-02perf test: Don't signal all processes on system when interrupting testsJames Clark1-1/+1
2024-12-02perf tools: Fix build-id event recordingNamhyung Kim1-2/+2
2024-11-27Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...Linus Torvalds323-4032/+9269
2024-11-23perf tests: Fix hwmon parsing with PMU name testIan Rogers2-8/+13
2024-11-23perf hwmon_pmu: Ensure hwmon key union is zeroed before useIan Rogers1-4/+5
2024-11-23perf tests hwmon_pmu: Remove double evlist__delete()Arnaldo Carvalho de Melo1-2/+0
2024-11-23perf/test: fix perf ftrace test on s390Thomas Richter1-1/+1
2024-11-23perf bpf-filter: Return -ENOMEM directly when pfi allocation failsHao Ge1-1/+1
2024-11-23perf test: Correct hwmon test PMU detectionIan Rogers1-1/+2
2024-11-16perf: Remove unused del_perf_probe_events()Dr. David Alan Gilbert4-57/+0
2024-11-16perf pmu: Move pmu_metrics_table__find and remove ARM overrideIan Rogers6-39/+9
2024-11-16perf jevents: Add map_for_cpu()Ian Rogers2-14/+26
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers15-67/+57
2024-11-16perf header: Avoid transitive PMU includesIan Rogers3-0/+4
2024-11-16perf arm64 header: Use cpu argument in get_cpuidIan Rogers2-33/+31
2024-11-16perf header: Refactor get_cpuid to take a CPU for ARMIan Rogers11-14/+19
2024-11-16perf header: Move is_cpu_online to numa benchIan Rogers3-52/+53
2024-11-16perf jevents: fix breakage when do perf stat on system metricXu Yang2-22/+2
2024-11-16perf test: Add missing __exit calls in tool/hwmon testsIan Rogers2-0/+2
2024-11-16perf tests: Make leader sampling test work without branch eventJames Clark1-6/+7
2024-11-16perf util: Remove kernel version deadcodeDr. David Alan Gilbert2-93/+0
2024-11-16perf test shell trace_exit_race: Use --no-comm to avoid cases where COMM isn'...Arnaldo Carvalho de Melo1-2/+2
2024-11-15perf test shell trace_exit_race: Show what went wrong in verbose modeArnaldo Carvalho de Melo1-2/+22
2024-11-15perf tests: Add test for trace output lossBenjamin Peterson1-0/+31
2024-11-15perf trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson1-2/+3
2024-11-15perf trace: Do not lose last events in a raceBenjamin Peterson1-7/+2
2024-11-14perf probe: Introduce quotation marks supportMasami Hiramatsu (Google)1-34/+41
2024-11-14perf string: Add strpbrk_esq() and strdup_esq() for escape and quoteMasami Hiramatsu (Google)2-0/+102
2024-11-14perf probe: Accept FUNC@* to specify function name explicitlyMasami Hiramatsu (Google)1-5/+17
2024-11-14perf probe: Fix to ignore escaped characters in --lines optionMasami Hiramatsu (Google)1-3/+3
2024-11-14perf probe: Fix error message for failing to find line rangeMasami Hiramatsu (Google)1-1/+15
2024-11-14perf trace: Fix tracing itself, creating feedback loopsHoward Chu1-0/+3
2024-11-13perf timechart: Remove redundant variable assignmentLuo Yifan1-1/+0
2024-11-13perf list: Fix topic and pmu_name argument orderJean-Philippe Romain3-5/+5
2024-11-13perf tools: Fix typos Muliplier -> MultiplierAndrew Kreimer3-3/+3
2024-11-13perf disasm: Allow configuring what disassemblers to useArnaldo Carvalho de Melo4-6/+96
2024-11-13perf disasm: Define stubs for the LLVM and capstone disassemblersArnaldo Carvalho de Melo1-8/+35
2024-11-11perf disasm: Introduce symbol__disassemble_objdump()Arnaldo Carvalho de Melo1-80/+88