aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar8-1/+103
2025-05-21tools headers: Synchronize prctl.h ABI headerSebastian Andrzej Siewior1-1/+3
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar20-56/+136
2025-05-03tools/perf: Allow to select the number of hash bucketsSebastian Andrzej Siewior8-1/+101
2025-04-29perf tools: Fix in-source libperf buildJames Clark1-1/+1
2025-04-23perf tools: Fix arm64 build by generating unistd_64.hJames Clark1-0/+1
2025-04-14x86/platform/amd: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>Ingo Molnar2-2/+2
2025-04-11perf tools: Remove evsel__handle_error_quirks()Namhyung Kim1-22/+0
2025-04-10perf libunwind arm64: Fix missing close parens in an if statementArnaldo Carvalho de Melo1-1/+1
2025-04-10tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sourcesNamhyung Kim1-0/+1
2025-04-10tools headers: Update the linux/unaligned.h copy with the kernel sourcesNamhyung Kim1-2/+6
2025-04-10tools headers: Update the uapi/linux/prctl.h copy with the kernel sourcesNamhyung Kim1-0/+11
2025-04-10tools headers: Update the syscall table with the kernel sourcesNamhyung Kim9-1/+10
2025-04-10tools headers: Update the VFS headers with the kernel sourcesNamhyung Kim4-30/+104
2025-04-10tools headers: Update the socket headers with the kernel sourcesNamhyung Kim1-0/+2
2025-04-05tracing/timers: Rename the hrtimer_init event to hrtimer_setupNam Cao1-1/+1
2025-03-31Merge tag 'perf-tools-for-v6.15-2025-03-27' of git://git.kernel.org/pub/scm/l...Linus Torvalds504-9673/+39041
2025-03-24perf bpf-filter: Fix a parsing error with commaNamhyung Kim2-3/+3
2025-03-24perf report: Fix a memory leak for perf_env on AMDNamhyung Kim1-0/+2
2025-03-24perf trace: Fix wrong size to bpf_map__update_elem callThomas Richter1-2/+4
2025-03-24perf tools: annotate asm_pure_loop.SMarcus Meissner1-0/+2
2025-03-24perf python: Fix setup.py mypy errorsIan Rogers1-2/+8
2025-03-24perf test: Address attr.py mypy errorIan Rogers1-7/+1
2025-03-24perf build: Add pylint build testsIan Rogers6-2/+69
2025-03-24perf build: Add mypy build testsIan Rogers6-2/+71
2025-03-24perf build: Rename TEST_LOGS to SHELL_TEST_LOGSIan Rogers7-19/+19
2025-03-23perf bench sched pipe: fix enforced blocking reads in worker_threadDirk Gouders1-11/+4
2025-03-23perf tools: Fix is_compat_mode build break in ppc64Likhitha Korrapati1-2/+2
2025-03-23perf build: filter all combinations of -flto for libperlHolger Hoffstätte1-1/+1
2025-03-20perf vendor events arm64 AmpereOneX: Fix frontend_bound calculationIlkka Koskinen1-5/+5
2025-03-20perf vendor events arm64: AmpereOne/AmpereOneX: Mark LD_RETIRED impacted by e...Ilkka Koskinen2-2/+6
2025-03-20perf trace: Fix evlist memory leakIan Rogers1-2/+6
2025-03-20perf trace: Fix BTF memory leakIan Rogers1-0/+4
2025-03-20perf trace: Make syscall table stableIan Rogers1-34/+53
2025-03-20perf syscalltbl: Mask off ABI type for MIPS system callsIan Rogers1-0/+8
2025-03-20perf build: Remove Makefile.syscallsIan Rogers33-242/+0
2025-03-20perf syscalltbl: Use lookup table containing multiple architecturesIan Rogers1-25/+64
2025-03-20perf trace beauty: Add syscalltbl.sh generating all system call tablesIan Rogers2-0/+283
2025-03-20perf thread: Add support for reading the e_machine type for a threadIan Rogers3-22/+115
2025-03-20perf dso: Add support for reading the e_machine type for a dsoIan Rogers3-27/+92
2025-03-20perf syscalltbl: Remove struct syscalltblIan Rogers4-160/+117
2025-03-20perf trace: Reorganize syscallsIan Rogers1-65/+132
2025-03-20perf syscalltbl: Remove syscall_table.hIan Rogers16-67/+7
2025-03-20perf dso: kernel-doc for enum dso_binary_typeIan Rogers1-0/+57
2025-03-20perf dso: Move libunwind dso_data variables into ifdefIan Rogers1-0/+2
2025-03-20perf report: Disable children column for data type profilingNamhyung Kim1-0/+3
2025-03-20perf report: Allow hierarchy mode for --childrenNamhyung Kim1-2/+0
2025-03-20perf sort: Keep output fields in the same levelNamhyung Kim1-0/+44
2025-03-19perf pmu: Handle memory failure in tool_pmu__new()Thomas Richter2-1/+10
2025-03-19perf: intel-tpebs: Fix incorrect usage of zfree()James Clark1-1/+1
2025-03-19perf cpumap: Increment reference count for online cpumapIan Rogers7-9/+15
2025-03-19perf dso: fix dso__is_kallsyms() checkStephen Brennan1-1/+3
2025-03-19x86/cpufeatures: Remove {disabled,required}-features.hXin Li (Intel)1-2/+0
2025-03-18perf kwork: Remove unreachable judgmentsFeng Yang1-1/+1
2025-03-18perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo1-0/+5
2025-03-18perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo1-3/+1
2025-03-18perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo1-1/+5
2025-03-18perf python tracepoint.py: Change the COMM using setproctitle if availableArnaldo Carvalho de Melo1-0/+8
2025-03-18perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)Arnaldo Carvalho de Melo1-7/+0
2025-03-18perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo1-1/+1
2025-03-17perf test dso-data: Correctly free test file in read testIan Rogers1-12/+12
2025-03-17perf dso: Use lock annotations to fix asan deadlockIan Rogers4-43/+66
2025-03-17perf mutex: Add annotations for LOCKS_EXCLUDED and LOCKS_RETURNEDIan Rogers1-0/+8
2025-03-14perf test: Add pipe output testing for annotateIan Rogers1-16/+40
2025-03-14perf test: Fixes to variable expansion and stdout for diff testIan Rogers1-6/+6
2025-03-14perf libunwind: Fixup conversion perf_sample->user_regs to a pointerArnaldo Carvalho de Melo1-6/+6
2025-03-14perf test stat_all_pmu.sh: Correctly check 'perf stat' resultVeronika Molnarova1-14/+34
2025-03-14perf script: Update brstack syntax documentationYujie Liu1-7/+16
2025-03-13perf script: Fix typo in branch event maskYujie Liu2-3/+3
2025-03-13perf hist stdio: Do bounds check when printing callchains to avoid UB with ne...Arnaldo Carvalho de Melo1-0/+4
2025-03-13perf units: Fix insufficient array spaceArnaldo Carvalho de Melo1-1/+1
2025-03-13perf annotate: Add --code-with-type option.Namhyung Kim2-0/+13
2025-03-13perf annotate: Implement code + data type annotationNamhyung Kim2-14/+60
2025-03-13perf annotate: Factor out __hist_entry__get_data_type()Namhyung Kim1-75/+95
2025-03-13perf annotate: Pass hist_entry to annotate functionsNamhyung Kim4-14/+16
2025-03-13perf annotate: Pass annotation_options to annotation_line__print()Namhyung Kim1-8/+14
2025-03-13perf annotate: Remove unused len parameter from annotation_line__print()Namhyung Kim1-6/+3
2025-03-13perf annotate-data: Add annotated_data_type__get_member_name()Namhyung Kim3-32/+54
2025-03-13perf ftrace: Use atomic inc to update histogram in BPFNamhyung Kim1-1/+1
2025-03-13perf ftrace: Remove an unnecessary condition check in BPFNamhyung Kim1-2/+1
2025-03-13perf ftrace: Fix latency stats with BPFNamhyung Kim2-13/+15
2025-03-11perf test stat: Additional topdown grouping testsIan Rogers1-36/+47
2025-03-11perf x86 evlist: Update comments on topdown regroupingDapeng Mi1-21/+6
2025-03-11perf parse-events: Corrections to topdown sortingIan Rogers2-55/+105
2025-03-11perf x86/topdown: Fix topdown leader sampling test error on hybridDapeng Mi1-1/+1
2025-03-11perf tools: Improve handling of hybrid PMUs in perf_event_attr__fprintfIan Rogers1-49/+75
2025-03-11perf python tracepoint: Switch to using parse_eventsIan Rogers1-12/+11
2025-03-11perf python: Add evlist.config to set up record optionsIan Rogers1-0/+33
2025-03-11perf python: Add evlist all_cpus accessorIan Rogers1-0/+16
2025-03-11perf python: Avoid duplicated code in get_tracepoint_fieldIan Rogers1-13/+4
2025-03-11perf python: Update ungrouped evsel leader in cloneIan Rogers1-0/+2
2025-03-11perf python: Add optional cpus and threads arguments to parse_eventsIan Rogers1-2/+8
2025-03-11perf python: Add member access to a number of evsel variablesIan Rogers1-0/+23
2025-03-11perf python: Add evlist enable and disable methodsIan Rogers1-0/+26
2025-03-11perf evsel: tp_format accessing improvementsIan Rogers1-1/+15
2025-03-11perf evlist: Add success path to evlist__create_syswide_mapsIan Rogers1-7/+6
2025-03-11perf debug: Avoid stack overflow in recursive error messageIan Rogers1-1/+1
2025-03-10perf symbol: Support .gnu_debugdata for symbolsStephen Brennan4-2/+110
2025-03-10perf tools: Add LZMA decompression from FILEStephen Brennan2-11/+26
2025-03-10perf tools: Add dummy functions for !HAVE_LZMA_SUPPORTStephen Brennan1-0/+12
2025-03-10perf mem: Don't leak mem event namesIan Rogers4-33/+53
2025-03-10perf vendor events riscv: Add SiFive P650 eventsEric Lin7-0/+124
2025-03-10perf vendor events riscv: Add SiFive P550 eventsEric Lin5-0/+51
2025-03-10perf vendor events riscv: Add SiFive Bullet version 0x0d eventsEric Lin7-0/+78
2025-03-10perf vendor events riscv: Add SiFive Bullet version 0x07 eventsEric Lin7-0/+120
2025-03-10perf vendor events riscv: Update SiFive Bullet eventsEric Lin3-53/+53
2025-03-10perf vendor events riscv: Remove leading zeroesSamuel Holland3-33/+33
2025-03-10perf vendor events riscv: Rename U74 to BulletSamuel Holland5-1/+1
2025-03-10perf util: Remove unused perf_config__refreshDr. David Alan Gilbert2-7/+0
2025-03-10perf util: Remove unused perf_pmus__default_pmu_nameDr. David Alan Gilbert2-30/+0
2025-03-10perf util: Remove unused perf_data__update_dirDr. David Alan Gilbert2-21/+0
2025-03-10perf util: Remove unused pstack__popDr. David Alan Gilbert2-15/+0
2025-03-10perf util: Remove unused perf_color_default_configDr. David Alan Gilbert2-16/+0
2025-03-07perf tests: Fix data symbol test with LTO buildsIan Rogers2-13/+15
2025-03-07perf report: Fix memory leaks in the hierarchy modeNamhyung Kim1-0/+10
2025-03-07perf report: Use map_symbol__copy() when copying callchainsNamhyung Kim1-7/+3
2025-03-06perf annotate: Return errors from disasm_line__parse_powerpc()Athira Rajeev1-2/+3
2025-03-06perf annotate: Add annotation_options.disassembler_usedAthira Rajeev2-9/+14
2025-03-06perf report: Do not process non-JIT BPF ksymbol eventsNamhyung Kim1-0/+4
2025-03-06perf test: Fix leak in "Synthesize attr update" testIan Rogers1-0/+1
2025-03-05perf machine: Fix insertion of PERF_RECORD_KSYMBOL related kernel mapsNamhyung Kim1-1/+1
2025-03-05perf maps: Add missing map__set_kmap_maps() when replacing a kernel mapArnaldo Carvalho de Melo1-0/+2
2025-03-05perf maps: Fixup maps_by_name when modifying maps_by_addressNamhyung Kim1-1/+23
2025-03-05perf machine: Fixup kernel maps ends after adding extra mapsNamhyung Kim1-2/+2
2025-03-05perf maps: Set the kmaps for newly created/added kernel mapsArnaldo Carvalho de Melo1-0/+3
2025-03-05perf maps: Introduce map__set_kmap_maps() for kernel mapsArnaldo Carvalho de Melo1-8/+21
2025-03-05perf script: Fix output type for dynamically allocated core PMU'sThomas Falcon1-3/+13
2025-03-05perf bench: Fix perf bench syscall loop countThomas Richter1-9/+13
2025-03-05perf test: Simplify data symbol testNamhyung Kim1-13/+2
2025-03-05perf test: Add timeout to datasym workloadNamhyung Kim1-2/+21
2025-03-05perf test: Add trace record and replay testNamhyung Kim1-0/+21
2025-03-05perf test: Skip perf trace tests when running as non-rootNamhyung Kim4-0/+4
2025-03-05perf test: Skip perf probe tests when running as non-rootNamhyung Kim5-6/+9
2025-03-05perf test: Add --metric-only to perf stat output testsNamhyung Kim5-0/+34
2025-03-05perf arm-spe: Support previous branch target (PBT) addressLeo Yan3-50/+70
2025-03-05perf arm-spe: Add branch stackLeo Yan1-0/+99
2025-03-05perf arm-spe: Set sample flags with supplement infoLeo Yan1-0/+20
2025-03-05perf arm-spe: Fill branch operations and events to recordLeo Yan2-2/+26
2025-03-05perf arm-spe: Decode transactional eventLeo Yan2-0/+3
2025-03-05perf arm-spe: Extend branch operationsLeo Yan2-6/+17
2025-03-05perf arm-spe: Fix load-store operation checkingLeo Yan1-1/+7
2025-03-05perf script: Add not taken event for branch stackLeo Yan2-8/+15
2025-03-05perf script: Add not taken event for branchesLeo Yan2-2/+5
2025-03-05perf script: Separate events from branch typesLeo Yan2-4/+37
2025-03-05perf script: Refactor sample_flags_to_name() functionLeo Yan2-31/+59
2025-03-05perf script: Make printing flags reliableLeo Yan2-2/+9
2025-03-03perf stat: Fix non-uniquified hybrid legacy eventsJames Clark1-6/+6
2025-03-02perf tools: Skip BPF sideband event for userspace profilingNamhyung Kim4-0/+21
2025-02-28perf test: Fix spelling mistake "sythesizing" -> "synthesizing"Colin Ian King1-2/+2
2025-02-28perf build: Fix in-tree build due to symbolic linkLuca Ceresoli1-1/+1
2025-02-28perf arm-spe: Report error if set frequencyLeo Yan1-0/+21
2025-02-28perf lock: Report owner stack in usermodeChun-Tse Shao4-11/+94
2025-02-28perf lock: Make rb_tree helper functions genericChun-Tse Shao1-11/+23
2025-02-28perf lock: Retrieve owner callstack in bpf programChun-Tse Shao1-9/+203
2025-02-28perf lock: Add bpf maps for owner stack tracingChun-Tse Shao3-2/+52
2025-02-27perf cpumap: Reduce cpu size from int to int16_tIan Rogers2-22/+48
2025-02-27perf trace: Add missing perf_tool__init()Athira Rajeev1-0/+1
2025-02-26perf list: Document -v option deduplication featureJames Clark2-2/+2
2025-02-26perf pmu: Don't double count common sysfs and json eventsJames Clark2-3/+9
2025-02-26perf pmu: Dynamically allocate tool PMUJames Clark3-14/+13
2025-02-26perf probe: Pick the correct dwarf die while adding probe pointsAthira Rajeev2-3/+19
2025-02-26perf ftrace latency: allow to hide empty bucketsGabriele Monaco2-3/+12
2025-02-26perf ftrace latency: variable histogram bucketsGabriele Monaco4-20/+51
2025-02-26perf annotate-data: Handle direct use of stack pointer without fbregNamhyung Kim2-11/+26
2025-02-25Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...Linus Torvalds1-41/+0
2025-02-24perf report: Fix sample number stats for branch entry modeThomas Falcon1-2/+6
2025-02-24perf machine: Reuse module path bufferIan Rogers1-11/+23
2025-02-24perf hwmon_pmu: Switch event discovery to io_dir__readdirIan Rogers1-25/+17
2025-02-24perf parse-events: Switch tracepoints to io_dir__readdirIan Rogers1-13/+19
2025-02-24perf events: Remove scandir in thread synthesisIan Rogers1-10/+12
2025-02-24perf header: Switch mem topology to io_dir__readdirIan Rogers1-15/+16
2025-02-24perf pmu: Switch to io_dir__readdirIan Rogers2-46/+30
2025-02-24perf maps: Switch modules tree walk to io_dir__readdirIan Rogers1-17/+8
2025-02-20perf parse-events: Tidy name token matchingIan Rogers1-19/+32
2025-02-19perf tools: Improve startup time by reducing unnecessary stat() callsKrzysztof Łopatowski1-6/+12
2025-02-19perf report: Fix input reload/switch with symbol sort keyDmitry Vyukov1-14/+16
2025-02-19perf report: Support switching data w/ and w/o callchainsNamhyung Kim1-0/+5
2025-02-19perf report: Switch data file correctly in TUINamhyung Kim1-1/+1
2025-02-19perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman6-12/+12
2025-02-19perf list: Also append PMU name in verbose modeJames Clark1-5/+4
2025-02-19perf vendor events arm64: Fix incorrect CPU_CYCLE in metrics exprYangyu Chen2-6/+6
2025-02-18perf script: Fix hangup in offline flamegraph reportNamhyung Kim1-1/+1
2025-02-18perf hist: Shrink struct hist_entry sizeDmitry Vyukov2-5/+5
2025-02-18perf test: Add tests for latency and parallelism profilingDmitry Vyukov2-1/+69
2025-02-18perf report: Add latency and parallelism profiling documentationDmitry Vyukov4-19/+124
2025-02-18perf report: Add --latency flagDmitry Vyukov9-20/+135
2025-02-18perf report: Add latency output fieldDmitry Vyukov8-55/+120
2025-02-18perf report: Add parallelism filterDmitry Vyukov7-2/+91
2025-02-18perf report: Switch filtered from u8 to u16Dmitry Vyukov3-3/+5
2025-02-18tools: Unify top-level quiet infrastructureCharlie Jenkins1-41/+0
2025-02-17perf report: Add parallelism sort keyDmitry Vyukov7-0/+53
2025-02-17perf report: Add machine parallelismDmitry Vyukov6-0/+20
2025-02-14perf tools: Fix compile error on sample->user_regsNamhyung Kim8-8/+8
2025-02-14perf tools: Fix compilation error on arm64Leo Yan2-2/+2
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers34-193/+450
2025-02-12perf test stat_all_metrics: Ensure missing events fail testIan Rogers1-1/+7
2025-02-12perf vendor events: Update Tigerlake events/metricsIan Rogers10-373/+513
2025-02-12perf vendor events: Update SkylakeX events/metricsIan Rogers5-357/+465
2025-02-12perf vendor events: Update Skylake metricsIan Rogers2-287/+406