linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-10 05:36:11 to 2022-10-16 10:00:35 UTC [more...]

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

[PATCHSET 00/19] perf stat: Cleanup counter aggregation (v2)
 2022-10-15 13:11 UTC  (26+ 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()

[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 RFC 1/1] perf stat: do not fatal if the leader is errored
 2022-10-14 23:47 UTC  (3+ messages)

[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 1/2] tools/perf/tests/shell: Update stat+csv_output.sh to include sanity check for topology
 2022-10-14 20:22 UTC  (2+ messages)

[PATCH 0/2] perf intel-pt: Fix system_wide dummy event for hybrid
 2022-10-14 20:09 UTC  (6+ messages)
` [PATCH 1/2] perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
` [PATCH 2/2] perf intel-pt: Fix system_wide dummy event for hybrid

[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 0/7] perf intel-pt: jitdump fix and test
 2022-10-14 17:35 UTC  (12+ 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] perf stat: Support old kernels for bperf cgroup counting
 2022-10-14 17:10 UTC  (9+ 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 v2] perf: Rewrite core context handling
 2022-10-14 14:50 UTC  (11+ messages)

[PATCH] powerpc/perf: Fix hv-24x7 metric events for power10
 2022-10-14 14:02 UTC 

[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  (8+ messages)
` arm coresight txt triggers build warning: (was [PATCH] perf test: Fix test_arm_coresight.sh failures on Juno)

[PATCH] perf: Fix "Track with sched_switch" test by not printing warnings in quiet mode
 2022-10-14  9:47 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

[RFC/PATCHSET 00/19] perf stat: Cleanup counter aggregation (v1)
 2022-10-13 20:56 UTC  (62+ 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 stat: Init aggr_map when reporting per-process stat

[PATCH v1] perf test: Parse events workaround for dash/minus
 2022-10-13 12:11 UTC  (2+ messages)

[PATCH] perf: Fix missing raw data on tracepoint events
 2022-10-12 16:52 UTC  (2+ messages)

[PATCH v2] perf jevents: Parse metrics during conversion
 2022-10-12 16:42 UTC 

[PATCH] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2022-10-12 15:40 UTC  (2+ messages)

[PATCH V3 0/7] arm64/perf: Enable branch stack sampling
 2022-10-12  7:50 UTC  (11+ 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

Invalid event (cycles:pp) in per-thread mode, enable system wide with '-a'
 2022-10-12  5:04 UTC  (12+ messages)

[GIT PULL] perf tools changes for v6.1: 1st batch
 2022-10-11 22:29 UTC  (2+ messages)

[PATCH 0/1] perf test: Fix attr tests for PERF_FORMAT_LOST
 2022-10-11 17:48 UTC  (4+ messages)
` [PATCH 1/1] "

[linux-next:master] BUILD REGRESSION b9f85101cad3397ef1e509909602a90e257ab9d8
 2022-10-11 15:17 UTC 

[PATCH v3 00/13] coresight: Add new API to allocate trace source ID values
 2022-10-11 15:10 UTC  (10+ messages)
` [PATCH v3 01/13] coresight: trace-id: Add API to dynamically assign Trace "
` [PATCH v3 03/13] coresight: stm: Update STM driver to use Trace ID API

[PATCH] perf: Fix missing SIGTRAPs due to pending_disable abuse
 2022-10-11 13:06 UTC  (14+ messages)
` [PATCH] perf: Fix missing SIGTRAPs
  ` [PATCH v2] "

[PATCH] selftests/perf_events: Add a SIGTRAP stress test with disables
 2022-10-11 12:45 UTC 

Possible overwriting of errno
 2022-10-11  8:04 UTC  (2+ messages)

[PATCH v9 00/13] perf: test: Add trace data quality tests for CoreSight
 2022-10-11  7:27 UTC  (11+ 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

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

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] perf: Rewrite core context handling
 2022-10-10 11:01 UTC  (6+ 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).