Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2024-02-28 17:56:48 to 2024-03-02 01:00:25 UTC [more...]

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

[RFC PATCH v3 0/6] TPEBS counting mode support
 2024-03-02  0:11 UTC  (7+ 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
` [RFC PATCH v3 6/6] perf vendor events intel: Add MTL metric json files

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

[PATCH v2 1/2] perf: Suggest inbuilt commands for unknown command
 2024-03-01 20:13 UTC  (2+ messages)
` [PATCH v2 2/2] perf help: Lower levenshtein penality for deleting character

[PATCH v1] perf map: Fix map reference count issues
 2024-03-01 19:31 UTC  (3+ messages)

[PATCH v1] libperf evlist: Avoid out-of-bounds access
 2024-03-01 19:30 UTC  (5+ messages)

[PATCH v2] perf lock contention: Account contending locks too
 2024-03-01 19:30 UTC  (8+ messages)

[PATCH v1 1/2] perf metrics: Fix metric matching
 2024-03-01 19:29 UTC  (2+ messages)

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

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

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

[PATCH v1] perf tests: Run tests in parallel by default
 2024-03-01 17:47 UTC 

[PATCH] perf vendor events amd: Fix Zen 4 cache latency events
 2024-03-01 16:39 UTC  (2+ messages)

[PATCH] perf version: Display availability of OpenCSD support
 2024-03-01 16:38 UTC  (2+ messages)

[PATCH V16 0/8] arm64/perf: Enable branch stack sampling
 2024-03-01 13:52 UTC  (23+ messages)
` [PATCH V16 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
` [PATCH V16 3/8] drivers: perf: arm_pmuv3: Enable branch stack sampling framework
` [PATCH V16 4/8] drivers: perf: arm_pmuv3: Enable branch stack sampling via FEAT_BRBE
` [PATCH V16 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests

[PATCH v1 1/4] perf record: Delete session after stopping sideband thread
 2024-03-01  7:50 UTC  (5+ messages)
` [PATCH v1 2/4] perf test: stat output per thread of just the parent process
` [PATCH v1 3/4] perf test: Use a single fd for the child process out/err
` [PATCH v1 4/4] perf test: Read child test 10 times a second rather than 1

[PATCH v4 0/7] Thread memory improvements and fixes
 2024-03-01  5:36 UTC  (8+ messages)
` [PATCH v4 1/7] perf report: Sort child tasks by tid
` [PATCH v4 2/7] perf trace: Ignore thread hashing in summary
` [PATCH v4 3/7] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v4 4/7] perf machine: Move machine's threads into its own abstraction
` [PATCH v4 5/7] perf threads: Move threads to its own files
` [PATCH v4 6/7] perf threads: Switch from rbtree to hashmap
` [PATCH v4 7/7] perf threads: Reduce table size from 256 to 8

[PATCH v3 0/7] Thread memory improvements and fixes
 2024-03-01  5:02 UTC  (10+ messages)
` [PATCH v3 1/7] perf report: Sort child tasks by tid
` [PATCH v3 2/7] perf trace: Ignore thread hashing in summary
` [PATCH v3 3/7] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v3 4/7] perf machine: Move machine's threads into its own abstraction
` [PATCH v3 5/7] perf threads: Move threads to its own files
` [PATCH v3 6/7] perf threads: Switch from rbtree to hashmap
` [PATCH v3 7/7] perf threads: Reduce table size from 256 to 8

[PATCH v1 0/6] Thread memory improvements and fixes
 2024-03-01  0:19 UTC  (19+ messages)
` [PATCH v1 1/6] perf report: Sort child tasks by tid
` [PATCH v1 4/6] perf threads: Move threads to its own files

[PATCH v2] perf, script: Minimize "not reaching sample" for brstackinsn
 2024-02-29 16:18 UTC 

[PATCH v4 1/6] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-02-29 10:30 UTC  (16+ messages)
` [PATCH v4 2/6] perf: imx_perf: refactor driver for imx93
    ` [EXT] "
` [PATCH v4 3/6] perf: imx_perf: add support for i.MX95 platform
    ` [EXT] "
` [PATCH v4 4/6] perf: imx_perf: add macro definitions for parsing config attr
    ` [EXT] "
` [PATCH v4 5/6] perf: imx_perf: limit counter ID from user space and optimize counter usage
    ` [EXT] "
` [PATCH v4 6/6] perf vendor events arm64:: Add i.MX95 DDR Performane Monitor metrics
    ` [EXT] "

[PATCH v2 1/2] perf, capstone: Support 32bit code under 64bit OS
 2024-02-29  8:19 UTC  (3+ messages)
` [PATCH v2 2/2] perf, script, capstone: Add support for -F +brstackdisasm

[PATCH] perf, script: Minimize "not reaching sample" for brstackinsn
 2024-02-29  7:37 UTC  (4+ messages)

[PATCH 1/2] perf, capstone: Support 32bit code under 64bit OS
 2024-02-29  7:02 UTC  (9+ messages)
` [PATCH 2/2] perf, capstone: Support capstone for -F +brstackinsn

[PATCH v4 0/4] perf: Rework event forwarding logic
 2024-02-29  3:41 UTC  (6+ messages)
` [PATCH v4 1/4] perf/core: Rework forwarding of {task|cpu}-clock events

[RFC PATCH v2 0/6] TPEBS counting mode support
 2024-02-29  2:01 UTC  (5+ messages)
` [RFC PATCH v2 6/6] perf vendor events intel: Add MTL metric json files

[PATCH RFC 00/20] Add Counter delegation ISA extension support
 2024-02-29  1:25 UTC  (3+ messages)

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

[PATCH v1 0/2] Python generated Arm64 metrics
 2024-02-29  0:13 UTC  (3+ messages)
` [PATCH v1 1/2] perf jevents: Add collection of topdown like metrics for arm64
` [PATCH v1 2/2] perf jevents: Add cycles breakdown metric "

[PATCH v2] perf vendor events intel: Add umasks/occ_sel to PCU events
 2024-02-28 20:46 UTC  (2+ messages)

[PATCH v1 00/12] Foundations for metric generation with Python
 2024-02-28 17:56 UTC  (9+ messages)
` [PATCH v1 05/12] perf jevents: Support parsing negative exponents
` [PATCH v1 06/12] perf jevents: Term list fix in event parsing
` [PATCH v1 07/12] perf jevents: Add threshold expressions to Metric
` [PATCH v1 08/12] perf jevents: Move json encoding to its own functions
` [PATCH v1 09/12] perf jevents: Drop duplicate pending metrics
` [PATCH v1 10/12] perf jevents: Skip optional metrics in metric group list
` [PATCH v1 11/12] perf jevents: Build support for generating metrics from python
` [PATCH v1 12/12] perf jevents: Add load event json to verify and allow fallbacks


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox