summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2024-09-03perf pmus: Fix name comparisons on 32-bit systemsIan Rogers-3/+3
2024-09-03perf annotate: LLVM-based disassemblerSteinar H. Gunderson-0/+267
2024-09-03perf annotate: Split out read_symbol()Steinar H. Gunderson-34/+56
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson-1/+262
2024-09-02perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...Arnaldo Carvalho de Melo-10/+484
2024-08-30perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong-1/+4
2024-08-30perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim-0/+3
2024-08-30perf lock contention: Do not fail EEXIST for updateNamhyung Kim-0/+7
2024-08-30perf lock contention: Simplify spinlock checkNamhyung Kim-2/+1
2024-08-30perf lock contention: Handle error in a single placeNamhyung Kim-12/+4
2024-08-30perf test: Additional pipe tests with pipe output written to a fileIan Rogers-0/+26
2024-08-30perf header: Remove repipe optionIan Rogers-18/+9
2024-08-30perf inject: Overhaul handling of pipe filesIan Rogers-49/+48
2024-08-29perf header: Allow attributes to be written after dataIan Rogers-39/+67
2024-08-29perf header: Fail read if header sections overlapIan Rogers-0/+18
2024-08-29perf header: Add kerneldoc to 'struct perf_file_header'Ian Rogers-1/+15
2024-08-29perf session: Document 'struct perf_session' and constify its 'auxtrace' memberIan Rogers-1/+47
2024-08-29perf: cs-etm: Print queue number in raw trace dumpJames Clark-6/+13
2024-08-29perf: cs-etm: Support version 0.1 of HW_ID packetsJames Clark-10/+90
2024-08-29perf: cs-etm: Only save valid trace IDs into filesJames Clark-1/+2
2024-08-29perf: cs-etm: Create decoders based on the trace ID mappingsJames Clark-122/+55
2024-08-29perf: cs-etm: Move traceid_list to each queueJames Clark-98/+147
2024-08-29perf: cs-etm: Allocate queues for all CPUsJames Clark-28/+25
2024-08-29perf cs-etm: Create decoders after both AUX and HW_ID search passesJames Clark-69/+113
2024-08-28perf test: Add 'perf record cgroup' filtering testNamhyung Kim-3/+36
2024-08-28perf bpf-filter: Support filtering on cgroupsNamhyung Kim-9/+55
2024-08-28perf bpf-filter: Add build dependency to header filesNamhyung Kim-2/+2
2024-08-28perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim-1/+1
2024-08-28perf test trace_btf_enum: Fix shellcheck warningJames Clark-0/+1
2024-08-28perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_recordLeo Yan-6/+0
2024-08-28perf auxtrace: Use evsel__is_aux_event() for checking AUX eventLeo Yan-2/+2
2024-08-28perf vendor events arm64: Move Yitian 710 DDR PMU into T-Head directoryLucas Stach-0/+0
2024-08-28perf vendor events: Move PM_BR_MPRED_CMPL event for power10 platformKajol Jain-5/+5
2024-08-28perf vendor events power10: Move the JSON/eventsKajol Jain-130/+130
2024-08-28perf vendor events power10: Update JSON/eventsKajol Jain-0/+40
2024-08-28perf trace: Pass the richer 'struct syscall_arg' pointer to trace__btf_scnpri...Arnaldo Carvalho de Melo-4/+6
2024-08-28perf trace: Fix perf trace -p <PID>Howard Chu-1/+1
2024-08-28perf evlist: Introduce method to find if there is a bpf-output eventHoward Chu-0/+13
2024-08-28perf report: Name events in stats for pipe modeIan Rogers-0/+1
2024-08-28perf testsuite: Install perf-report tests in the 'make install-tests -C tools...Michael Petlan-0/+2
2024-08-28perf testsuite report: Add test case for perf reportVeronika Molnarova-0/+23
2024-08-28perf testsuite report: Add test for perf-report basic functionalityVeronika Molnarova-0/+229
2024-08-28perf testsuite: Add common output checking helperVeronika Molnarova-0/+51
2024-08-28perf testsuite probe: Add test for line semanticsVeronika Molnarova-0/+55
2024-08-28perf testsuite probe: Add test for invalid optionsVeronika Molnarova-0/+79
2024-08-28perf testsuite probe: Add test for basic perf-probe optionsVeronika Molnarova-0/+80
2024-08-28perf testsuite probe: Add test for blacklisted kprobes handlingVeronika Molnarova-0/+67
2024-08-28perf testsuite: Fix shellcheck warningsVeronika Molnarova-8/+9
2024-08-28perf testsuite: Merge settings files for shell testsVeronika Molnarova-51/+46
2024-08-28perf tests shell: Skip base_* dirs in test script searchMichael Petlan-0/+2