linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-01 18:56:21 to 2024-03-10 02:05:57 UTC [more...]

[PATCH v1 00/13] tools header compiler.h update
 2024-03-10  2:05 UTC  (11+ 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 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 v1] perf lock contention: skip traceiter functions
 2024-03-09 13:27 UTC 

[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 "

[PATCH v0] perf lock contention: skip traceiter functions
 2024-03-08 23:24 UTC  (4+ messages)

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

[PATCH 0/3] tools/tracing: Use tools/build makefiles like perf
 2024-03-08 17:50 UTC  (4+ messages)
` [PATCH 1/3] tools/tracing: Use tools/build makefiles on latency-collector
` [PATCH 2/3] tools/verification: Use tools/build makefiles on rv
` [PATCH 3/3] tools/rtla: Use tools/build makefiles to build rtla

[PATCH v4 1/2] perf, capstone: Support 32bit code under 64bit OS
 2024-03-08 17:06 UTC  (2+ messages)
` [PATCH v4 2/2] perf, script, capstone: Add support for -F +brstackdisasm

[PATCH v3 0/6] Extra verbose/perf-list details
 2024-03-08 15:39 UTC  (8+ messages)
` [PATCH v3 1/6] perf list: Add tracepoint encoding to detailed output
` [PATCH v3 2/6] perf pmu: Drop "default_core" from alias names
` [PATCH v3 3/6] perf list: Allow wordwrap to wrap on commas
` [PATCH v3 4/6] perf list: Give more details about raw event encodings
` [PATCH v3 5/6] perf tools: Use pmus to describe type from attribute
` [PATCH v3 6/6] perf tools: Add/use PMU reverse lookup from config to name

[PATCH v3 1/2] perf, capstone: Support 32bit code under 64bit OS
 2024-03-08 12:07 UTC  (4+ messages)
` [PATCH v3 2/2] perf, script, capstone: Add support for -F +brstackdisasm

[PATCH v2] perf, script: Minimize "not reaching sample" for brstackinsn
 2024-03-08 10:32 UTC  (2+ messages)

[PATCH v6 1/7] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-03-08  7:32 UTC  (15+ messages)
` [PATCH v6 2/7] perf: imx_perf: add macro definitions for parsing config attr
` [PATCH v6 3/7] perf: imx_perf: let the driver manage the counter usage rather the user
` [PATCH v6 4/7] perf: imx_perf: refactor driver for imx93
` [PATCH v6 5/7] perf: imx_perf: fix counter start and config sequence
` [PATCH v6 6/7] perf: imx_perf: add support for i.MX95 platform
` [PATCH v6 7/7] perf vendor events arm64:: Add i.MX95 DDR Performance Monitor metrics
    ` [EXT] "

[PATCH v3 0/8] Clean up libperf cpumap's empty function
 2024-03-07 23:47 UTC  (4+ messages)

[PATCH v2 0/4] perf annotate: Improve memory usage for symbol histogram
 2024-03-07 21:48 UTC  (10+ messages)
` [PATCH v2 1/4] perf annotate: Add a hashmap "
` [PATCH v2 2/4] perf annotate: Calculate instruction overhead using hashmap
` [PATCH v2 3/4] perf annotate: Remove sym_hist.addr[] array
` [PATCH v2 4/4] perf annotate: Add comments in the data structures

[PATCH v2 0/6] Extra verbose/perf-list details
 2024-03-07 17:39 UTC  (7+ messages)
` [PATCH v2 1/6] perf list: Add tracepoint encoding to detailed output
` [PATCH v2 2/6] perf pmu: Drop "default_core" from alias names
` [PATCH v2 3/6] perf list: Allow wordwrap to wrap on commas
` [PATCH v2 4/6] perf list: Give more details about raw event encodings
` [PATCH v2 5/6] perf tools: Use pmus to describe type from attribute
` [PATCH v2 6/6] perf tools: Add/use PMU reverse lookup from config to name

[PATCH v1 0/6] Extra verbose/perf-list details
 2024-03-07 16:45 UTC  (11+ messages)
` [PATCH v1 1/6] perf list: Add tracepoint encoding to detailed output
` [PATCH v1 2/6] perf pmu: Drop "default_core" from alias names
` [PATCH v1 3/6] perf list: Allow wordwrap to wrap on commas
` [PATCH v1 4/6] perf list: Give more details about raw event encodings
` [PATCH v1 5/6] perf tools: Use pmus to describe type from attribute
` [PATCH v1 6/6] perf tools: Add/use PMU reverse lookup from config to name

[Patch v3] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
 2024-03-07 12:02 UTC  (9+ messages)

Proposal for Roofline Support in perf
 2024-03-07  5:20 UTC 

[PATCH] perf/core: Handle generic events normally instead of trying all pmu
 2024-03-07  3:16 UTC  (3+ messages)

[PATCH v5 1/7] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-03-07  3:11 UTC  (8+ messages)
` [PATCH v5 2/7] perf: imx_perf: refactor driver for imx93
` [PATCH v5 3/7] perf: imx_perf: fix counter start and config sequence
` [PATCH v5 4/7] perf: imx_perf: add macro definitions for parsing config attr
` [PATCH v5 5/7] perf: imx_perf: add support for i.MX95 platform
` [PATCH v5 6/7] perf: imx_perf: limit counter ID from user space and optimize counter usage
` [PATCH v5 7/7] perf vendor events arm64:: Add i.MX95 DDR Performance Monitor metrics

[PATCH 0/3] KVM: VMX: Disable LBRs if CPU doesn't have callstacks
 2024-03-07  1:13 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: Snapshot LBR capabilities during module initialization
` [PATCH 2/3] perf/x86/intel: Expose existence of callback support to KVM
` [PATCH 3/3] KVM: VMX: Disable LBR virtualization if the CPU doesn't support LBR callstacks

[PATCH v2 00/12] Foundations for metric generation with Python
 2024-03-06  7:20 UTC  (14+ 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
` [PATCH v2 12/12] perf jevents: Add load event json to verify and allow fallbacks

[PATCH ] perf test pmu: Fix file Leak in test_format_dir_get
 2024-03-06  0:18 UTC 

hw_breakpoint unit test failures with various architectures/platforms in qemu
 2024-03-05 14:20 UTC  (5+ messages)

[PATCH 0/2] Fix the warnings in the 32-bit platform
 2024-03-05 12:05 UTC  (3+ messages)
` [PATCH 1/2] perf daemon: Fix the warning about time_t
` [PATCH 2/2] perf riscv: Fix the warning due to the incompatible type

[PATCH v2 1/2] perf/ring_buffer: Trigger IO signals for watermark wakeups
 2024-03-05  6:08 UTC 

[PATCH 0/4] perf annotate: Improve memory usage for symbol histogram
 2024-03-04 22:53 UTC  (4+ messages)

[PATCH v2] perf vendor events intel: Add umasks/occ_sel to PCU events
 2024-03-04 18:58 UTC  (3+ messages)

[PATCH v4 0/7] Thread memory improvements and fixes
 2024-03-04 18:57 UTC  (3+ messages)

[PATCH] perf vendor events amd: Fix Zen 4 cache latency events
 2024-03-04 18:56 UTC  (2+ messages)

[PATCH] perf version: Display availability of OpenCSD support
 2024-03-04 18:56 UTC  (2+ messages)

[PATCH v1 00/13] dso/dsos memory savings and clean up
 2024-03-04 18:35 UTC  (14+ messages)
` [PATCH v1 01/13] perf dso: Reorder variables to save space in struct dso
` [PATCH v1 02/13] perf dsos: Attempt to better abstract dsos internals
` [PATCH v1 03/13] perf dsos: Tidy reference counting and locking
` [PATCH v1 04/13] perf dsos: Add dsos__for_each_dso
` [PATCH v1 05/13] perf dso: Move dso functions out of dsos
` [PATCH v1 06/13] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v1 07/13] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v1 08/13] perf dsos: Remove __dsos__addnew
` [PATCH v1 09/13] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v1 10/13] perf dsos: Switch hand code to bsearch
` [PATCH v1 11/13] perf dso: Add reference count checking and accessor functions
` [PATCH v1 12/13] perf dso: Reference counting related fixes
` [PATCH v1 13/13] perf dso: Use container_of to avoid a pointer in dso_data

HTML message rejected: The ARM SPE software driver caused a failure in converting VA to IPA
 2024-03-04  2:40 UTC 

[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  (6+ messages)
` [PATCH v1 02/20] perf jevents: Add idle metric for Intel models

[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  (2+ messages)

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

[PATCH v2] perf lock contention: Account contending locks too
 2024-03-01 19:30 UTC  (2+ 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  (19+ messages)
` [PATCH v2 03/20] perf jevents: Add smi metric group for Intel models
` [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 "


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