summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-03-27perf pmu: Treat the msr pmu as softwareIan Rogers1-1/+11
2024-03-27perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong2-2/+5
2024-03-27perf top: Uniform the event name for the hybrid machineKan Liang4-27/+28
2024-03-27perf record: Fix possible incorrect free in record__switch_output()Yang Jihong1-1/+1
2024-02-16perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark1-1/+8
2024-01-26perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey1-2/+2
2024-01-26perf stat: Fix hard coded LL miss unitsIan Rogers1-1/+1
2024-01-26perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers5-32/+50
2024-01-26perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim1-1/+1
2024-01-26perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim1-4/+17
2024-01-26perf genelf: Set ELF program header addresses properlyNamhyung Kim1-3/+3
2024-01-26perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang1-0/+1
2024-01-26perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang1-2/+3
2024-01-26perf stat: Exit perf stat if parse groups failsIan Rogers1-7/+11
2024-01-26perf mem: Fix error on hybrid related to availability of mem event in a PMUKan Liang1-11/+14
2024-01-26perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_M...Ilkka Koskinen1-1/+1
2024-01-26perf test record user-regs: Fix mask for vg registerVeronika Molnarova2-2/+2
2024-01-26perf header: Fix segfault on build_mem_topology() error pathAdrian Hunter1-1/+3
2024-01-26perf test: Remove atomics from test_loop to avoid test failuresNick Forrington1-3/+1
2023-12-13perf metrics: Avoid segv if default metricgroup isn't setIan Rogers1-1/+1
2023-12-13perf list: Fix JSON segfault by setting the used skip_duplicate_pmus callbackIan Rogers1-0/+6
2023-12-13perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fieldsIlkka Koskinen1-0/+2
2023-11-28perf intel-pt: Fix async branch flagsAdrian Hunter1-0/+2
2023-11-20perf vendor events intel: Add broadwellde two metricsIan Rogers1-0/+12
2023-11-20perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metricIan Rogers1-1/+1
2023-11-20perf hist: Add missing puts to hist__account_cyclesIan Rogers1-3/+7
2023-11-20perf machine: Avoid out of bounds LBR memory readIan Rogers1-10/+12
2023-11-20perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 pla...Kajol Jain1-1/+1
2023-11-20perf trace: Use the right bpf_probe_read(_str) variant for reading user dataThomas Richter1-8/+8
2023-11-20perf tools: Do not ignore the default vmlinux.hNamhyung Kim1-0/+1
2023-11-20perf mem-events: Avoid uninitialized readIan Rogers1-1/+2
2023-11-20perf parse-events: Fix for term values that are raw eventsIan Rogers1-5/+3
2023-11-20perf build: Add missing comment about NO_LIBTRACEEVENT=1Arnaldo Carvalho de Melo1-0/+4
2023-11-20tools/perf: Update call stack check in builtin-lock.cKajol Jain1-1/+16
2023-11-20perf record: Fix BTF type checks in the off-cpu profilingNamhyung Kim1-2/+3
2023-11-20perf vendor events arm64: Fix for AmpereOne metricsIlkka Koskinen1-198/+220
2023-11-20perf parse-events: Fix tracepoint name memory leakIan Rogers1-0/+1
2023-11-20perf kwork: Set ordered_events to true in 'struct perf_tool'Yang Jihong1-3/+4
2023-11-20perf kwork: Add the supported subcommands to the documentYang Jihong1-1/+1
2023-11-20perf kwork: Fix incorrect and missing free atom in work_push_atom()Yang Jihong1-2/+4
2023-11-20perf stat: Fix aggr mode initializationIan Rogers1-1/+1
2023-11-08perf evlist: Avoid frequency mode for the dummy eventIan Rogers1-2/+3
2023-09-30perf dlfilter: Add a test for object_code()Adrian Hunter2-2/+22
2023-09-30perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()Adrian Hunter1-17/+15
2023-09-27perf pmu: Fix perf stat output with correct scale and unitWyes Karny1-4/+4
2023-09-18perf jevent: fix core dump on software events on s390Thomas Richter1-1/+1
2023-09-18perf pmu: Ensure all alias variables are initializedIan Rogers1-1/+1
2023-09-18perf jevents metric: Fix type of strcmp_cpuid_strIan Rogers1-2/+2
2023-09-18perf trace: Avoid compile error wrt redefining boolIan Rogers1-0/+2
2023-09-18perf bpf-prologue: Remove unused fileIan Rogers1-508/+0