linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-04 02:19:26 to 2022-10-10 23:39:06 UTC [more...]

[RFC/PATCHSET 00/19] perf stat: Cleanup counter aggregation (v1)
 2022-10-10 23:38 UTC  (37+ messages)
` [PATCH 01/19] perf tools: Save evsel->pmu in parse_events()
` [PATCH 02/19] perf tools: Use pmu info in evsel__is_hybrid()
` [PATCH 03/19] perf stat: Use evsel__is_hybrid() more
` [PATCH 04/19] perf stat: Add aggr id for global mode
` [PATCH 05/19] perf stat: Add cpu aggr id for no aggregation mode
` [PATCH 06/19] perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()
` [PATCH 07/19] perf stat: Add struct perf_stat_aggr to perf_stat_evsel
` [PATCH 08/19] perf stat: Allocate evsel->stats->aggr properly
` [PATCH 09/19] perf stat: Aggregate events using evsel->stats->aggr
` [PATCH 10/19] perf stat: Aggregate per-thread stats "
` [PATCH 11/19] perf stat: Allocate aggr counts for recorded data
` [PATCH 12/19] perf stat: Reset aggr counts for each interval
` [PATCH 13/19] perf stat: Split process_counters()
` [PATCH 14/19] perf stat: Add perf_stat_merge_counters()
` [PATCH 15/19] perf stat: Add perf_stat_process_percore()
` [PATCH 16/19] perf stat: Add perf_stat_process_shadow_stats()
` [PATCH 17/19] perf stat: Display event stats using aggr counts
` [PATCH 18/19] perf stat: Display percore events properly
` [PATCH 19/19] perf stat: Remove unused perf_counts.aggr field

[PATCH] perf: Fix missing SIGTRAPs due to pending_disable abuse
 2022-10-10 20:52 UTC  (23+ messages)
` [PATCH] perf: Fix missing SIGTRAPs

[GIT PULL] perf event updates for v6.1
 2022-10-10 17:22 UTC  (2+ messages)

[PATCH V3 0/7] arm64/perf: Enable branch stack sampling
 2022-10-10 15:48 UTC  (7+ messages)
` [PATCH V3 4/7] driver/perf/arm_pmu_platform: Add support for BRBE attributes detection
` [PATCH V3 7/7] arm64/perf: Enable branch stack sampling

Recent perf-tools does not compile on alpha
 2022-10-10 14:54 UTC  (2+ messages)

[PATCH] perf parse: Allow names to start with digits
 2022-10-10 14:05 UTC  (4+ messages)

[PATCH v9 00/13] perf: test: Add trace data quality tests for CoreSight
 2022-10-10 13:54 UTC  (17+ messages)
` [PATCH v9 02/13] perf test: Add build infra for perf test tools for CoreSight tests

[PATCH] perf: Rewrite core context handling
 2022-10-10 11:01 UTC  (6+ messages)

[PATCH] perf test: Fix test_arm_coresight.sh failures on Juno
 2022-10-10  9:21 UTC  (5+ messages)

[PATCH 1/1] perf stat: do not fatal if the leader is not supported
 2022-10-10  5:01 UTC 

perf stat --smi-cost not working on hybrid/alder lake
 2022-10-09  8:28 UTC 

perf :: intel hybrid events (fwd)
 2022-10-09  3:09 UTC  (2+ messages)

[PATCH] perf jevents: Parse metrics during conversion
 2022-10-07 23:19 UTC 

[GIT PULL] perf tools changes for v6.1: 1st batch
 2022-10-07 20:31 UTC 

[PATCH v3 00/13] coresight: Add new API to allocate trace source ID values
 2022-10-07 17:53 UTC  (12+ messages)
` [PATCH v3 03/13] coresight: stm: Update STM driver to use Trace ID API
` [PATCH v3 04/13] coresight: etm4x: Update ETM4 "
` [PATCH v3 13/13] coresight: trace-id: Add debug & test macros to Trace ID allocation

Invalid event (cycles:pp) in per-thread mode, enable system wide with '-a'
 2022-10-07  3:56 UTC  (8+ messages)

[PATCH 0/5] perf tools: Clean up cpu map handling for system-wide evsel (v3)
 2022-10-06 23:21 UTC  (11+ messages)
` [PATCH 1/5] libperf: Populate system-wide evsel maps
` [PATCH 2/5] libperf: Propagate maps only if necessary
` [PATCH 5/5] perf tools: Remove special handling of system-wide evsel

[PATCH] perf annotate: Add missing condition flags for arm64
 2022-10-06 22:22 UTC 

[PATCH] libperf: Remove reference to non-uapi header
 2022-10-06 20:43 UTC  (2+ messages)

[PATCH] include/uapi/linux/swab: Fix potentially missing __always_inline
 2022-10-06 20:33 UTC  (3+ messages)

/usr/include/perf/event.h:9:10: fatal error: linux/compiler.h: No such file or directory
 2022-10-06 20:32 UTC  (5+ messages)

[PATCH 1/2] tools/perf/tests/shell: Update stat+csv_output.sh to include sanity check for topology
 2022-10-06 15:51 UTC  (2+ messages)
` [PATCH 2/2] tools/perf/tests/shell: Update stat+json_output.sh "

[PATCH v4 0/8] perf mem/c2c: Add support for AMD (tools changes)
 2022-10-06 15:39 UTC  (9+ messages)
` [PATCH v4 1/8] perf tool: Sync include/uapi/linux/perf_event.h header
` [PATCH v4 2/8] perf tool: Sync arch/x86/include/asm/amd-ibs.h header
` [PATCH v4 3/8] perf mem: Add support for printing PERF_MEM_LVLNUM_{CXL|IO}
` [PATCH v4 4/8] perf mem/c2c: Set PERF_SAMPLE_WEIGHT for LOAD_STORE events
` [PATCH v4 5/8] perf mem/c2c: Add load store event mappings for AMD
` [PATCH v4 6/8] perf mem/c2c: Avoid printing empty lines for unsupported events
` [PATCH v4 7/8] perf mem: Print "LFB/MAB" for PERF_MEM_LVLNUM_LFB
` [PATCH v4 8/8] perf script: Add missing fields in usage hint

[PATCH] tools/perf: Fix aggr_printout to display cpu field irrespective of core value
 2022-10-06 14:37 UTC  (16+ messages)

[PATCH v5] perf test: Introduce script for data symbol testing
 2022-10-06 13:17 UTC  (4+ messages)

[PATCH] tools/perf: Fix cpu check to use id.cpu.cpu in aggr_printout
 2022-10-06 11:42 UTC 

[PATCH v3 00/15] perf mem/c2c: Add support for AMD
 2022-10-06 11:38 UTC  (8+ messages)
` [PATCH v3 01/15] perf/mem: Introduce PERF_MEM_LVLNUM_{EXTN_MEM|IO}

[PATCH v3 0/3] perf: Add more syscalls to benchmark
 2022-10-06  7:42 UTC  (4+ messages)
` [PATCH v3 1/3] perf bench syscall: Introduce bench_syscall_common()
` [PATCH v3 2/3] perf bench syscall: Add close syscall benchmark
` [PATCH v3 3/3] perf bench syscall: Add execve "

[PATCH v4] perf test: Introduce script for data symbol testing
 2022-10-06  6:03 UTC  (5+ messages)

[PATCH] perf mem: Fix -C option behavior for perf mem record
 2022-10-06  6:01 UTC  (2+ messages)

[PATCH v3 0/3] perf tool: 'config3' attribute support
 2022-10-06  5:45 UTC  (5+ messages)
` [PATCH v3 1/3] perf: Skip and warn on unknown format 'configN' attrs

[PATCH v5 0/8] KVM: x86: Intel LBR related perf cleanups
 2022-10-06  0:03 UTC  (9+ messages)
` [PATCH v5 1/8] perf/x86/core: Zero @lbr instead of returning -1 in x86_perf_get_lbr() stub
` [PATCH v5 2/8] KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs
` [PATCH v5 3/8] KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl()
` [PATCH v5 4/8] KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTL
` [PATCH v5 5/8] KVM: x86: Track supported PERF_CAPABILITIES in kvm_caps
` [PATCH v5 6/8] KVM: x86: Init vcpu->arch.perf_capabilities in common x86 code
` [PATCH v5 7/8] KVM: x86: Handle PERF_CAPABILITIES in common x86's kvm_get_msr_feature()
` [PATCH v5 8/8] KVM: x86: Directly query supported PERF_CAPABILITIES for WRMSR checks

[PATCH] perf stat: Support old kernels for bperf cgroup counting
 2022-10-05 22:36 UTC  (4+ messages)

[PATCH v2 1/2] perf tools: Honor namespace when synthesizing build-id
 2022-10-05 18:24 UTC  (6+ messages)
` [PATCH v2 2/2] perf record: Save DSO build-ID for synthesizing

[perf bench syscall] c5ba0666d8: perf-sanity-tests.perf.make_fail
 2022-10-05 14:05 UTC 

[PATCH v2] perf: fix the probe finder location (.dwo files)
 2022-10-05 12:47 UTC  (3+ messages)
  ` [PATCH v3] "

Fwd: Re: [External] : Removal of 128MB limit for BPF JIT programs broke perf symbolication on aarch64
 2022-10-05  9:15 UTC 

[PATCH] perf list: Fix title message
 2022-10-04 19:26 UTC 

[PATCH v4 0/3] perf tool: 'config3' attribute support
 2022-10-04 19:12 UTC  (4+ messages)
` [PATCH v4 1/3] perf: Skip and warn on unknown format 'configN' attrs
` [PATCH v4 2/3] perf tools: Sync perf_event_attr::config3 addition
` [PATCH v4 3/3] perf: Add support for perf_event_attr::config3

[PATCH] perf lzma: Quieten lzma warning
 2022-10-04 19:06 UTC 

[PATCHSET 0/7] perf stat: Small random cleanups (v2)
 2022-10-04 18:48 UTC  (2+ messages)

[PATCH v3 00/23] Improvements to Intel perf metrics
 2022-10-04 18:26 UTC  (13+ messages)
` [PATCH v3 17/23] perf vendor events: Update Intel jaketown
` [PATCH v3 18/23] perf vendor events: Update Intel sandybridge
` [PATCH v3 20/23] perf vendor events: Update silvermont cpuids
` [PATCH v3 22/23] perf vendor events: Update Intel tigerlake
` [PATCH v3 23/23] perf vendor events: Update Intel broadwellde

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-10-04 17:19 UTC  (15+ messages)
` [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver
` [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v2 33/44] ftrace: WARN on rcuidle
` [PATCH v2 38/44] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v2 39/44] cpuidle,clk: "

[PATCH V2 1/3] powerpc/perf: Fix branch_filter support for multiple filters in powerpc
 2022-10-04 13:25 UTC  (2+ messages)
` (subset) "

[PATCH 0/5] perf tools: Clean up cpu map handling for system-wide evsel (v2)
 2022-10-04  5:20 UTC  (3+ messages)
` [PATCH 2/5] libperf: Propagate maps only if necessary

[PATCH v6 0/3] RISC-V: Create unique identification for SoC PMU
 2022-10-04  2:54 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).