messages from 2024-01-10 09:12:11 to 2024-01-20 00:55:57 UTC [more...]
Issues with Linux perf tool on Raspberry Pi 5
2024-01-20 0:55 UTC (2+ messages)
[PATCH 0/1] Support PERF_SAMPLE_READ with inherit_stat
2024-01-20 0:49 UTC (6+ messages)
` [PATCH 1/1] perf: "
[GIT PULL] perf tools changes for v6.8
2024-01-19 22:50 UTC (2+ messages)
[PATCH 0/4] perf sched: Fix task state report
2024-01-19 22:44 UTC (11+ 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 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 00/42] Fix coccicheck warnings
2024-01-19 22:00 UTC (6+ messages)
` [PATCH 04/42] arch/x86/events/core: Convert snprintf to sysfs_emit
` [PATCH 05/42] arch/x86/events/intel: "
[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 (16+ messages)
` [PATCH V4 01/11] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V4 02/11] perf/x86/intel/pt: Add support for pause / resume
` [PATCH V4 03/11] perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64
` [PATCH V4 04/11] perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSF
` [PATCH V4 05/11] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V4 06/11] perf tools: Add aux-action config term
` [PATCH V4 07/11] perf tools: Parse aux-action
` [PATCH V4 08/11] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
` [PATCH V4 09/11] perf intel-pt: Improve man page format
` [PATCH V4 10/11] perf intel-pt: Add documentation for pause / resume
` [PATCH V4 11/11] perf intel-pt: Add a test "
[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 v4 0/5] perf: script: Intro capstone disasm engine to show instruction trace
2024-01-19 18:40 UTC (11+ 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] perf print-events: make is_event_supported() more robust
2024-01-19 15:00 UTC (5+ 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/core: Fix small negative period being ignored
2024-01-19 7:36 UTC (2+ messages)
[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 v7 00/16] Support Andes PMU extension
2024-01-17 23:10 UTC (25+ 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 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 (11+ messages)
` [PATCH v2 0/1] perf scripts python: arm-cs-trace-disasm.py: print correct disasm info
` [PATCH v2 1/1] perf scripts python: arm-cs-trace-disasm.py: add option to print virtual address
` [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
perf test hybrid failing on 14700K
2024-01-16 17:27 UTC (9+ messages)
[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 (12+ messages)
` [PATCH v2 1/8] mm: swap: introduce pfn_swap_entry_to_folio()
` [PATCH v2 2/8] s390: pgtable: use pfn_swap_entry_to_folio() in ptep_zap_swap_entry()
` [PATCH v2 3/8] mm: huge_memory: use pfn_swap_entry_to_folio() in __split_huge_pmd_locked()
` [PATCH v2 4/8] mm: huge_memory: use pfn_swap_entry_to_folio() in zap_huge_pmd()
` [PATCH v2 5/8] mm: memory: use pfn_swap_entry_to_folio() in copy_nonpresent_pte()
` [PATCH v2 6/8] mm: memory: convert to should_zap_folio()
` [PATCH v2 7/8] mm: convert mm_counter() to take a folio
` [PATCH v2 8/8] mm: convert mm_counter_file() "
Getting PMU stats on specific syscalls
2024-01-11 15:53 UTC (5+ messages)
[PATCH] perf tui: don't ignore job control
2024-01-10 16:11 UTC (4+ messages)
` [PATCH v2 1/2] "
[PATCH 0/2] perf/x86/intel/pt: Adjustments for pt_pmu_hw_init()
2024-01-10 11:45 UTC
[PATCH v1 0/3] arm64: Support Neoverse-V2 for Perf Arm SPE
2024-01-10 9:12 UTC (2+ 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).