summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-09-10perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...Arnaldo Carvalho de Melo1-2/+2
2024-09-06perf mem: Fix the wrong reference in parse_record_events()Kan Liang1-1/+1
2024-09-06perf mem: Fix missed p-core mem events on ADL and RPLKan Liang4-22/+15
2024-09-06perf mem: Check mem_events for all eligible PMUsKan Liang4-4/+16
2024-09-06perf script python: Avoid buffer overflow in python PEBS register interfaceAndi Kleen1-8/+3
2024-09-06perf jevents: Ignore sys when determining a model directoryIan Rogers1-4/+7
2024-09-04perf check: Fix inconsistencies in feature namesAditya Gupta2-4/+4
2024-09-04perf tests probe_vfs_getname.sh: Update to use 'perf check feature'Athira Rajeev3-4/+10
2024-09-04perf tools test_task_analyzer.sh: Update to use 'perf check feature'Aditya Gupta1-2/+2
2024-09-04perf version: Update --build-options to use 'supported_features' arrayAditya Gupta1-36/+8
2024-09-04perf jevents: Add cpuid to model lookup commandIan Rogers1-0/+73
2024-09-04perf check: Introduce 'check' subcommandAditya Gupta5-0/+281
2024-09-04libsubcmd: Don't free the usage stringAditya Gupta6-0/+17
2024-09-04perf parse-events: Vary default_breakpoint_len on i386 and arm64Ian Rogers1-0/+16
2024-09-04perf parse-events: Add default_breakpoint_len helperIan Rogers6-5/+17
2024-09-03perf parse-events: Pass cpu_list as a perf_cpu_map in __add_event()Ian Rogers1-5/+6
2024-09-03perf pmu: Merge boolean sysfs event option parsingIan Rogers1-24/+23
2024-09-03perf sched timehist: Add --prio optionYang Jihong2-1/+79
2024-09-03perf sched timehist: Add --show-prio optionYang Jihong2-7/+87
2024-09-03perf sched timehist: Remove redundant BUG_ON in timehist_sched_change_event()Yang Jihong1-2/+0
2024-09-03perf sched timehist: Skip print non-idle task samples when only show idle eventsYang Jihong1-3/+3
2024-09-03perf script: Minimize "not reaching sample" for '-F +brstackinsn'Andi Kleen4-6/+9
2024-09-03perf record offcpu: Constify control data for BPFNamhyung Kim2-12/+13
2024-09-03perf lock contention: Constify control data for BPFNamhyung Kim2-34/+38
2024-09-03perf kwork: Constify control data for BPFNamhyung Kim4-10/+13
2024-09-03perf ftrace latency: Constify control data for BPFNamhyung Kim2-7/+8
2024-09-03perf stat: Constify control data for BPFNamhyung Kim2-4/+4
2024-09-03perf test: Make watchpoint data 32-bits on i386Ian Rogers1-0/+5
2024-09-03perf test: Skip uprobe test if probe command isn't presentIan Rogers1-0/+7
2024-09-03perf time-utils: Fix 32-bit nsec parsingIan Rogers1-2/+2
2024-09-03perf pmus: Fix name comparisons on 32-bit systemsIan Rogers1-3/+3
2024-09-03perf annotate: LLVM-based disassemblerSteinar H. Gunderson3-0/+267
2024-09-03perf annotate: Split out read_symbol()Steinar H. Gunderson1-34/+56
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson7-1/+262
2024-09-02perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...Arnaldo Carvalho de Melo5-10/+484
2024-08-30perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong1-1/+4
2024-08-30perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim1-0/+3
2024-08-30perf lock contention: Do not fail EEXIST for updateNamhyung Kim1-0/+7
2024-08-30perf lock contention: Simplify spinlock checkNamhyung Kim1-2/+1
2024-08-30perf lock contention: Handle error in a single placeNamhyung Kim1-12/+4
2024-08-30perf test: Additional pipe tests with pipe output written to a fileIan Rogers1-0/+26
2024-08-30perf header: Remove repipe optionIan Rogers3-18/+9
2024-08-30perf inject: Overhaul handling of pipe filesIan Rogers5-49/+48
2024-08-29perf header: Allow attributes to be written after dataIan Rogers1-39/+67
2024-08-29perf header: Fail read if header sections overlapIan Rogers1-0/+18
2024-08-29perf header: Add kerneldoc to 'struct perf_file_header'Ian Rogers1-1/+15
2024-08-29perf session: Document 'struct perf_session' and constify its 'auxtrace' memberIan Rogers1-1/+47
2024-08-29perf: cs-etm: Print queue number in raw trace dumpJames Clark3-6/+13
2024-08-29perf: cs-etm: Support version 0.1 of HW_ID packetsJames Clark1-10/+90
2024-08-29perf: cs-etm: Only save valid trace IDs into filesJames Clark1-1/+2