linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-17 07:47:12 to 2024-02-28 01:20:08 UTC [more...]

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

[PATCH RESEND] perf lock contention: Account contending locks too
 2024-02-28  1:13 UTC  (5+ messages)

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

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

[PATCH v1 0/6] Thread memory improvements and fixes
 2024-02-27 21:42 UTC  (14+ messages)
` [PATCH v1 1/6] perf report: Sort child tasks by tid
` [PATCH v1 2/6] perf trace: Ignore thread hashing in summary
` [PATCH v1 4/6] perf threads: Move threads to its own files

[PATCH] perf, script: Minimize "not reaching sample" for brstackinsn
 2024-02-27 18:39 UTC 

[PATCH][next] perf test: Fix spelling mistake "curent" -> "current"
 2024-02-27 17:27 UTC  (3+ messages)

[PATCH] perf pmu: Fix a potential memory leak in perf_pmu__lookup()
 2024-02-27 17:26 UTC  (4+ messages)

[PATCH 1/1] perf test: Use TEST_FAIL in the TEST_ASSERT macros instead of -1
 2024-02-27 17:26 UTC  (3+ messages)

[PATCH v4] perf data convert: Fix segfault when converting to json when cpu_desc isn't set
 2024-02-27 17:25 UTC  (3+ messages)

[PATCH v1] perf vendor events intel: Add umasks to PCU events
 2024-02-27 14:12 UTC  (2+ messages)

[PATCH V16 0/8] arm64/perf: Enable branch stack sampling
 2024-02-27 11:13 UTC  (18+ messages)
` [PATCH V16 1/8] arm64/sysreg: Add BRBE registers and fields
` [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] ARM: perf: Use correct unwind info for tracepoint events
 2024-02-27  6:58 UTC 

[PATCH 1/1] perf bpf: Check that the minimal vmlinux.h installed is the latest one
 2024-02-26 16:21 UTC  (4+ messages)

[PATCH] treewide: remove meaningless assignments in Makefiles
 2024-02-26 16:20 UTC  (6+ messages)

[PATCH v2] perf print-events: make is_event_supported() more robust
 2024-02-26 16:20 UTC  (5+ messages)

[PATCH v1 1/2] perf metrics: Fix metric matching
 2024-02-26 16:00 UTC  (3+ messages)
` [PATCH v1 2/2] perf metrics: Fix segv for metrics with no events

[PATCH v9 00/10] Support Andes PMU extension
 2024-02-26 12:28 UTC  (18+ messages)
` [PATCH v9 01/10] riscv: errata: Rename defines for Andes
` [PATCH v9 02/10] irqchip/riscv-intc: Allow large non-standard interrupt number
` [PATCH v9 03/10] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
` [PATCH v9 04/10] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v9 05/10] riscv: dts: renesas: r9a07g043f: Update compatible string to use Andes INTC
` [PATCH v9 06/10] perf: RISC-V: Eliminate redundant interrupt enable/disable operations
` [PATCH v9 07/10] perf: RISC-V: Introduce Andes PMU to support perf event sampling
` [PATCH v9 08/10] dt-bindings: riscv: Add Andes PMU extension description
` [PATCH v9 09/10] riscv: dts: renesas: Add Andes PMU extension for r9a07g043f
` [PATCH v9 10/10] riscv: andes: Support specifying symbolic firmware and hardware raw events

[PATCH 1/2] perf/ring_buffer: Trigger FASYNC signals for watermark wakeups
 2024-02-24 15:58 UTC  (15+ messages)
` [PATCH 2/2] perf test: Test FASYNC with "

[PATCH] uprobes: use READ_ONCE() to read mm->uprobes_state.xol_area in concurrent environment
 2024-02-24 10:25 UTC 

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

[PATCH v6 0/8] Run tests in parallel
 2024-02-23 22:14 UTC  (10+ messages)
` [PATCH v6 1/8] perf thread_map: Skip exited threads when scanning /proc
` [PATCH v6 2/8] perf list: Add scandirat compatibility function
` [PATCH v6 3/8] perf tests: Avoid fork in perf_has_symbol test
` [PATCH v6 4/8] tools subcmd: Add a no exec function call option
` [PATCH v6 5/8] perf test: Rename builtin-test-list and add missed header guard
` [PATCH v6 6/8] perf tests: Use scandirat for shell script finding
` [PATCH v6 7/8] perf tests: Run time generate shell test suites
` [PATCH v6 8/8] perf tests: Add option to run tests in parallel

[PATCH] perf list: fix short description for some cache events
 2024-02-23 21:15 UTC  (3+ messages)

[PATCH v3 1/3] perf stat: Pass fewer metric arguments
 2024-02-23 21:14 UTC  (4+ messages)
` [PATCH v3 2/3] perf metrics: Compute unmerged uncore metrics individually
` [PATCH v3 3/3] perf stat: Fix metric-only aggregation index

[PATCH v3] perf data convert: Fix segfault when converting to json on arm64
 2024-02-23 20:25 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] perf tools issues with BPF
 2024-02-23 20:09 UTC 

[BUG] perf/x86/intel: HitM false-positives on Ice Lake / Tiger Lake (I think?)
 2024-02-23 19:37 UTC  (7+ messages)

[PATCH 0/3] perf tools: Fix test "perf probe of function from different CU"
 2024-02-23 12:10 UTC  (8+ messages)
` [PATCH 1/3] perf tools: Enable configs required for test_uprobe_from_different_cu.sh
` [PATCH 2/3] perf tools: Only treat files as map files when they have the extension .map
` [PATCH 3/3] perf test: Check output of the probe ... --funcs command

[syzbot] [perf?] WARNING in perf_event_open
 2024-02-23 10:42 UTC  (3+ messages)

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

[PATCH v8 0/5] perf: script: Intro capstone disasm engine to show instruction trace
 2024-02-22 16:53 UTC  (5+ messages)
` [PATCH v8 2/5] perf: util: use capstone disasm engine to show assembly instructions

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

[PATCH v8 00/10] Support Andes PMU extension
 2024-02-22  3:25 UTC  (6+ messages)
` [PATCH v8 02/10] irqchip/riscv-intc: Allow large non-standard interrupt number

Google Summer-of-Code 2024
 2024-02-22  3:07 UTC 

[PATCH v2 10/10] riscv: andes: Support symbolic FW and HW raw events
 2024-02-22  1:38 UTC  (2+ messages)

[PATCH 1/1] perf trace: Collect sys_nanosleep first argument
 2024-02-21 17:21 UTC  (3+ messages)

[PATCH v2] perf stat: Enable iostat mode for HiSilicon PCIe PMU
 2024-02-21  8:16 UTC  (7+ messages)

[PATCH v3 1/3] perf stat: Pass fewer metric arguments
 2024-02-21  7:05 UTC  (4+ messages)
` [PATCH v3 2/3] perf metrics: Compute unmerged uncore metrics individually
` [PATCH v3 3/3] perf stat: Fix metric-only aggregation index 1;115;0c Aggregation index was being computed using the evsel's cpumap which may have a different (typically the same or fewer) entries

[PATCH v5 0/8] Run tests in parallel
 2024-02-21  3:41 UTC  (6+ messages)
` [PATCH v5 2/8] perf list: Add scandirat compatibility function
` [PATCH v5 6/8] perf tests: Use scandirat for shell script finding

[PATCH v2 1/3] perf stat: Pass fewer metric arguments
 2024-02-21  2:21 UTC  (2+ messages)

[PATCH v2] perf list: For metricgroup only list include description
 2024-02-21  2:00 UTC  (2+ messages)

[PATCH] perf tools: Fixup module symbol end address properly
 2024-02-21  2:00 UTC  (2+ messages)

[PATCH v1 00/30] perf vendor event and TMA 4.7 metric update
 2024-02-21  1:59 UTC  (2+ messages)

[PATCH 1/1 v2] perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.h
 2024-02-21  1:59 UTC  (2+ messages)

[PATCH 1/7] perf testsuite: Add common regex patters
 2024-02-21  1:58 UTC  (3+ messages)
` [PATCH v2 0/7] Add perf testsuite into perf-test

[PATCH] perf test: Enable Symbols test to work with a current module dso
 2024-02-21  1:57 UTC  (2+ messages)

[PATCH v3 0/8] Clean up libperf cpumap's empty function
 2024-02-19 10:38 UTC  (9+ messages)
` [PATCH v3 2/8] libperf cpumap: Ensure empty cpumap is NULL from alloc
` [PATCH v3 3/8] perf arm-spe/cs-etm: Directly iterate CPU maps

[PATCH RFC 00/20] Add Counter delegation ISA extension support
 2024-02-18 12:50 UTC  (6+ messages)
` [PATCH RFC 04/20] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH RFC 09/20] RISC-V: Add Smcntrpmf extension parsing

[PATCH] perf/core: Fix small negative period being ignored
 2024-02-18  6:37 UTC  (5+ messages)

[PATCH v7 0/5] perf: script: Intro capstone disasm engine to show instruction trace
 2024-02-17  7:29 UTC  (5+ 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).