summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-08-03perf intel-pt: Fix exclude_guest settingAdrian Hunter1-0/+12
2024-08-03perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter1-1/+2
2024-08-03perf report: Fix condition in sort__sym_cmp()Namhyung Kim1-1/+1
2024-08-03perf test: Make test_arm_callgraph_fp.sh more robustJames Clark2-21/+26
2024-08-03perf tests: Fix test_arm_callgraph_fp variable expansionJames Clark1-3/+4
2024-08-03perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...Spoorthy S1-3/+3
2024-08-03perf test: Replace arm callgraph fp test workload with leafloopNamhyung Kim1-31/+3
2024-06-27perf script: Show also errors for --insn-trace optionAdrian Hunter1-1/+1
2024-06-27perf: script: add raw|disasm arguments to --insn-trace optionChangbin Du2-7/+22
2024-06-12perf stat: Don't display metric header for non-leader uncore eventsIan Rogers1-0/+3
2024-06-12perf daemon: Fix file leak in daemon_session__controlSamasth Norway Ananda1-2/+2
2024-06-12perf report: Avoid SEGV in report__setup_sample_type()Ian Rogers1-1/+1
2024-06-12perf ui browser: Avoid SEGV on titleIan Rogers1-1/+1
2024-06-12perf ui browser: Don't save pointer to stack memoryIan Rogers2-2/+4
2024-06-12perf bench internals inject-build-id: Fix trap divide when collecting just on...He Zhe1-1/+1
2024-06-12perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter2-0/+4
2024-06-12perf docs: Document bpf event modifierIan Rogers1-0/+1
2024-06-12perf tests: Make "test data symbol" more robust on Neoverse N1James Clark1-0/+16
2024-06-12perf test: Add 'datasym' test workloadNamhyung Kim4-0/+28
2024-06-12perf test: Add 'brstack' test workloadNamhyung Kim4-0/+44
2024-06-12perf test: Add 'sqrtloop' test workloadNamhyung Kim4-0/+49
2024-06-12perf test: Add 'leafloop' test workloadNamhyung Kim4-0/+39
2024-06-12perf test: Add 'thloop' test workloadNamhyung Kim4-0/+56
2024-06-12perf test: Add -w/--workload optionNamhyung Kim5-0/+83
2024-06-12perf annotate: Get rid of duplicate --group option itemNamhyung Kim1-2/+0
2024-06-12perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo1-0/+1
2024-06-12perf record: Delete session after stopping sideband threadIan Rogers1-2/+2
2024-05-17perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim1-4/+17
2024-05-17perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim1-1/+1
2024-03-27perf stat: Avoid metric-only segvIan Rogers1-1/+1
2024-03-27perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong1-1/+1
2024-03-27perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong1-1/+0
2024-03-27perf record: Fix possible incorrect free in record__switch_output()Yang Jihong1-1/+1
2024-01-26perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers5-32/+50
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
2023-11-28perf intel-pt: Fix async branch flagsAdrian Hunter1-0/+2
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 record: Fix BTF type checks in the off-cpu profilingNamhyung Kim1-2/+3
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-10-06perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo1-0/+6
2023-09-19perf hists browser: Fix the number of entries for 'e' keyNamhyung Kim1-34/+24
2023-09-19perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim1-5/+6
2023-09-19perf test shell stat_bpf_counters: Fix test on IntelNamhyung Kim1-2/+2