summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-04-03perf top: Use evsel's cpus to replace user_requested_cpusKan Liang
2024-03-26perf pmu: Fix a potential memory leak in perf_pmu__lookup()Christophe JAILLET
2024-03-26perf print-events: make is_event_supported() more robustMark Rutland
2024-03-26perf metric: Don't remove scale from countsIan Rogers
2024-03-26perf stat: Avoid metric-only segvIan Rogers
2024-03-26perf expr: Fix "has_event" function for metric style eventsIan Rogers
2024-03-26perf srcline: Add missed addr2line closesIan Rogers
2024-03-26perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong
2024-03-26perf bpf: Clean up the generated/copied vmlinux.hArnaldo Carvalho de Melo
2024-03-26perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong
2024-03-26perf pmu: Treat the msr pmu as softwareIan Rogers
2024-03-26perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong
2024-03-26perf top: Uniform the event name for the hybrid machineKan Liang
2024-03-26perf record: Fix possible incorrect free in record__switch_output()Yang Jihong
2024-02-16perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark
2024-01-25perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey
2024-01-25perf stat: Fix hard coded LL miss unitsIan Rogers
2024-01-25perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers
2024-01-25perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim
2024-01-25perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim
2024-01-25perf genelf: Set ELF program header addresses properlyNamhyung Kim
2024-01-25perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang
2024-01-25perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang
2024-01-25perf stat: Exit perf stat if parse groups failsIan Rogers
2024-01-25perf mem: Fix error on hybrid related to availability of mem event in a PMUKan Liang
2024-01-25perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_M...Ilkka Koskinen
2024-01-25perf test record user-regs: Fix mask for vg registerVeronika Molnarova
2024-01-25perf header: Fix segfault on build_mem_topology() error pathAdrian Hunter
2024-01-25perf test: Remove atomics from test_loop to avoid test failuresNick Forrington
2023-12-13perf metrics: Avoid segv if default metricgroup isn't setIan Rogers
2023-12-13perf list: Fix JSON segfault by setting the used skip_duplicate_pmus callbackIan Rogers
2023-12-13perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fieldsIlkka Koskinen
2023-11-28perf intel-pt: Fix async branch flagsAdrian Hunter
2023-11-20perf vendor events intel: Add broadwellde two metricsIan Rogers
2023-11-20perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metricIan Rogers
2023-11-20perf hist: Add missing puts to hist__account_cyclesIan Rogers
2023-11-20perf machine: Avoid out of bounds LBR memory readIan Rogers
2023-11-20perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 pla...Kajol Jain
2023-11-20perf trace: Use the right bpf_probe_read(_str) variant for reading user dataThomas Richter
2023-11-20perf tools: Do not ignore the default vmlinux.hNamhyung Kim
2023-11-20perf mem-events: Avoid uninitialized readIan Rogers
2023-11-20perf parse-events: Fix for term values that are raw eventsIan Rogers
2023-11-20perf build: Add missing comment about NO_LIBTRACEEVENT=1Arnaldo Carvalho de Melo
2023-11-20tools/perf: Update call stack check in builtin-lock.cKajol Jain
2023-11-20perf record: Fix BTF type checks in the off-cpu profilingNamhyung Kim
2023-11-20perf vendor events arm64: Fix for AmpereOne metricsIlkka Koskinen
2023-11-20perf parse-events: Fix tracepoint name memory leakIan Rogers
2023-11-20perf kwork: Set ordered_events to true in 'struct perf_tool'Yang Jihong
2023-11-20perf kwork: Add the supported subcommands to the documentYang Jihong
2023-11-20perf kwork: Fix incorrect and missing free atom in work_push_atom()Yang Jihong