aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-12-11perf probe: Fix uninitialized variableJames Clark1-1/+1
2024-12-09perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers1-4/+11
2024-12-05perf tools: Fix precise_ip fallback logicNamhyung Kim1-3/+3
2024-12-03perf machine: Initialize machine->env to address a segfaultArnaldo Carvalho de Melo1-0/+2
2024-12-02perf tools: Fix build-id event recordingNamhyung Kim1-2/+2
2024-11-22perf tests: Fix hwmon parsing with PMU name testIan Rogers1-6/+10
2024-11-22perf hwmon_pmu: Ensure hwmon key union is zeroed before useIan Rogers1-4/+5
2024-11-22perf bpf-filter: Return -ENOMEM directly when pfi allocation failsHao Ge1-1/+1
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 Rogers2-6/+0
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers5-34/+34
2024-11-16perf header: Avoid transitive PMU includesIan Rogers2-0/+2
2024-11-16perf arm64 header: Use cpu argument in get_cpuidIan Rogers1-0/+1
2024-11-16perf header: Refactor get_cpuid to take a CPU for ARMIan Rogers3-6/+8
2024-11-16perf header: Move is_cpu_online to numa benchIan Rogers2-52/+0
2024-11-16perf util: Remove kernel version deadcodeDr. David Alan Gilbert2-93/+0
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-13perf list: Fix topic and pmu_name argument orderJean-Philippe Romain2-3/+3
2024-11-13perf tools: Fix typos Muliplier -> MultiplierAndrew Kreimer3-3/+3
2024-11-13perf disasm: Allow configuring what disassemblers to useArnaldo Carvalho de Melo3-6/+83
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
2024-11-09perf dwarf-regs: Remove get_arch_regstr codeIan Rogers2-19/+0
2024-11-09perf xtensa: Remove dwarf-regs.cIan Rogers2-3/+3
2024-11-09perf sparc: Remove dwarf-regs.cIan Rogers2-3/+6
2024-11-09perf sh: Remove dwarf-regs.cIan Rogers2-3/+3
2024-11-09perf s390: Remove dwarf-regs.cIan Rogers2-3/+3
2024-11-09perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.hIan Rogers2-3/+6
2024-11-09perf dwarf-regs: Move powerpc dwarf-regs out of archIan Rogers4-7/+70
2024-11-09perf mips: Remove dwarf-regs.cIan Rogers2-3/+3
2024-11-09perf loongarch: Remove dwarf-regs.cIan Rogers2-3/+4
2024-11-09perf dwarf-regs: Move csky dwarf-regs out of archIan Rogers4-4/+60
2024-11-09perf arm: Remove dwarf-regs.cIan Rogers2-3/+3
2024-11-09perf arm64: Remove dwarf-regs.cIan Rogers2-3/+3
2024-11-09perf dwarf-regs: Move x86 dwarf-regs out of archIan Rogers4-0/+76
2024-11-09perf dwarf-regs: Pass ELF flags to get_dwarf_regstrIan Rogers4-13/+17
2024-11-09perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnumIan Rogers3-7/+12
2024-11-09perf disasm: Add e_machine/e_flags to struct archIan Rogers1-0/+4
2024-11-09perf dwarf-regs: Add EM_HOST and EF_HOST definesIan Rogers3-8/+83
2024-11-09perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSETIan Rogers1-8/+0
2024-11-09perf bpf-prologue: Remove unused fileIan Rogers1-37/+0
2024-11-09perf test: Add hwmon "PMU" testIan Rogers2-0/+10
2024-11-09perf pmu: Add calls enabling the hwmon_pmuIan Rogers3-0/+31
2024-11-09perf hwmon_pmu: Add a tool PMU exposing events from hwmon in sysfsIan Rogers3-0/+724
2024-11-09perf hwmon_pmu: Add hwmon filename parserIan Rogers3-0/+257
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang15-15/+15