linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-04 03:03:08 to 2024-12-10 09:36:00 UTC [more...]

[PATCH v3 00/10] perf/amd/ibs: Fix sample period computations
 2024-12-10  9:34 UTC  (8+ messages)
` [PATCH v3 01/10] perf/amd/ibs: Remove IBS_{FETCH|OP}_CONFIG_MASK macros
` [PATCH v3 02/10] perf/amd/ibs: Remove pointless sample period check
` [PATCH v3 03/10] perf/amd/ibs: Fix ->config to sample period calculation for OP PMU
` [PATCH v3 04/10] perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt
` [PATCH v3 05/10] perf/amd/ibs: Don't allow freq mode event creation through ->config interface
` [PATCH v3 06/10] perf/amd/ibs: Add PMU specific minimum period
` [PATCH v3 07/10] perf/amd/ibs: Add ->check_period() callback

[PATCH] perf evlist: Fix the warning logic about warn_user_request_cpu
 2024-12-10  9:28 UTC  (3+ messages)

[PATCH v2] perf vendor events arm64: Add FUJITSU-MONAKA pmu event
 2024-12-10  7:05 UTC  (4+ messages)

[PATCH v9 00/10] perf record --off-cpu: Dump off-cpu samples directly
 2024-12-10  2:24 UTC  (4+ messages)
` [PATCH v9 01/10] perf record --off-cpu: Add --off-cpu-thresh option

[PATCH v1 00/22] Intel vendor events and TMA 5.01 metrics
 2024-12-10  0:44 UTC  (24+ messages)
` [PATCH v1 01/22] perf vendor events: Update Alderlake events/metrics
` [PATCH v1 02/22] perf vendor events: Update AlderlakeN events/metrics
` [PATCH v1 03/22] perf vendor events: Add Arrowlake events/metrics
` [PATCH v1 04/22] perf vendor events: Update Broadwell events/metrics
` [PATCH v1 05/22] perf vendor events: Update BroadwellDE events/metrics
` [PATCH v1 06/22] perf vendor events: Update BroadwellX events/metrics
` [PATCH v1 07/22] perf vendor events: Update CascadelakeX events/metrics
` [PATCH v1 08/22] perf vendor events: Update EmeraldRapids events/metrics
` [PATCH v1 09/22] perf vendor events: Update GrandRidge events/metrics
` [PATCH v1 10/22] perf vendor events: Update/add Graniterapids events/metrics
` [PATCH v1 11/22] perf vendor events: Update Haswell events/metrics
` [PATCH v1 12/22] perf vendor events: Update HaswellX events/metrics
` [PATCH v1 13/22] perf vendor events: Update Icelake events/metrics
` [PATCH v1 14/22] perf vendor events: Update IcelakeX events/metrics
` [PATCH v1 15/22] perf vendor events: Update/add Lunarlake events/metrics
` [PATCH v1 16/22] perf vendor events: Update Meteorlake events/metrics
` [PATCH v1 17/22] perf vendor events: Update Rocketlake events/metrics
` [PATCH v1 18/22] perf vendor events: Update Sapphirerapids events/metrics
` [PATCH v1 19/22] perf vendor events: Update Sierraforest events/metrics
` [PATCH v1 20/22] perf vendor events: Update Skylake metrics
` [PATCH v1 21/22] perf vendor events: Update SkylakeX events/metrics
` [PATCH v1 22/22] perf vendor events: Update Tigerlake events/metrics

[PATCH v2 0/4] perf lock contention: Symbolize locks using slab cache names
 2024-12-10  0:23 UTC  (9+ messages)
` [PATCH v2 2/4] perf lock contention: Run BPF slab cache iterator

[PATCH bpf] bpf,perf: Fix perf_event_detach_bpf_prog error handling
 2024-12-10  0:01 UTC  (7+ messages)

[PATCH] perf bench: Fix undefined behavior in cmpworker()
 2024-12-09 23:24 UTC  (2+ messages)

[PATCH] perf probe: Fix uninitialized variable
 2024-12-09 23:10 UTC  (2+ messages)

[PATCH v4 1/3] perf lock: Fix parse_lock_type which only retrieve one lock flag
 2024-12-09 22:44 UTC  (5+ messages)
` [PATCH v4 2/3] perf lock: Fix the wrong name percpu-rwsem
` [PATCH v4 3/3] perf lock: Rename fields in lock_type_table

[PATCH] perf ftrace: Fix undefined behavior in cmp_profile_data()
 2024-12-09 21:48 UTC  (4+ messages)

[PATCH v1 0/8] Cpumap improvements for large MAX_NR_CPUS
 2024-12-09 21:47 UTC  (17+ messages)
` [PATCH v1 1/8] perf: Increase MAX_NR_CPUS to 4096
` [PATCH v1 2/8] perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS
` [PATCH v1 3/8] libperf cpumap: Hide/reduce scope of MAX_NR_CPUS
` [PATCH v1 4/8] libperf cpumap: Be tolerant of newline at the end of a cpumask
` [PATCH v1 5/8] perf pmu: Remove use of perf_cpu_map__read
` [PATCH v1 6/8] libperf cpumap: "
` [PATCH v1 7/8] libperf cpumap: Remove perf_cpu_map__read
` [PATCH v1 8/8] libperf cpumap: Grow array of read CPUs in smaller increments

[PATCH v1 1/2] perf hwmon_pmu: Use openat rather than dup to refresh directory
 2024-12-09 21:47 UTC  (4+ messages)
` [PATCH v1 2/2] perf test hwmon_pmu: Fix event file location

[PATCH v1] perf jevents: Fix build issue in '*/' in event descriptions
 2024-12-09 21:29 UTC  (4+ messages)

[PATCH v3 00/19] unwind, perf: sframe user space unwinding
 2024-12-09 20:54 UTC  (4+ messages)
` [PATCH v3 07/19] unwind: Add user space unwinding API

[PATCH v3 1/2] perf lock: Rename fields in lock_type_table
 2024-12-09 20:03 UTC  (4+ messages)
` [PATCH v3 2/2] perf lock: Fix parse_lock_type which only retrieve one lock flag

[PATCH v1] perf cpumap: Reduce cpu size from int to int16_t
 2024-12-09 18:16 UTC  (4+ messages)

[PATCH v4 0/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
 2024-12-09 15:26 UTC  (4+ messages)
` [PATCH v4 2/2] "

[PATCH v2 0/3] perf cpumap: Refactor perf_cpu_map__merge()
 2024-12-09 15:02 UTC  (4+ messages)
` [PATCH v2 3/3] perf cpumap: Add checking for reference counter

[PATCH v1] perf string: Avoid undefined NULL+1
 2024-12-09 11:49 UTC  (2+ messages)

[tip:perf/core] [perf] eca51ce01d: BUG:KASAN:null-ptr-deref_in_perf_mmap_to_page
 2024-12-09 10:18 UTC  (2+ messages)

[PATCH bpf] bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
 2024-12-08 14:25 UTC 

[PATCH 0/5 v1] Processing java JIT dumps from containers
 2024-12-06 20:48 UTC  (6+ messages)
` [PATCH 1/5] perf config: Fix trival typo 'an' -> 'can'
` [PATCH 2/5] perf jitdump: Accept jitdump mmaps emitted from inside containers
` [PATCH 3/5] perf namespaces: Introduce nsinfo__set_in_pidns()
` [PATCH 4/5] perf jitdump: Fixup in_pidns member when java agent and 'perf record' are not in the same pidns
` [PATCH 5/5] perf namespaces: Fixup the nsinfo__in_pidns() return type, its bool

[BUG] perf trace: failed to load -E2BIG
 2024-12-06 20:23 UTC  (6+ messages)

[PATCH] tools/perf/arch/powerpc: Add register mask for power11 PVR in extended regs
 2024-12-06 13:56 UTC 

[PATCH V3] tools/perf/tests/shell/base_probe: Enhance print_overall_results to print summary information
 2024-12-06 13:52 UTC 

[PATCH v2 00/10] perf/amd/ibs: Fix sample period computations
 2024-12-06  9:38 UTC  (19+ messages)
` [PATCH v2 01/10] perf/amd/ibs: Remove IBS_{FETCH|OP}_CONFIG_MASK macros
` [PATCH v2 02/10] perf/amd/ibs: Remove pointless sample period check
` [PATCH v2 03/10] perf/amd/ibs: Fix ->config to sample period calculation for OP pmu
` [PATCH v2 04/10] perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt
` [PATCH v2 05/10] perf/amd/ibs: Don't allow freq mode event creation through ->config interface
` [PATCH v2 06/10] perf/amd/ibs: Add pmu specific minimum period
` [PATCH v2 07/10] perf/amd/ibs: Add ->check_period() callback
` [PATCH v2 08/10] perf/core: Introduce pmu->adjust_period() callback
` [PATCH v2 09/10] perf test: Introduce DEFINE_SUITE_EXCLUSIVE()
` [PATCH v2 10/10] perf test amd ibs: Add sample period unit test

[linus:master] [perf test] e2cb1db7da: perf-sanity-tests.perf_all_metrics_test.fail
 2024-12-06  6:38 UTC 

[PATCH v2] perf: Increase MAX_NR_CPUS to 4096
 2024-12-06  4:27 UTC  (2+ messages)

[linus:master] [perf tools] af954f76ee: perf-sanity-tests.Test_data_symbol.fail
 2024-12-06  2:10 UTC  (7+ messages)

[PATCH] bpftool: Fix failure with static linkage
 2024-12-05 19:24 UTC  (8+ messages)

[PATCHSET 00/11] perf tools: Sync tools and kernel headers for v6.13
 2024-12-05 18:56 UTC  (8+ messages)
` [PATCH 11/11] perf tools: Fix build error on generated/fs_at_flags_array.c

[PATCH v1] perf test expr: Fix system_tsc_freq for only x86
 2024-12-05 18:49 UTC  (6+ messages)

[PATCH] perf: Increase MAX_NR_CPUS to 4096
 2024-12-05 18:02 UTC  (3+ messages)

[PATCH v4 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-12-05 18:23 UTC  (3+ messages)

[PATCH] tools/perf/tests/base_probe: Fix check for the count of existing probes in test_adding_kernel
 2024-12-05 17:46 UTC  (5+ messages)

[PATCH] tools/perf/tests/expr: Make the system_tsc_freq test only for intel
 2024-12-05 17:00 UTC  (9+ messages)

[RFC 00/12] perf record: Add event action support
 2024-12-05 14:01 UTC  (18+ messages)
` [RFC 01/12] "
    ` [External] "
` [RFC 02/12] perf event action: Add parsing const expr support
    ` [External] "
` [RFC 03/12] perf event action: Add parsing const integer "
    ` [External] "
  ` [External] Re: [RFC 00/12] perf record: Add event action support

[PATCH v4 2/6] perf: Enqueue SIGTRAP always via task_work
 2024-12-05 10:28 UTC  (16+ messages)

[PATCH v2 0/3] perf tool: Fix multiple memory leakages
 2024-12-05  8:45 UTC  (4+ messages)
` [PATCH v2 1/3] perf header: Fix one memory leakage in process_bpf_btf()
` [PATCH v2 2/3] perf header: Fix one memory leakage in process_bpf_prog_info()
` [PATCH v2 3/3] perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()

[PATCH v3] perf: map pages in advance
 2024-12-05  8:29 UTC 

[PATCH v2] perf: map pages in advance
 2024-12-05  7:48 UTC  (4+ messages)

[PATCH v1 1/1] pref/x86/rapl: Remove unused function
 2024-12-05  7:44 UTC  (3+ messages)

perf_event: avoiding gpf on rdpmc for top-down-events on hybrid
 2024-12-05  0:57 UTC  (2+ messages)

[PATCH v1] perf script python: Improve physical mem type resolution
 2024-12-04 21:14 UTC  (3+ messages)

perf_event_open.2: mmap ring buffer requirement for receiving overflow notifications
 2024-12-04 19:30 UTC  (5+ messages)

[REGRESSION] 'perf mem record' on a Intel hybrid system broken
 2024-12-04 19:24 UTC  (2+ messages)

[PATCH v4 0/4] x86/cpufeatures: Automatically generate required and disabled feature masks
 2024-12-04 17:56 UTC  (3+ messages)

Perf test 7 fails on s390 since 6.12.0
 2024-12-04 12:36 UTC  (3+ messages)

[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
 2024-12-04 12:35 UTC  (3+ messages)
  ` [EXT] "


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