linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-05 16:10:15 to 2025-03-10 20:43:32 UTC [more...]

[PATCH v2 00/11] Python improvements for a real use of parse_events
 2025-03-10 20:43 UTC  (9+ messages)
` [PATCH v2 01/11] perf debug: Avoid stack overflow in recursive error message
` [PATCH v2 02/11] perf evlist: Add success path to evlist__create_syswide_maps
` [PATCH v2 03/11] perf evsel: tp_format accessing improvements

[PATCH v1 0/2] Consistently prioritize legacy events
 2025-03-10 19:55 UTC  (3+ messages)
` [PATCH v1 1/2] perf parse-events: Make legacy events always have priority over sysfs/json
` [PATCH v1 2/2] Revert "perf evsel: Add alternate_hw_config and use in evsel__match"

[PATCH 0/3] Some build fixes
 2025-03-10 19:45 UTC  (4+ messages)
` [PATCH 1/3] libapi: Add missing header with NAME_MAX define to io_dir.h
` [PATCH 2/3] perf units: Fix insufficient array space
` [PATCH 3/3] perf hist stdio: Do bounds check when printing callchains to avoid UB with new gcc versions

[PATCH] perf/core: Remove size arguments when calling strscpy()
 2025-03-10 19:23 UTC 

[PATCH -next v1 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
 2025-03-10 17:03 UTC  (10+ messages)
` [PATCH -next v1 3/3] "

[PATCH v3 0/5] A mechanism for efficient support for per-function metrics
 2025-03-10 16:27 UTC  (9+ messages)
` [PATCH v3 1/5] perf: Record sample last_period before updating
` [PATCH v3 2/5] perf: Allow periodic events to alternate between two sample periods
` [PATCH v3 3/5] perf: Allow adding fixed random jitter to the alternate sampling period
` [PATCH v3 4/5] tools/perf: Modify event parser to support alt-period term
` [PATCH v3 5/5] tools/perf: Modify event parser to support alt-period-jitter term

[PATCH v7 0/4] Utilize cpu-type for CPU matching
 2025-03-10 16:24 UTC  (11+ messages)
` [PATCH v7 1/4] x86/cpu: Name CPU matching macro more generically (and shorten)
` [PATCH v7 2/4] x86/cpu: Add cpu_type to struct x86_cpu_id
` [PATCH v7 3/4] x86/cpu: Update x86_match_cpu() to also use cpu-type
` [PATCH v7 4/4] x86/rfds: Exclude P-only parts from the RFDS affected list

[PATCH v3 0/3] Support .gnu_debugdata for symbols in perf
 2025-03-10 15:52 UTC  (5+ messages)
` [PATCH v3 1/3] tools: perf: add dummy functions for !HAVE_LZMA_SUPPORT
` [PATCH v3 2/3] tools: perf: add LZMA decompression from FILE
` [PATCH v3 3/3] tools: perf: support .gnu_debugdata for symbols

[PATCH v2 0/3] Support .gnu_debugdata for symbols in perf
 2025-03-10 15:21 UTC  (7+ messages)

perf: Live mode flamegraph recording results in segmentation fault
 2025-03-10 11:53 UTC  (2+ messages)

[PATCH v2 0/5] A mechanism for efficient support for per-function metrics
 2025-03-10 10:55 UTC  (5+ messages)
` [PATCH v2 1/5] perf: Allow periodic events to alternate between two sample periods

[PATCH v2] perf mem: Don't leak mem event names
 2025-03-10 10:12 UTC  (2+ messages)

[PATCH 0/3] perf list: Collapse similar events across PMUs
 2025-03-10 10:04 UTC  (13+ 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

[REGRESSION] Perf (userspace) broken on big.LITTLE systems since v6.5
 2025-03-09 21:19 UTC  (5+ messages)

[PATCH v1] perf tests: Fix data symbol test with LTO builds
 2025-03-08 18:24 UTC  (5+ messages)

[PATCH v2 1/2] perf report: Use map_symbol__copy() when copying callchians
 2025-03-08 18:24 UTC  (9+ messages)
` [PATCH v2 2/2] perf report: Fix memory leaks in the hierarchy mode
    ` [v2 1/2] perf report: Use map_symbol__copy() when copying call chains

[PATCH v7 0/5] Add support for debugfs based RAS DES feature in PCIe DW
 2025-03-07  9:47 UTC  (8+ messages)
  ` [PATCH v7 5/5] Add debugfs based statistical counter support in DWC

[PATCH v7 3/5] Add debugfs based silicon debug support in DWC
 2025-03-07  9:37 UTC  (8+ messages)

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

[RFC] perf tools: About encodings of legacy event names
 2025-03-07 22:10 UTC  (9+ messages)

[PATCH] perf bpf-filter: Fix a parsing error with comma
 2025-03-07 22:09 UTC 

[PATCH v7 0/4] x86/cpufeatures: Automatically generate required and disabled feature masks
 2025-03-07 19:18 UTC  (7+ 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 v1] perf mem: Don't leak mem event names
 2025-03-07 18:56 UTC  (3+ messages)

[PATCH 1/2] tools/perf: Add field to annotation options to determine disassembler used
 2025-03-07 18:09 UTC  (2+ messages)

[PATCH v1] perf test: Fix leak in "Synthesize attr update" test
 2025-03-07 18:09 UTC  (3+ messages)

[PATCH] perf report: Do not process non-JIT BPF ksymbol events
 2025-03-07 18:09 UTC  (7+ messages)

[PATCH 1/1 next] perf libunwind: Fixup conversion perf_sample->user_regs to a pointer
 2025-03-07 17:32 UTC  (2+ messages)

[PATCH v2 1/5] perf tools: Improve handling of hybrid PMUs in perf_event_attr__fprintf
 2025-03-07  9:52 UTC  (6+ messages)
` [PATCH v2 2/5] perf x86/topdown: Fix topdown leader sampling test error on hybrid
` [PATCH v2 3/5] perf parse-events: Corrections to topdown sorting
` [PATCH v2 4/5] perf x86 evlist: Update comments on topdown regrouping
` [PATCH v2 5/5] perf test stat: Additional topdown grouping tests

[RESEND PATCH 0/7] perf vendor events riscv: Update SiFive CPU PMU events
 2025-03-07  9:19 UTC  (4+ messages)

[PATCH] perf script: Update brstack syntax documentation
 2025-03-07  9:18 UTC  (2+ messages)

[PATCH 1/3] perf sort: Keep output fields in the same level
 2025-03-07  8:08 UTC  (3+ messages)
` [PATCH 2/3] perf report: Allow hierarchy mode for --children
` [PATCH 3/3] perf report: Disable children column for data type profiling

[PATCH 1/2] perf report: Use map_symbol__copy() when copying callchians
 2025-03-07  6:03 UTC  (8+ messages)
` [PATCH 2/2] perf report: Fix memory leaks in the hierarchy mode

[PATCH v4 00/11] perf: Support multiple system call tables in the build
 2025-03-07  5:30 UTC  (9+ 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 06/11] perf dso: Add support for reading the e_machine type for a dso

[PATCH] Remove some PMU events for FUJITSU-MONAKA
 2025-03-07  3:10 UTC  (6+ messages)

[PATCH] perf trace: Implement syscall summary in BPF
 2025-03-07  1:57 UTC  (2+ messages)

[PATCH] perf tests probe_vfs_getname: Skip if no suitable line detected
 2025-03-07  0:40 UTC  (2+ messages)

[PATCHSET 0/7] perf annotate: Add --code-with-type option
 2025-03-07  0:06 UTC  (4+ messages)

[PATCH 0/3] perf/arm_cspmu: Add PMEVFILT2R support
 2025-03-06 23:30 UTC  (11+ 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 v1 1/2] perf tools: Improve handling of hybrid PMUs in perf_event_attr__fprintf
 2025-03-06 17:25 UTC  (5+ messages)
` [PATCH v1 2/2] perf parse-events: Corrections to topdown sorting

[PATCH v6 0/5] Utilize cpu-type for CPU matching
 2025-03-06 17:20 UTC  (10+ 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 0/6 v2] Fixups for kernel maps insertion
 2025-03-06 17:14 UTC  (5+ messages)

[PATCH v2 0/6] perf test: Small improvements
 2025-03-06 17:14 UTC  (2+ messages)

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

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

[PATCH v2] events/core: fix acoount failure for event's total_enable_time
 2025-03-06 13:43 UTC  (11+ messages)

[PATCH 0/6] perf: Deadcode - the P's
 2025-03-06 13:13 UTC  (3+ messages)

[PATCH][next] perf/x86/intel/bts: check if bts_ctx is allocated when call bts functions
 2025-03-06 13:08 UTC  (2+ messages)

[PATCH v4] events/core: fix acoount failure for event's child_total_enable_time at task exit
 2025-03-06 12:33 UTC 

[PATCH 0/8] sysctl: Move sysctls from kern_table into their respective subsystems
 2025-03-06 10:37 UTC  (7+ 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] perf/x86/intel/bts: allocate bts_ctx only if necessary
 2025-03-06  2:28 UTC  (6+ messages)
        ` 答复: [外部邮件] "

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

[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  (2+ messages)


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).