linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-03 17:38:10 to 2025-03-06 07:17:19 UTC [more...]

[PATCH 0/6] perf: Deadcode - the P's
 2025-03-06  7:17 UTC  (8+ messages)
` [PATCH 1/6] perf core: Remove perf_event_attrs and perf_event_refresh
` [PATCH 2/6] perf util: Remove unused perf_color_default_config
` [PATCH 3/6] perf util: Remove unused pstack__pop
` [PATCH 4/6] perf util: Remove unused perf_data__update_dir
` [PATCH 5/6] perf util: Remove unused perf_pmus__default_pmu_name
` [PATCH 6/6] perf util: Remove unused perf_config__refresh

[PATCH v6 0/5] Utilize cpu-type for CPU matching
 2025-03-06  7:13 UTC  (6+ messages)
` [PATCH v6 1/5] x86/cpu: Name CPU matching macro more generically (and shorten)
` [PATCH v6 2/5] x86/cpu: Add cpu_type to struct x86_cpu_id
` [PATCH v6 3/5] x86/cpu: Update x86_match_cpu() to also use cpu-type
` [PATCH v6 4/5] x86/bugs: Declutter vulnerable CPU list
` [PATCH v6 5/5] x86/rfds: Exclude P-only parts from the RFDS affected list

[PATCH] perf report: Do not process non-JIT BPF ksymbol events
 2025-03-06  6:48 UTC  (5+ messages)

[PATCH][next] perf/x86/intel/bts: check if bts_ctx is allocated when call bts functions
 2025-03-06  5:11 UTC 

[PATCH] perf/x86/intel/bts: allocate bts_ctx only if necessary
 2025-03-06  2:28 UTC  (6+ messages)
        ` 答复: [外部邮件] "

[PATCHSET 0/7] perf annotate: Add --code-with-type option
 2025-03-05 23:31 UTC  (6+ messages)
` [PATCH 5/7] perf annotate: Factor out __hist_entry__get_data_type()
` [PATCH 6/7] perf annotate: Implement code + data type annotation
` [PATCH 7/7] perf annotate: Add --code-with-type option

[PATCH 0/6 v2] Fixups for kernel maps insertion
 2025-03-05 22:55 UTC  (4+ messages)

[PATCH v6 0/5] x86/cpufeatures: Automatically generate required and disabled feature masks
 2025-03-05 22:04 UTC  (10+ messages)
` [PATCH v6 3/5] x86/cpufeatures: Generate a feature mask header based on build config

[PATCH v7 0/5] Add support for debugfs based RAS DES feature in PCIe DW
 2025-03-05 21:57 UTC  (38+ messages)
    ` [PATCH v7 3/5] Add debugfs based silicon debug support in DWC
    ` [PATCH v7 4/5] Add debugfs based error injection "
    ` [PATCH v7 5/5] Add debugfs based statistical counter "

[PATCH 0/3] perf list: Collapse similar events across PMUs
 2025-03-05 21:51 UTC  (11+ messages)
` [PATCH 1/3] perf list: Order events by event name before PMU name
` [PATCH 2/3] perf list: Collapse similar events across PMUs
` [PATCH 3/3] perf list: Don't deduplicate core PMUs when listing events

[PATCH v1 1/2] perf tools: Improve handling of hybrid PMUs in perf_event_attr__fprintf
 2025-03-05 21:39 UTC  (7+ messages)
` [PATCH v1 2/2] perf parse-events: Corrections to topdown sorting

[PATCH -next v1 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
 2025-03-05 20:53 UTC  (11+ messages)
` [PATCH -next v1 1/3] kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()
` [PATCH -next v1 2/3] kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_write_opcode()
` [PATCH -next v1 3/3] kernel/events/uprobes: uprobe_write_opcode() rewrite

[PATCH v6] perf script: Fix output type for dynamically allocated core PMU's
 2025-03-05 19:22 UTC  (2+ messages)

[PATCH v1] perf test: Fix leak in "Synthesize attr update" test
 2025-03-05 19:19 UTC 

[PATCH v7 0/4] x86/cpufeatures: Automatically generate required and disabled feature masks
 2025-03-05 18:47 UTC  (5+ messages)
` [PATCH v7 1/4] x86/cpufeatures: Add {required,disabled} feature configs
` [PATCH v7 2/4] x86/cpufeatures: Generate a feature mask header based on build config
` [PATCH v7 3/4] x86/cpufeatures: Remove {disabled,required}-features.h
` [PATCH v7 4/4] x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET

[PATCH v4 00/11] perf: Support multiple system call tables in the build
 2025-03-05 17:54 UTC  (15+ messages)
` [PATCH v4 01/11] perf dso: Move libunwind dso_data variables into ifdef
` [PATCH v4 02/11] perf dso: kernel-doc for enum dso_binary_type
` [PATCH v4 03/11] perf syscalltbl: Remove syscall_table.h
` [PATCH v4 04/11] perf trace: Reorganize syscalls
` [PATCH v4 05/11] perf syscalltbl: Remove struct syscalltbl
` [PATCH v4 06/11] perf dso: Add support for reading the e_machine type for a dso
` [PATCH v4 07/11] perf thread: Add support for reading the e_machine type for a thread
` [PATCH v4 08/11] perf trace beauty: Add syscalltbl.sh generating all system call tables
` [PATCH v4 09/11] perf syscalltbl: Use lookup table containing multiple architectures
` [PATCH v4 10/11] perf build: Remove Makefile.syscalls
` [PATCH v4 11/11] perf syscalltbl: Mask off ABI type for MIPS system calls

[PATCH 0/4] perf test: Assorted fixes and updates
 2025-03-05 17:52 UTC  (6+ messages)
` [PATCH 2/4] perf test: Skip perf probe tests when running as non-root
` [PATCH 3/4] perf test: Skip perf trace "

[PATCH v4 00/12] perf script: Refactor branch flags for Arm SPE
 2025-03-05 17:14 UTC  (15+ messages)
` [PATCH v4 01/12] perf script: Make printing flags reliable
` [PATCH v4 02/12] perf script: Refactor sample_flags_to_name() function
` [PATCH v4 03/12] perf script: Separate events from branch types
` [PATCH v4 04/12] perf script: Add not taken event for branches
` [PATCH v4 05/12] perf script: Add not taken event for branch stack
` [PATCH v4 06/12] perf arm-spe: Fix load-store operation checking
` [PATCH v4 07/12] perf arm-spe: Extend branch operations
` [PATCH v4 08/12] perf arm-spe: Decode transactional event
` [PATCH v4 09/12] perf arm-spe: Fill branch operations and events to record
` [PATCH v4 10/12] perf arm-spe: Set sample flags with supplement info
` [PATCH v4 11/12] perf arm-spe: Add branch stack
` [PATCH v4 12/12] perf arm-spe: Support previous branch target (PBT) address

[PATCH 0/3] perf/arm_cspmu: Add PMEVFILT2R support
 2025-03-05 16:10 UTC  (4+ messages)
` [PATCH 1/3] perf/arm_cspmu: Move register definitons to header
` [PATCH 2/3] perf/arm_cspmu: Generalise event filtering
` [PATCH 3/3] perf/arm_cspmu: Add PMEVFILT2R support

[PATCH v5] perf script: Fix output type for dynamically allocated core PMU's
 2025-03-05 14:53 UTC  (3+ messages)

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-05 13:12 UTC  (4+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION

[PATCH v2] perf/x86: Annotate struct bts_buffer with __counted_by()
 2025-03-05 12:31 UTC 

[PATCH 1/2] tools/perf: Add field to annotation options to determine disassembler used
 2025-03-05 11:57 UTC  (4+ messages)
` [PATCH 2/2] tools/perf/powerpc: Use return code from disasm_line__parse

[PATCH v3 00/12] perf script: Refactor branch flags for Arm SPE
 2025-03-05  9:53 UTC  (13+ messages)
` [PATCH v3 01/12] perf script: Make printing flags reliable

[PATCH] Remove some PMU events for FUJITSU-MONAKA
 2025-03-05  9:37 UTC  (5+ messages)

[PATCH 1/2] perf x86/topdown: Fix topdown leader sampling test error on hybrid
 2025-03-05  8:39 UTC  (7+ messages)
` [PATCH 2/2] perf tools/tests: Fix topdown groups test on hybrid platforms

[Patch v2 00/24] Arch-PEBS and PMU supports for Clearwater Forest and Panther Lake
 2025-03-05  1:41 UTC  (11+ messages)
` [Patch v2 13/24] perf/x86/intel: Update dyn_constranit base on PEBS event precise level
` [Patch v2 18/24] perf/x86/intel: Support arch-PEBS vector registers group capturing

[PATCH v2] perf stat: Fix non-uniquified hybrid legacy events
 2025-03-04 18:40 UTC  (2+ messages)

[PATCH] perf/x86: Annotate struct bts_buffer with __counted_by()
 2025-03-04 18:30 UTC 

[PATCH] perf tests probe_vfs_getname: Skip if no suitable line detected
 2025-03-04 16:30 UTC 

[PATCH v20 00/11] arm64/perf: Enable branch stack sampling
 2025-03-04 16:25 UTC  (5+ messages)

[PATCH v2 0/6] perf test: Small improvements
 2025-03-04 16:17 UTC  (12+ messages)
` [PATCH v2 1/6] perf test: Add --metric-only to perf stat output tests
` [PATCH v2 2/6] perf test: Skip perf probe tests when running as non-root
` [PATCH v2 3/6] perf test: Skip perf trace "
` [PATCH v2 4/6] perf test: Add trace record and replay test
` [PATCH v2 5/6] perf test: Add timeout to datasym workload
` [PATCH v2 6/6] perf test: Simplify data symbol test

[PATCH v3 0/2] tools: Unify top-level quiet infrastructure
 2025-03-04 16:12 UTC  (3+ messages)
` [PATCH v3 2/2] tools: Remove redundant quiet setup

[PATCH] perf/bench: Fix perf bench syscall XXXX loop count
 2025-03-04 14:14 UTC  (2+ messages)

[RFC PATCH v2] perf Documentation: Describe the PMU naming convention
 2025-03-04 13:54 UTC  (8+ messages)

[PATCH 0/1] perf/Documentation: disable hyphenation for references in manpages
 2025-03-04 12:12 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] perf pmu: Improve exception handling in perf_pmu__lookup()
 2025-03-04 12:13 UTC 

[PATCH RESEND] perf cputopo: Improve exception handling in build_cpu_topology()
 2025-03-04  9:50 UTC 

[PATCH 0/8] sysctl: Move sysctls from kern_table into their respective subsystems
 2025-03-04  1:47 UTC  (5+ messages)
` [PATCH 3/8] ftrace: Move trace sysctls into trace.c
` [PATCH 4/8] stack_tracer: move sysctl registration to kernel/trace/trace.c

[PATCH v4] perf script: Fix output type for dynamically allocated core PMU's
 2025-03-03 22:13 UTC  (3+ messages)

[PATCH v2 1/2] perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2
 2025-03-03 18:32 UTC  (2+ messages)
` [PATCH v2 2/2] perf record: Fix a asan runtime error in util/maps.c


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).