linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-12 03:44:53 to 2024-01-22 10:00:23 UTC [more...]

[PATCH v2] perf test: Fix test case perf script tests on s390
 2024-01-22  9:59 UTC 

Issues with Linux perf tool on Raspberry Pi 5
 2024-01-22  9:59 UTC  (5+ messages)

[PATCH v4 0/5] perf: script: Intro capstone disasm engine to show instruction trace
 2024-01-22  9:59 UTC  (19+ messages)
` [PATCH v4 1/5] perf: build: introduce the libcapstone
` [PATCH v4 2/5] perf: util: use capstone disasm engine to show assembly instructions
` [PATCH v4 3/5] perf: script: add field 'disasm' to display mnemonic instructions
` [PATCH v4 4/5] perf: script: add raw|disasm arguments to --insn-trace option
` [PATCH v4 5/5] perf: script: prefer capstone to XED

[PATCH v7 00/16] Support Andes PMU extension
 2024-01-22  8:48 UTC  (26+ messages)
` [PATCH v7 02/16] irqchip/riscv-intc: Allow large non-standard interrupt number
` [PATCH v7 03/16] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
` [PATCH v7 04/16] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v7 06/16] perf: RISC-V: Eliminate redundant interrupt enable/disable operations
` [PATCH v7 07/16] RISC-V: Move T-Head PMU to CPU feature alternative framework
` [PATCH v7 16/16] riscv: andes: Support specifying symbolic firmware and hardware raw events

[PATCH] perf build: Make minimal shellcheck version to v0.6.0
 2024-01-22  8:04 UTC 

[syzbot] [perf?] WARNING in ctx_sched_in (2)
 2024-01-22  7:56 UTC 

[PATCH 0/4] perf sched: Fix task state report
 2024-01-22  7:19 UTC  (14+ messages)
` [PATCH 1/4] perf sched: Sync state char array with the kernel
` [PATCH 2/4] perf util: Add helpers to parse task state string from libtraceevent
` [PATCH 3/4] perf util: Add evsel__taskstate() to parse the task state info instead
` [PATCH 4/4] perf sched: Commit to evsel__taskstate() to parse task state info

[PATCH v2 0/4] perf sched: Fix task state report
 2024-01-22  7:08 UTC  (5+ messages)
` [PATCH v2 1/4] perf sched: Sync state char array with the kernel
` [PATCH v2 2/4] perf util: Add helpers to parse task state string from libtraceevent
` [PATCH v2 3/4] perf util: Add evsel__taskstate() to parse the task state info instead
` [PATCH v2 4/4] perf sched: Commit to evsel__taskstate() to parse task state info

[PATCH v5 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
 2024-01-22  6:25 UTC  (3+ messages)
` [PATCH v5 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [PATCH v5 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects

Fwd: Google Summer of Code 2024 - Project ideas page for the Linux Foundation online
 2024-01-22  4:49 UTC 

[PATCH 00/42] Fix coccicheck warnings
 2024-01-22  2:59 UTC  (7+ messages)
  ` [PATCH 04/42] arch/x86/events/core: Convert snprintf to sysfs_emit
  ` [PATCH 05/42] arch/x86/events/intel: "

[PATCH] perf print-events: make is_event_supported() more robust
 2024-01-20 18:29 UTC  (7+ messages)

[PATCH 0/1] Support PERF_SAMPLE_READ with inherit_stat
 2024-01-20 16:14 UTC  (7+ messages)
` [PATCH 1/1] perf: "

[PATCH bpf-next] perf/bpf: Fix duplicate type check
 2024-01-20 15:09 UTC 

[PATCH] perf/core: Fix small negative period being ignored
 2024-01-20  7:21 UTC  (3+ messages)

perf test hybrid failing on 14700K
 2024-01-20  6:09 UTC  (10+ messages)

[GIT PULL] perf tools changes for v6.8
 2024-01-19 22:50 UTC  (2+ messages)

[PATCH 0/3] perf record: Fix segfault with '--timestamp-filename' option and pipe mode
 2024-01-19 22:06 UTC  (5+ messages)
` [PATCH 1/3] perf record: Fix possible incorrect free in record__switch_output()
` [PATCH 2/3] perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording
` [PATCH 3/3] perf data: Minor code style alignment cleanup

[PATCH] perf test: Fix test case perf script tests on s390
 2024-01-19 21:49 UTC  (2+ messages)

[PATCH V4 00/11] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-01-19 21:40 UTC  (7+ messages)
` [PATCH V4 01/11] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V4 10/11] perf intel-pt: Add documentation for pause / resume

[PATCH] perf lock contention: Account contending locks too
 2024-01-19 21:23 UTC  (2+ messages)

[PATCH v2 2/2] perf/core: Reduce PMU access to adjust sample freq
 2024-01-19 21:01 UTC  (2+ messages)

[PATCH v3 0/5] perf: script: Intro capstone disasm engine to show instruction trace
 2024-01-19 10:04 UTC  (10+ messages)
` [PATCH v3 1/5] perf: build: introduce the libcapstone
` [PATCH v3 2/5] perf: util: use capstone disasm engine to show assembly instructions
` [PATCH v3 3/5] perf: script: add field 'insn_disam' to display mnemonic instructions
` [PATCH v3 4/5] perf: script: add raw|disam arguments to --insn-trace option
` [PATCH v3 5/5] perf: script: prefer capstone to XED

[PATCH] perf build: don't hardcode pkg-config path
 2024-01-19  5:16 UTC  (2+ messages)

[PATCH v4 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
 2024-01-19  5:14 UTC  (4+ messages)
` [PATCH v4 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [PATCH v4 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects

[PATCH v3 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
 2024-01-19  0:07 UTC  (3+ messages)

[PATCHSET 0/9] perf tools: More updates on data type profiling (v4)
 2024-01-18 16:36 UTC  (11+ messages)
` [PATCH 1/9] perf annotate-data: Parse 'lock' prefix from llvm-objdump
` [PATCH 2/9] perf annotate-data: Handle macro fusion on x86
` [PATCH 3/9] perf annotate-data: Handle array style accesses
` [PATCH 4/9] perf annotate-data: Add stack operation pseudo type
` [PATCH 5/9] perf annotate-data: Handle PC-relative addressing
` [PATCH 6/9] perf annotate-data: Support global variables
` [PATCH 7/9] perf dwarf-aux: Add die_get_cfa()
` [PATCH 8/9] perf annotate-data: Support stack variables
` [PATCH 9/9] perf dwarf-aux: Check allowed DWARF Ops

[PATCH v2 0/5] perf: script: Intro capstone disasm engine to show instruction trace
 2024-01-18  4:00 UTC  (8+ messages)
` [PATCH v2 1/5] perf: build: introduce the libcapstone
` [PATCH v2 2/5] perf: util: use capstone disasm engine to show assembly instructions
` [PATCH v2 3/5] perf: script: add field 'insn_disam' to display mnemonic instructions
` [PATCH v2 4/5] perf: script: add raw|disam arguments to --insn-trace option
` [PATCH v2 5/5] perf: script: prefer capstone to XED

[PATCH v3] perf data convert: Fix segfault when converting to json on arm64
 2024-01-17 21:51 UTC 

[PATCH v2] perf data convert: Fix segfault when converting to json on arm64
 2024-01-17 21:38 UTC  (3+ messages)

[PATCH v1] uprobes: use pagesize-aligned virtual address when replacing pages
 2024-01-17 14:02 UTC  (3+ messages)

[PATCH 0/3] perf scripts python: arm-cs-trace-disasm.py:
 2024-01-17 10:16 UTC  (7+ messages)
` [PATCH v3 0/1] perf scripts python: arm-cs-trace-disasm.py: print correct disasm info
  ` [PATCH v3 1/1] perf scripts python: arm-cs-trace-disasm.py: add option to print virtual address
  ` [PATCH v3 2/3] perf scripts python: arm-cs-trace-disasm.py: set start vm addr of exectable file to 0

[PATCH] perf test: Fixed masked error condition in perf data convert test
 2024-01-17  7:37 UTC  (3+ messages)

[PATCH] perf data convert: Fix segfault when converting to json on arm64
 2024-01-17  4:47 UTC  (4+ messages)

[PATCH 0/3] perf: script: Intro capstone disasm engine to show instruction trace
 2024-01-17  3:48 UTC  (9+ messages)
` [PATCH 1/3] perf: build: introduce the libcapstone
` [PATCH 2/3] perf: script: use capstone disasm engine to show assembly instructions
` [PATCH 3/3] perf: script: deprecate the '--xed' option

[PATCH] perf build: Check whether pkg-config is installed when libtraceevent is linked
 2024-01-16 21:38 UTC  (2+ messages)

[PATCH v3 00/57] Scope-based Resource Management
 2024-01-16 18:10 UTC  (5+ messages)
` [PATCH v3 02/57] apparmor: Free up __cleanup() name
` [PATCH v3 03/57] locking: Introduce __cleanup() based infrastructure

[PATCH V3 0/7] Clean up perf mem
 2024-01-16 16:37 UTC  (12+ messages)
` [PATCH V3 2/7] perf mem: Clean up perf_mem_events__ptr()
` [PATCH V3 3/7] perf mem: Clean up perf_mem_events__name()

[PATCH] perf/x86/amd/uncore: Use kcalloc*() instead of kzalloc*()
 2024-01-16 16:30 UTC  (2+ messages)

[PATCH AUTOSEL 5.4] perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file
 2024-01-16  0:09 UTC 

[PATCH AUTOSEL 5.10 1/2] perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file
 2024-01-16  0:09 UTC 

[PATCH AUTOSEL 5.15 1/2] perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file
 2024-01-16  0:09 UTC 

[PATCH AUTOSEL 6.1 1/2] perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file
 2024-01-16  0:09 UTC 

[PATCH AUTOSEL 6.6 1/6] perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file
 2024-01-16  0:08 UTC 

[PATCH AUTOSEL 6.7 2/8] perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file
 2024-01-16  0:08 UTC 

[PATCH AUTOSEL 5.10 03/10] drivers/perf: pmuv3: don't expose SW_INCR event in sysfs
 2024-01-15 23:27 UTC 

[PATCH AUTOSEL 5.15 04/12] drivers/perf: pmuv3: don't expose SW_INCR event in sysfs
 2024-01-15 23:26 UTC 

[PATCH AUTOSEL 6.1 05/14] drivers/perf: pmuv3: don't expose SW_INCR event in sysfs
 2024-01-15 23:25 UTC 

[PATCH v2 1/4] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-01-15  8:42 UTC  (6+ messages)
` [PATCH v2 2/4] perf: imx_perf: add support for i.MX95 platform
    ` [EXT] Re: [PATCH v2 1/4] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible

[PATCH] perf record: Display data size on pipe mode
 2024-01-12 23:13 UTC 

Unable to run `perf stat` on Intel hybrid system with e-core (atom) disabled
 2024-01-12 15:18 UTC  (2+ messages)

[PATCH v2 0/8] mm: convert mm counter to take a folio
 2024-01-12  4:17 UTC  (5+ messages)
` [PATCH v2 1/8] mm: swap: introduce pfn_swap_entry_to_folio()


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