linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-04 05:06:13 to 2024-09-06 23:20:11 UTC [more...]

[PATCH V7 0/4] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
 2024-09-06 23:20 UTC  (8+ messages)
` [PATCH V7 4/4] Adjust objdump start/end range per map pgoff parameter
` [PATCH V7 3/4] Add map pgoff to python dictionary based on MAPPING_TYPE
` [PATCH V7 2/4] Force MAPPING_TYPE__IDENTIY for PIE
` [PATCH V7 1/4] Add dso__is_pie call to identify ELF PIE

[PATCH 1/3] perf mem: Check mem_events for all eligible PMUs
 2024-09-06 20:06 UTC  (8+ messages)
` [PATCH 2/3] perf mem: Fix missed p-core mem events on ADL and RPL
` [PATCH 3/3] perf mem: Fix the wrong reference in parse_record_events

[PATCH RFC 0/2] Prep perf trace for a generic BPF+BTF pretty printer
 2024-09-06 19:50 UTC  (3+ messages)
` [PATCH 1/2] perf trace augmented_syscalls.bpf: Move the renameat augmenter to renameat2, temporarily
` [PATCH 2/2] perf trace: Use a common encoding for augmented arguments, with size + error + payload

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-09-06 15:40 UTC  (4+ messages)
` [RFC PATCH v3 06/58] perf: Support get/put passthrough PMU interfaces

[RFC/PATCHSET 00/10] perf tools: Do not set attr.exclude_guest by default (v3)
 2024-09-06 15:21 UTC  (15+ messages)
` [PATCH 01/10] perf tools: Add fallback for exclude_guest
` [PATCH 02/10] perf tools: Don't set attr.exclude_guest by default
` [PATCH 03/10] perf tools: Simplify evsel__add_modifier()
` [PATCH 04/10] perf stat: Add --exclude-guest option
` [PATCH 05/10] perf tools: Do not set exclude_guest for precise_ip
` [PATCH 06/10] perf tools: Detect missing kernel features properly
` [PATCH 07/10] perf tools: Separate exclude_hv fallback
` [PATCH 08/10] perf tools: Move x86__is_amd_cpu() to util/env.c
` [PATCH 09/10] perf tools: Check fallback error and order
` [PATCH 10/10] perf record: Just use "cycles:P" as the default event

[PATCH 0/3] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also
 2024-09-06 13:00 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Fix Intel PT IA32_RTIT_CTL MSR validation
` [PATCH 2/3] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also
` [PATCH 3/3] KVM: selftests: Add guest Intel PT test

[PATCH] uprobes: remove unneeded condition
 2024-09-06 10:18 UTC 

[PATCH] perf metrics: Fixes stat cmd cannot parse sys metrics when cpus MIDR mismatch
 2024-09-06  8:44 UTC  (3+ messages)

[PATCH v4] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
 2024-09-06  8:12 UTC  (2+ messages)

[PATCH] mm: move mm flags to mm_types.h
 2024-09-06  2:32 UTC  (3+ messages)

[PATCH RFC 0/6] riscv: perf: Add support for Control Transfer Records Ext
 2024-09-05 21:52 UTC  (3+ messages)
` [PATCH RFC 5/6] riscv: perf: Add driver "

[PATCH V6 0/4] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
 2024-09-05 21:49 UTC  (7+ messages)
` [PATCH V6 4/4] Adjust objdump start/end range per map pgoff parameter
` [PATCH V6 3/4] Add map pgoff to python dictionary based on MAPPING_TYPE
` [PATCH V6 2/4] Force MAPPING_TYPE__IDENTIY for PIE
` [PATCH V6 1/4] Add dso__is_pie call to identify ELF PIE

[PATCH v2 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-09-05 20:53 UTC  (6+ messages)
` [PATCH v2 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()

[PATCH] perf/x86: fix wrong assumption that LBR is only useful for sampling events
 2024-09-05 20:33 UTC  (5+ messages)

[PATCH 00/11] perftool-testsuite 2nd batch
 2024-09-05 19:15 UTC  (13+ messages)
` [PATCH v2 "

[PATCH] libperf: Add perf_evsel__id() function
 2024-09-05 18:59 UTC  (3+ messages)

[PATCH v6 0/7] Event parsing fixes
 2024-09-05 18:20 UTC  (3+ messages)

perf mem record not getting the mem_load_aux events by default
 2024-09-05 17:23 UTC  (4+ messages)

[RESEND] More dwarf support in python interface
 2024-09-05 15:25 UTC  (12+ messages)
` [PATCH v1 01/10] perf: Avoid buffer overflow in python register interface
` [PATCH v1 02/10] perf: Support discriminator in addr2line
` [PATCH v1 03/10] perf: Plumb passing machine to scripts
` [PATCH v1 04/10] perf: Add perf_brstack_srcline to resolve brstack entries
` [PATCH v1 05/10] perf: Add perf_resolve_ip python interface
` [PATCH v1 06/10] perf: Add plumbling for line/disc for inlines
` [PATCH v1 07/10] perf: Support returning inlines in get_srcline_split
` [PATCH v1 08/10] perf: resolve inlines for perf_brstack_srcline/perf_ip_srcline
` [PATCH v1 09/10] perf: Add build id and filename to perf_brstack/ip_srcline
` [PATCH v1 10/10] perf: Update documentation for new python callbacks

[PATCH v1] perf jevents: Ignore sys when determining a model directory
 2024-09-05 15:11 UTC  (2+ messages)

[PATCH v15 0/7] Introduce perf check subcommand
 2024-09-05 14:58 UTC  (11+ messages)
` [PATCH v15 1/7] libsubcmd: Don't free the usage string
` [PATCH v15 2/7] perf check: Introduce 'check' subcommand
` [PATCH v15 3/7] perf version: Update --build-options to use 'supported_features' array
` [PATCH v15 4/7] tools/perf/tests: Update test_task_analyzer.sh to use perf check feature
` [PATCH v15 5/7] tools/perf/tests: Update probe_vfs_getname.sh script "
` [PATCH v15 6/7] perf: Fix inconsistencies in feature names
` [PATCH v15 7/7] perf: Add more features to supported_features list

[PATCH v3] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
 2024-09-05 14:30 UTC  (5+ messages)

[PATCH -next v2 0/2] perf stat: Support inherit events for bperf
 2024-09-05 11:59 UTC  (3+ messages)
` [PATCH -next v2 1/2] perf stat: Support inherit events during fork() "
` [PATCH -next v2 2/2] perf test: Use sqrtloop workload to test bperf event

[PATCH] perf/x86/intel/pt: Fix buffer full but size is 0 case
 2024-09-05 12:00 UTC 

[PATCH 0/5] Correct perf sampling with guest VMs
 2024-09-05 10:55 UTC  (10+ messages)
` [PATCH 1/5] arm: perf: Drop unused functions
` [PATCH 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
` [PATCH 4/5] x86: perf: Refactor misc flag assignments
` [PATCH 5/5] perf: Correct perf sampling with guest VMs

[PATCH 0/8] perf: cs-etm: Coresight decode and disassembly improvements
 2024-09-05 10:50 UTC  (9+ messages)
` [PATCH 1/8] perf cs-etm: Don't flush when packet_queue fills up
` [PATCH 2/8] perf cs-etm: Use new OpenCSD consistency checks
` [PATCH 3/8] perf cs-etm: Remove cs_etm__flush()
` [PATCH 4/8] perf scripting python: Add function to get a config value
` [PATCH 5/8] perf scripts python cs-etm: Update to use argparse
` [PATCH 6/8] perf scripts python cs-etm: Improve arguments
` [PATCH 7/8] perf scripts python cs-etm: Add start and stop arguments
` [PATCH 8/8] perf test: cs-etm: Test Coresight disassembly script

[PATCH v6 0/8] perf auxtrace: Support multiple AUX events
 2024-09-05  7:13 UTC  (9+ messages)
` [PATCH v6 1/8] perf/core: Allow multiple AUX PMU events with the same module
` [PATCH v6 4/8] perf auxtrace: Introduce auxtrace_record__validate_events()

[PATCH -next 0/2] perf stat: Support inherit events for bperf
 2024-09-05  6:44 UTC  (6+ messages)
` [PATCH -next 1/2] perf stat: Support inherit events during fork() "
` [PATCH -next 2/2] perf test: Use sqrtloop workload to test bperf event

[PATCH v5 0/2] Fix perf adjust period algorithm
 2024-09-05  6:38 UTC  (4+ messages)
` [PATCH v5 2/2] perf/core: Fix incorrect time diff in tick adjust period

[GSoC] perf trace and BTF: Final Report
 2024-09-05  4:13 UTC  (2+ messages)

[PATCH] perf namespaces: check newns before free
 2024-09-05  4:10 UTC  (2+ messages)

[PATCH v2] perf test: Use -Wp,-U_FORTIFY_SOURCE for tests built with -O0
 2024-09-05  1:49 UTC  (2+ messages)

[PATCH] uprobes: use vm_special_mapping close() functionality
 2024-09-04 21:26 UTC  (8+ messages)

[PATCH v3 0/8] perf trace: Enhanced augmentation for pointer arguments
 2024-09-04 21:11 UTC  (4+ messages)
` [PATCH v3 6/8] perf trace: Collect augmented data using BPF

[PATCH RESEND v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-09-04 19:48 UTC  (16+ messages)
` [PATCH xfstests v2 1/2] statx: update headers to include newer statx fields
  ` [PATCH xfstests v2 2/2] open_by_handle: add tests for u64 mount ID
` [PATCH xfstests v3 1/2] open_by_handle: verify u32 and u64 mount IDs
  ` [PATCH xfstests v3 2/2] generic/756: test name_to_handle_at(AT_HANDLE_MNT_ID_UNIQUE) explicitly
` [PATCH xfstests v4 1/2] open_by_handle: verify u32 and u64 mount IDs
  ` [PATCH xfstests v4 2/2] generic/756: test name_to_handle_at(AT_HANDLE_MNT_ID_UNIQUE) explicitly

[GIT PULL] perf-tools fixes for v6.11-rc7
 2024-09-04 19:16 UTC  (2+ messages)

[PATCH v14 0/7] Introduce perf check subcommand
 2024-09-04 19:15 UTC  (11+ messages)
` [PATCH v14 1/7] tools/lib/subcmd: Don't free the usage string
` [PATCH v14 2/7] perf check: Introduce 'check' subcommand
` [PATCH v14 3/7] perf version: Update --build-options to use 'supported_features' array
` [PATCH v14 4/7] tools/perf/tests: Update test_task_analyzer.sh to use perf check feature
` [PATCH v14 5/7] tools/perf/tests: Update probe_vfs_getname.sh script "
` [PATCH v14 6/7] perf: Fix inconsistencies in feature names
` [PATCH v14 7/7] perf: Add more features to supported_features list

[RFC/PATCHSET 0/8] perf tools: Do not set attr.exclude_guest by default (v2)
 2024-09-04 18:15 UTC  (19+ messages)
` [PATCH 1/8] perf tools: Don't set attr.exclude_guest by default
` [PATCH 2/8] perf tools: Simplify evsel__add_modifier()
` [PATCH 3/8] perf stat: Add --exclude-guest option
` [PATCH 4/8] perf tools: Do not set exclude_guest for precise_ip
` [PATCH 5/8] perf tools: Detect missing kernel features properly
` [PATCH 6/8] perf tools: Separate exclude_hv fallback
` [PATCH 7/8] perf tools: Add fallback for exclude_guest
` [PATCH 8/8] perf tools: Check fallback error and order

[PATCH v6 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-09-04 14:51 UTC  (11+ messages)

[PATCH v1 0/9] perf arm-spe: Introduce metadata version 2
 2024-09-04 14:02 UTC  (8+ messages)
` [PATCH v1 1/9] perf: arm_spe: Introduce 'lds' capacity

[PATCH v1] perf jevents: Add cpuid to model lookup command
 2024-09-04 13:47 UTC  (2+ messages)

[PATCH v2 0/6] Various 32-bit and test fixes
 2024-09-04 12:51 UTC  (8+ messages)
` [PATCH v2 1/6] perf pmus: Fix name comparisons on 32-bit systems
` [PATCH v2 2/6] perf time-utils: Fix 32-bit nsec parsing
` [PATCH v2 3/6] perf test: Skip uprobe test if probe command isn't present
` [PATCH v2 4/6] perf parse-events: Add default_breakpoint_len helper
` [PATCH v2 5/6] perf parse-events: Vary default_breakpoint_len on i386 and arm64
` [PATCH v2 6/6] perf test: Make watchpoint data 32-bits on i386

[PATCH v2] tools lib subcmd: Use array data to save built usage string
 2024-09-04  6:17 UTC 

[PATCH v13 0/7] Introduce perf check subcommand
 2024-09-04  5:41 UTC  (3+ 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).