linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-14 06:16:03 to 2022-10-21 00:06:12 UTC [more...]

[PATCHSET 0/8] perf test: Improve perf record tests (v2)
 2022-10-21  0:05 UTC  (17+ messages)
` [PATCH 1/8] perf test: Do not use instructions:u explicitly
` [PATCH 2/8] perf test: Fix shellcheck issues in the record test
` [PATCH 3/8] perf test: Use a test program in perf record tests
` [PATCH 4/8] perf test: Wait for a new thread when testing --per-thread record
` [PATCH 5/8] perf test: Add system-wide mode in perf record tests
` [PATCH 6/8] perf test: Add target workload test "
` [PATCH 7/8] perf test: Test record with --threads option
` [PATCH 8/8] perf test: Do not set TEST_SKIP for record subtests

[PATCH] perf test: Do not fail Intel-PT misc test w/o libpython
 2022-10-20 23:44 UTC  (2+ messages)

[RFC PATCH v3 0/5] CXL 3.0 Performance Monitoring Unit support
 2022-10-20 22:44 UTC  (7+ messages)
` [RFC PATCH v3 1/5] cxl/pci: Add generic MSI-X/MSI irq support
` [RFC PATCH v3 2/5] cxl: Add function to count regblocks of a given type
` [RFC PATCH v3 3/5] cxl/pci: Find and register CXL PMU devices
` [RFC PATCH v3 4/5] cxl: CXL Performance Monitoring Unit driver
` [RFC PATCH v3 5/5] docs: perf: Minimal introduction the the CXL PMU device and driver

[PATCH v2 0/7] perf: Arm SPEv1.2 support
 2022-10-20 19:51 UTC  (10+ messages)
` [PATCH v2 1/7] perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines
` [PATCH v2 2/7] arm64: Drop SYS_ from SPE register defines
` [PATCH v2 3/7] arm64/sysreg: Convert SPE registers to automatic generation
` [PATCH v2 4/7] perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessors
` [PATCH v2 5/7] perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event
` [PATCH v2 6/7] perf: Add perf_event_attr::config3
` [PATCH v2 7/7] perf: arm_spe: Add support for SPEv1.2 inverted event filtering

[PATCH v2 0/1] Perf stack unwinding with pointer authentication
 2022-10-20 17:00 UTC  (4+ messages)
` [PATCH v2 1/1] perf arm64: Send pointer auth masks to ring buffer

[PATCH] perf scripts python: intel-pt-events.py: Add ability interleave output
 2022-10-20 15:25 UTC 

[PATCH] [perf/core: Update sample_flags for raw_data in perf_output_sample
 2022-10-20 14:40 UTC  (3+ messages)

[PATCH] perf vendor events: Add Arm Neoverse V2 PMU events
 2022-10-20 13:45 UTC 

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-10-20 11:13 UTC  (10+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap

[PATCH linux-next] perf: Use strscpy() instead of strlcpy()
 2022-10-20  9:48 UTC  (2+ messages)

Perf: BUG: kernel NULL pointer dereference, address: 0000000000000198
 2022-10-20  6:54 UTC 

[PATCH] tools: port perf ui from GTK 2 to GTK 3
 2022-10-19 23:29 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v9 00/13] perf: test: Add trace data quality tests for CoreSight
 2022-10-19 15:16 UTC  (16+ messages)
` [PATCH v9 02/13] perf test: Add build infra for perf test tools for CoreSight tests
` [PATCH v9 13/13] perf test: Add relevant documentation about CoreSight testing

About intel 12th gen
 2022-10-19 12:17 UTC 

[PATCH v10 13/13] perf test: Add relevant documentation about CoreSight testing
 2022-10-19  8:21 UTC 

[PATCH V4 0/7] arm64/perf: Enable branch stack sampling
 2022-10-19  3:01 UTC  (10+ messages)
` [PATCH V4 1/7] arm64/perf: Add BRBE registers and fields
` [PATCH V4 2/7] arm64/perf: Update struct arm_pmu for BRBE
` [PATCH V4 3/7] arm64/perf: Update struct pmu_hw_events "
` [PATCH V4 4/7] driver/perf/arm_pmu_platform: Add support for BRBE attributes detection
` [PATCH V4 5/7] arm64/perf: Drive BRBE from perf event states
` [PATCH V4 6/7] arm64/perf: Add BRBE driver
` [PATCH V4 7/7] arm64/perf: Enable branch stack sampling

[PATCH v2 0/2] perf: Fix "kernel lock contention analysis" test by not printing warnings in quiet mode
 2022-10-18 19:20 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] perf: Make quiet mode consistent between tools

[PATCH] powerpc/perf: Fix hv-24x7 metric events for power10
 2022-10-18 19:22 UTC  (4+ messages)

[PATCH] perf report: Skip symbols for idle symbols
 2022-10-18 19:18 UTC  (3+ messages)

[PATCH RFC 1/1] perf stat: do not fatal if the leader is errored
 2022-10-18 21:31 UTC  (5+ messages)

[PATCH] perf: Fix missing raw data on tracepoint events
 2022-10-18 20:23 UTC  (4+ messages)

[PATCH v4 0/2] ARM: Convert to ARCH_STACKWALK
 2022-10-18 12:43 UTC  (3+ messages)
` [PATCH v4 1/2] ARM: stacktrace: Make stack walk callback consistent with generic code
` [PATCH v4 2/2] ARM: stacktrace: Convert stacktrace to generic ARCH_STACKWALK

[RFC PATCH v2 0/4] CXL 3.0 Performance Monitoring Unit support
 2022-10-18 11:26 UTC  (7+ messages)
` [RFC PATCH v2 2/4] cxl/pci: Find and register CXL PMU devices
` [RFC PATCH v2 3/4] cxl: CXL Performance Monitoring Unit driver

[PATCH 1/2] tools/perf: Fix printing os->prefix in CSV metrics output
 2022-10-18  8:56 UTC  (2+ messages)
` [PATCH 2/2] tools/perf: Fix printing field separator "

[PATCHSET 00/19] perf stat: Cleanup counter aggregation (v2)
 2022-10-18  4:50 UTC  (29+ 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 20/19] perf stat: Factor out evsel__count_has_error()

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

[PATCH] perf: Fix "Track with sched_switch" test by not printing warnings in quiet mode
 2022-10-17 23:47 UTC  (8+ messages)

[PATCH v1] perf test: Parse events workaround for dash/minus
 2022-10-17 23:07 UTC  (3+ messages)

[External] : Re: A couple of perf questions
 2022-10-17 18:24 UTC 

[PATCH 1/2] tools/perf/tests/shell: Update stat+csv_output.sh to include sanity check for topology
 2022-10-17 15:39 UTC  (3+ messages)

[PATCH 0/7] perf intel-pt: jitdump fix and test
 2022-10-17 13:44 UTC  (15+ messages)
` [PATCH 1/7] perf test: test_intel_pt.sh: Fix return checking again
` [PATCH 2/7] perf test: test_intel_pt.sh: Tidy some perf record options
` [PATCH 3/7] perf test: test_intel_pt.sh: Print a message when skipping kernel tracing
` [PATCH 4/7] perf test: test_intel_pt.sh: Tidy some alignment
` [PATCH 5/7] perf test: test_intel_pt.sh: Add jitdump test
` [PATCH 6/7] perf inject: Fix GEN_ELF_TEXT_OFFSET for jit
` [PATCH 7/7] perf test: test_intel_pt.sh: Add 9 tests

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

[PATCH] perf lzma: Quieten lzma warning
 2022-10-17 12:36 UTC  (2+ messages)

[PATCH] perf tools: Fix man page build wrt perf-arm-coresight.txt
 2022-10-17 12:19 UTC  (3+ messages)

[PATCH v6 0/3] RISC-V: Create unique identification for SoC PMU
 2022-10-17 12:24 UTC  (4+ messages)

[PATCH v2] perf: Rewrite core context handling
 2022-10-17  9:33 UTC  (12+ messages)

[GIT PULL] perf tools changes for v6.1: 2nd batch
 2022-10-16 22:40 UTC  (2+ messages)

[PATCH] x86/perf: Fixed kernel panic during boot on Nano processor
 2022-10-16 10:56 UTC  (5+ messages)

[PATCH 1/3] perf parse-events: pass parse_state to add_tracepoint
 2022-10-15  8:48 UTC  (3+ messages)
` [PATCH 2/3] perf parse-events: add fake_tp field to trace state for tests
` [PATCH v2 3/3] perf parse-events: Allow names to start with digits

[PATCH v4 0/3] perf tool: 'config3' attribute support
 2022-10-14 22:05 UTC  (5+ messages)
` [PATCH v4 2/3] perf tools: Sync perf_event_attr::config3 addition

[PATCH v13 0/3] Add perf support for HiSilicon PCIe Tune and Trace device
 2022-10-14 20:42 UTC  (5+ messages)
` [PATCH v13 2/3] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver

[PATCH 0/2] perf intel-pt: Fix system_wide dummy event for hybrid
 2022-10-14 20:09 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v2 0/1] perf test: Fix attr tests for PERF_FORMAT_LOST
 2022-10-14 20:07 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] perf stat: Support old kernels for bperf cgroup counting
 2022-10-14 17:10 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] perf list: Fix title message
 2022-10-14 15:22 UTC  (2+ messages)

[PATCH] perf mem: Fix -C option behavior for perf mem record
 2022-10-14 15:20 UTC  (3+ messages)

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

[PATCH] perf annotate: Add missing condition flags for arm64
 2022-10-14 13:48 UTC  (2+ messages)

[PATCH] libperf: Remove reference to non-uapi header
 2022-10-14 13:44 UTC  (2+ messages)

[PATCH] perf test: Fix test_arm_coresight.sh failures on Juno
 2022-10-14 13:33 UTC  (6+ messages)

[PATCH v5 0/8] KVM: x86: Intel LBR related perf cleanups
 2022-10-14  9:25 UTC  (3+ messages)
` [PATCH v5 5/8] KVM: x86: Track supported PERF_CAPABILITIES in kvm_caps


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