messages from 2024-02-16 23:55:13 to 2024-02-26 11:59:47 UTC [more...]
[PATCH][next] perf test: Fix spelling mistake "curent" -> "current"
2024-02-26 11:59 UTC (2+ messages)
[PATCH v1 0/6] Thread memory improvements and fixes
2024-02-25 18:50 UTC (2+ messages)
[PATCH] perf pmu: Fix a potential memory leak in perf_pmu__lookup()
2024-02-25 17:44 UTC (3+ messages)
[PATCH 1/1] perf bpf: Check that the minimal vmlinux.h installed is the latest one
2024-02-24 19:18 UTC (3+ messages)
[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 v4] perf data convert: Fix segfault when converting to json when cpu_desc isn't set
2024-02-24 15:49 UTC (2+ messages)
[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 v1 1/2] perf metrics: Fix metric matching
2024-02-24 1:14 UTC (2+ messages)
` [PATCH v1 2/2] perf metrics: Fix segv for metrics with no events
[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 v2] perf print-events: make is_event_supported() more robust
2024-02-23 14:49 UTC (4+ messages)
[PATCH V16 0/8] arm64/perf: Enable branch stack sampling
2024-02-23 13:31 UTC (16+ 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 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 v9 00/10] Support Andes PMU extension
2024-02-23 9:06 UTC (16+ 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 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] treewide: remove meaningless assignments in Makefiles
2024-02-23 2:25 UTC (5+ messages)
[PATCH 1/1] perf test: Use TEST_FAIL in the TEST_ASSERT macros instead of -1
2024-02-23 0:02 UTC (2+ messages)
[PATCH v8 0/5] perf: script: Intro capstone disasm engine to show instruction trace
2024-02-22 16:53 UTC (9+ messages)
` [PATCH v8 1/5] perf: build: introduce the libcapstone
` [PATCH v8 2/5] perf: util: use capstone disasm engine to show assembly instructions
` [PATCH v8 3/5] perf: script: add field 'disasm' to display mnemonic instructions
` [PATCH v8 4/5] perf: script: add raw|disasm arguments to --insn-trace option
` [PATCH v8 5/5] perf: script: prefer capstone to XED
[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 (12+ messages)
` [PATCH v5 1/8] perf thread_map: Skip exited threads when scanning /proc
` [PATCH v5 2/8] perf list: Add scandirat compatibility function
` [PATCH v5 3/8] perf tests: Avoid fork in perf_has_symbol test
` [PATCH v5 4/8] tools subcmd: Add a no exec function call option
` [PATCH v5 5/8] perf test: Rename builtin-test-list and add missed header guard
` [PATCH v5 6/8] perf tests: Use scandirat for shell script finding
` [PATCH v5 7/8] perf tests: Run time generate shell test suites
` [PATCH v5 8/8] perf tests: Add option to run tests in parallel
[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 (3+ 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 (11+ 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 (26+ messages)
` [PATCH RFC 01/20] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH RFC 02/20] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH RFC 03/20] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH RFC 04/20] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH RFC 05/20] RISC-V: Define indirect CSR access helpers
` [PATCH RFC 06/20] RISC-V: Add Sscfg extension CSR definition
` [PATCH RFC 07/20] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH RFC 08/20] dt-bindings: riscv: add Ssccfg ISA extension description
` [PATCH RFC 09/20] RISC-V: Add Smcntrpmf extension parsing
` [PATCH RFC 10/20] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH RFC 11/20] RISC-V: perf: Restructure the SBI PMU code
` [PATCH RFC 12/20] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH RFC 13/20] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH RFC 14/20] RISC-V: perf: Use config2 for event to counter mapping
` [PATCH RFC 15/20] tools/perf: Add arch hooks to override perf standard events
` [PATCH RFC 16/20] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH RFC 17/20] perf: Add json file for virt machine supported events
` [PATCH RFC 18/20] tools arch uapi: Sync the uinstd.h header file for RISC-V
` [PATCH RFC 19/20] RISC-V: Add hwprobe support for Counter delegation extensions
` [PATCH RFC 20/20] tools/perf: Detect if platform supports counter delegation
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).