linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-09 05:52:40 to 2024-03-14 09:10:36 UTC [more...]

[PATCH v2 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT
 2024-03-14  9:10 UTC  (21+ messages)
` [PATCH v2 1/4] perf: Move irq_work_queue() where the event is prepared
` [PATCH v2 2/4] perf: Enqueue SIGTRAP always via task_work
` [PATCH v2 3/4] perf: Remove perf_swevent_get_recursion_context() from perf_pending_task()
` [PATCH v2 4/4] perf: Split __perf_pending_irq() out of perf_pending_irq()

[PATCH 00/10] perf: Clean up common uncore boilerplate
 2024-03-14  8:09 UTC  (19+ messages)
` [PATCH 01/10] perf/alibaba_uncore_drw: Use correct CPU affinity
` [PATCH 02/10] perf: Add capability for common event support
` [PATCH 03/10] drivers/perf: Use PERF_PMU_CAP_NO_COMMON_EVENTS
` [PATCH 04/10] perf: Rename PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 05/10] drivers/perf: Use PERF_PMU_CAP_NO_SAMPLING consistently
` [PATCH 06/10] drivers/perf: Clean up redundant per-task checks
` [PATCH 07/10] perf: Define common uncore capabilities
` [PATCH 08/10] drivers/perf: Use "
` [PATCH 09/10] x86: Use common uncore PMU capabilities
` [PATCH 10/10] ARM: "

[PATCH] perf build: Add LIBTRACEEVENT_DIR build option
 2024-03-14  6:30 UTC 

[PATCH v3 00/20] Python generated Intel metrics
 2024-03-14  5:59 UTC  (21+ messages)
` [PATCH v3 01/20] perf jevents: Add RAPL metrics for all Intel models
` [PATCH v3 02/20] perf jevents: Add idle metric for "
` [PATCH v3 03/20] perf jevents: Add smi metric group "
` [PATCH v3 04/20] perf jevents: Add CheckPmu to see if a PMU is in loaded json events
` [PATCH v3 05/20] perf jevents: Add tsx metric group for Intel models
` [PATCH v3 06/20] perf jevents: Add br metric group for branch statistics on Intel
` [PATCH v3 07/20] perf jevents: Add software prefetch (swpf) metric group for Intel
` [PATCH v3 08/20] perf jevents: Add ports metric group giving utilization on Intel
` [PATCH v3 09/20] perf jevents: Add L2 metrics for Intel
` [PATCH v3 10/20] perf jevents: Add load store breakdown metrics ldst "
` [PATCH v3 11/20] perf jevents: Add ILP metrics "
` [PATCH v3 12/20] perf jevents: Add context switch "
` [PATCH v3 13/20] perf jevents: Add FPU "
` [PATCH v3 14/20] perf jevents: Add Miss Level Parallelism (MLP) metric "
` [PATCH v3 15/20] perf jevents: Add mem_bw "
` [PATCH v3 16/20] perf jevents: Add local/remote "mem" breakdown metrics "
` [PATCH v3 17/20] perf jevents: Add dir "
` [PATCH v3 18/20] perf jevents: Add C-State metrics from the PCU PMU "
` [PATCH v3 19/20] perf jevents: Add local/remote miss latency metrics "
` [PATCH v3 20/20] perf jevents: Add upi_bw metric "

[PATCH v3 00/12] Python generated AMD Zen metrics
 2024-03-14  5:58 UTC  (13+ messages)
` [PATCH v3 01/12] perf jevents: Add RAPL event metric for AMD zen models
` [PATCH v3 02/12] perf jevents: Add idle "
` [PATCH v3 03/12] perf jevents: Add upc metric for uops per cycle for AMD
` [PATCH v3 04/12] perf jevents: Add br metric group for branch statistics on AMD
` [PATCH v3 05/12] perf jevents: Add software prefetch (swpf) metric group for AMD
` [PATCH v3 06/12] perf jevents: Add hardware prefetch (hwpf) "
` [PATCH v3 07/12] perf jevents: Add itlb "
` [PATCH v3 08/12] perf jevents: Add dtlb "
` [PATCH v3 09/12] perf jevents: Add uncore l3 "
` [PATCH v3 10/12] perf jevents: Add load store breakdown metrics ldst "
` [PATCH v3 11/12] perf jevents: Add ILP metrics "
` [PATCH v3 12/12] perf jevents: Add context switch "

[PATCH v3 0/2] Python generated Arm64 metrics
 2024-03-14  5:58 UTC  (3+ messages)
` [PATCH v3 1/2] perf jevents: Add collection of topdown like metrics for arm64
` [PATCH v3 2/2] perf jevents: Add cycles breakdown metric for arm64/AMD/Intel

[PATCH v3 00/12] Foundations for metric generation with Python
 2024-03-14  5:50 UTC  (13+ messages)
` [PATCH v3 01/12] perf jevents: Allow multiple metricgroups.json files
` [PATCH v3 02/12] perf jevents: Update metric constraint support
` [PATCH v3 03/12] perf jevents: Add descriptions to metricgroup abstraction
` [PATCH v3 04/12] perf jevents: Allow metric groups not to be named
` [PATCH v3 05/12] perf jevents: Support parsing negative exponents
` [PATCH v3 06/12] perf jevents: Term list fix in event parsing
` [PATCH v3 07/12] perf jevents: Add threshold expressions to Metric
` [PATCH v3 08/12] perf jevents: Move json encoding to its own functions
` [PATCH v3 09/12] perf jevents: Drop duplicate pending metrics
` [PATCH v3 10/12] perf jevents: Skip optional metrics in metric group list
` [PATCH v3 11/12] perf jevents: Build support for generating metrics from python
` [PATCH v3 12/12] perf jevents: Add load event json to verify and allow fallbacks

[PATCH v2 00/12] Foundations for metric generation with Python
 2024-03-14  5:35 UTC  (4+ messages)
` [PATCH v2 05/12] perf jevents: Support parsing negative exponents

[RFC PATCH v4 0/6] TPEBS counting mode support
 2024-03-14  0:00 UTC  (16+ messages)
` [RFC PATCH v4 1/6] perf stat: Parse and find tpebs events when parsing metrics to prepare for perf record sampling
` [RFC PATCH v4 2/6] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v4 3/6] perf stat: Add retire latency values into the expr_parse_ctx to prepare for final metric calculation
` [RFC PATCH v4 4/6] perf stat: Create another thread for sample data processing
` [RFC PATCH v4 5/6] perf stat: Add retire latency print functions to print out at the very end of print out
` [RFC PATCH v4 6/6] perf vendor events intel: Add MTL metric json files

[GIT PULL] perf tools changes for v6.9
 2024-03-13 20:54 UTC 

[PATCH V2] perf scripts python: Add a script to run instances of perf script in parallel
 2024-03-13 12:36 UTC 

[PATCH v3 0/3] perf/x86/amd: Miscellaneous fixes
 2024-03-13 10:26 UTC  (4+ messages)
` [PATCH v3 1/3] perf/x86/amd/lbr: Use freeze based on availability

[PATCH] perf docs: arm_spe: Clarify more SPE requirements
 2024-03-13  9:41 UTC  (3+ messages)

[RFC PATCH v3 0/6] TPEBS counting mode support
 2024-03-12 21:51 UTC  (16+ messages)
` [RFC PATCH v3 1/6] perf stat: Parse and find tpebs events when parsing metrics to prepare for perf record sampling
` [RFC PATCH v3 2/6] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v3 3/6] perf stat: Add retire latency values into the expr_parse_ctx to prepare for final metric calculation
` [RFC PATCH v3 4/6] perf stat: Create another thread for sample data processing
` [RFC PATCH v3 5/6] perf stat: Add retire latency print functions to print out at the very end of print out

[PATCH 0/2] Move more stuff to tools/perf/trace/beauty/include
 2024-03-12 20:51 UTC  (3+ messages)
` [PATCH 1/2] perf beauty: Don't include uapi/linux/mount.h, use sys/mount.h instead
` [PATCH 2/2] perf beauty: Move uapi/linux/mount.h copy out of the directory used to build perf

[PATCH v9 03/10] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
 2024-03-12 14:28 UTC  (3+ messages)

[PATCH v2] perf lock contention: skip traceiter functions
 2024-03-12 11:54 UTC  (3+ messages)

[PATCH v2] perf/core: Fix small negative period being ignored
 2024-03-12 19:38 UTC 

[PATCH 0/4] perf vendor events amd: Add Zen 5 events and metrics
 2024-03-12 10:32 UTC  (11+ messages)
` [PATCH 1/4] perf vendor events amd: Add Zen 5 core events
` [PATCH 2/4] perf vendor events amd: Add Zen 5 uncore events
` [PATCH 3/4] perf vendor events amd: Add Zen 5 metrics
` [PATCH 4/4] perf vendor events amd: Add Zen 5 mapping

[PATCH v1] perf lock contention: skip traceiter functions
 2024-03-11 22:29 UTC  (6+ messages)

[PATCH 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT
 2024-03-11 22:03 UTC  (5+ messages)

GSoC'2024: Perf: The Linux-Foundation
 2024-03-11 21:22 UTC 

[PATCH v1 00/13] tools header compiler.h update
 2024-03-11 20:51 UTC  (25+ messages)
` [PATCH v1 01/13] tools bpf: Synchronize bpf.h with kernel uapi version
` [PATCH v1 02/13] libbpf: Make __printf define conditional
` [PATCH v1 03/13] libperf xyarray: Use correct stddef.h include
` [PATCH v1 04/13] perf expr: Add missing stdbool.h include
` [PATCH v1 05/13] perf expr: Tidy up header guard
` [PATCH v1 06/13] perf debug: Add missing linux/types.h include
` [PATCH v1 07/13] perf cacheline: "
` [PATCH v1 08/13] perf arm-spe: "
` [PATCH v1 09/13] tools headers: Rewrite linux/atomic.h using C11's stdatomic.h
` [PATCH v1 10/13] asm-generic: Avoid transitive dependency for unaligned.h
` [PATCH v1 11/13] tools headers: Sync linux/overflow.h
` [PATCH v1 12/13] tools headers: Sync compiler.h headers
` [PATCH v1 13/13] tools headers: Rename noinline to __noinline

[PATCH] perf scripts python: Add a script to run instances of perf script in parallel
 2024-03-11 17:52 UTC  (3+ messages)

WARNING in free_event
 2024-03-11 17:31 UTC 

[PATCH v2 0/4] perf: Support PERF_SAMPLE_READ with inherit_stat
 2024-03-11 15:58 UTC  (4+ messages)
` [PATCH v2 1/4] "

[PATCH] perf test attr: Add back missing topdown events
 2024-03-11  8:16 UTC 

[PATCH v2] perf test record.sh: Raise limit of open file descriptors
 2024-03-11  8:11 UTC 

[RFC PATCH 0/2] A mechanism for efficient support for per-function metrics
 2024-03-10 13:00 UTC  (5+ messages)

[PATCH 0/3] Add data type profiling support for powerpc
 2024-03-09 17:43 UTC  (7+ messages)
` [PATCH 1/3] tools/perf/arch/powerpc: Add load/store in powerpc annotate instructions for data type profling
` [PATCH 2/3] tools/erf/util/annotate: Set register_char and memory_ref_char for powerpc
` [PATCH 3/3] tools/perf/arch/powerc: Add get_arch_regnum "

[PATCH 0/3] Add data type profiling support for powerpc
 2024-03-09  7:18 UTC  (5+ messages)
` [PATCH 1/3] tools/perf/arch/powerpc: Add load/store in powerpc annotate instructions for data type profling
` [PATCH 2/3] tools/erf/util/annotate: Set register_char and memory_ref_char for powerpc
` [PATCH 3/3] tools/perf/arch/powerc: Add get_arch_regnum "


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