summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix uninitialized variableJames Clark10 days1-1/+1
* perf test expr: Fix system_tsc_freq for only x86Ian Rogers11 days1-7/+12
* perf test hwmon_pmu: Fix event file locationIan Rogers12 days1-11/+18
* perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers12 days1-4/+11
* perf ftrace: Fix undefined behavior in cmp_profile_data()Kuan-Wei Chiu12 days1-1/+2
* perf tools: Fix precise_ip fallback logicNamhyung Kim2024-12-051-3/+3
* perf tools: Fix build error on generated/fs_at_flags_array.cNamhyung Kim2024-12-041-1/+2
* tools headers: Sync uapi/linux/prctl.h with the kernel sourcesNamhyung Kim2024-12-041-1/+26
* tools headers: Sync uapi/linux/mount.h with the kernel sourcesNamhyung Kim2024-12-041-2/+12
* tools headers: Sync uapi/linux/fcntl.h with the kernel sourcesNamhyung Kim2024-12-041-4/+1
* tools headers: Sync *xattrat syscall changes with the kernel sourcesNamhyung Kim2024-12-045-0/+20
* perf machine: Initialize machine->env to address a segfaultArnaldo Carvalho de Melo2024-12-031-0/+2
* perf test: Don't signal all processes on system when interrupting testsJames Clark2024-12-021-1/+1
* perf tools: Fix build-id event recordingNamhyung Kim2024-12-021-2/+2
* Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...Linus Torvalds2024-11-26323-4032/+9269
|\
| * perf tests: Fix hwmon parsing with PMU name testIan Rogers2024-11-222-8/+13
| * perf hwmon_pmu: Ensure hwmon key union is zeroed before useIan Rogers2024-11-221-4/+5
| * perf tests hwmon_pmu: Remove double evlist__delete()Arnaldo Carvalho de Melo2024-11-221-2/+0
| * perf/test: fix perf ftrace test on s390Thomas Richter2024-11-221-1/+1
| * perf bpf-filter: Return -ENOMEM directly when pfi allocation failsHao Ge2024-11-221-1/+1
| * perf test: Correct hwmon test PMU detectionIan Rogers2024-11-221-1/+2
| * perf: Remove unused del_perf_probe_events()Dr. David Alan Gilbert2024-11-164-57/+0
| * perf pmu: Move pmu_metrics_table__find and remove ARM overrideIan Rogers2024-11-166-39/+9
| * perf jevents: Add map_for_cpu()Ian Rogers2024-11-162-14/+26
| * perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers2024-11-1615-67/+57
| * perf header: Avoid transitive PMU includesIan Rogers2024-11-163-0/+4
| * perf arm64 header: Use cpu argument in get_cpuidIan Rogers2024-11-162-33/+31
| * perf header: Refactor get_cpuid to take a CPU for ARMIan Rogers2024-11-1611-14/+19
| * perf header: Move is_cpu_online to numa benchIan Rogers2024-11-163-52/+53
| * perf jevents: fix breakage when do perf stat on system metricXu Yang2024-11-162-22/+2
| * perf test: Add missing __exit calls in tool/hwmon testsIan Rogers2024-11-162-0/+2
| * perf tests: Make leader sampling test work without branch eventJames Clark2024-11-161-6/+7
| * perf util: Remove kernel version deadcodeDr. David Alan Gilbert2024-11-162-93/+0
| * perf test shell trace_exit_race: Use --no-comm to avoid cases where COMM isn'...Arnaldo Carvalho de Melo2024-11-161-2/+2
| * perf test shell trace_exit_race: Show what went wrong in verbose modeArnaldo Carvalho de Melo2024-11-151-2/+22
| * perf tests: Add test for trace output lossBenjamin Peterson2024-11-141-0/+31
| * perf trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson2024-11-141-2/+3
| * perf trace: Do not lose last events in a raceBenjamin Peterson2024-11-141-7/+2
| * perf probe: Introduce quotation marks supportMasami Hiramatsu (Google)2024-11-141-34/+41
| * perf string: Add strpbrk_esq() and strdup_esq() for escape and quoteMasami Hiramatsu (Google)2024-11-142-0/+102
| * perf probe: Accept FUNC@* to specify function name explicitlyMasami Hiramatsu (Google)2024-11-141-5/+17
| * perf probe: Fix to ignore escaped characters in --lines optionMasami Hiramatsu (Google)2024-11-141-3/+3
| * perf probe: Fix error message for failing to find line rangeMasami Hiramatsu (Google)2024-11-141-1/+15
| * perf trace: Fix tracing itself, creating feedback loopsHoward Chu2024-11-141-0/+3
| * perf timechart: Remove redundant variable assignmentLuo Yifan2024-11-131-1/+0
| * perf list: Fix topic and pmu_name argument orderJean-Philippe Romain2024-11-133-5/+5
| * perf tools: Fix typos Muliplier -> MultiplierAndrew Kreimer2024-11-133-3/+3
| * perf disasm: Allow configuring what disassemblers to useArnaldo Carvalho de Melo2024-11-134-6/+96
| * perf disasm: Define stubs for the LLVM and capstone disassemblersArnaldo Carvalho de Melo2024-11-131-8/+35
| * perf disasm: Introduce symbol__disassemble_objdump()Arnaldo Carvalho de Melo2024-11-111-80/+88