messages from 2024-09-01 13:53:45 to 2024-09-05 10:25:22 UTC [more...]
[PATCH 0/5] Correct perf sampling with guest VMs
2024-09-05 10:25 UTC (9+ 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 v3] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
2024-09-05 10:07 UTC (3+ messages)
[PATCH v6 0/8] perf auxtrace: Support multiple AUX events
2024-09-05 7:13 UTC (13+ 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 v6 5/8] perf auxtrace: Refactor evlist__enable_event_idx()
` [PATCH v6 6/8] perf auxtrace: Bails out after finding the event for the map index
[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 (6+ messages)
` [PATCH v5 1/2] perf/core: Fix small negative period being ignored
` [PATCH v5 2/2] perf/core: Fix incorrect time diff in tick adjust period
[PATCH] libperf: Add perf_evsel__id() function
2024-09-05 4:22 UTC (2+ messages)
[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 v6 0/7] Event parsing fixes
2024-09-05 4:09 UTC (9+ messages)
` [PATCH v6 1/7] perf evsel: Add alternate_hw_config and use in evsel__match
` [PATCH v6 2/7] perf stat: Uniquify event name improvements
` [PATCH v6 3/7] perf stat: Remove evlist__add_default_attrs use strings
` [PATCH v6 4/7] perf evsel x86: Make evsel__has_perf_metrics work for legacy events
` [PATCH v6 5/7] perf evsel: Remove pmu_name
` [PATCH v6 6/7] perf test: Make stat test work on DT devices
` [PATCH v6 7/7] perf test: Add a test for default perf stat command
[PATCH] perf metrics: Fixes stat cmd cannot parse sys metrics when cpus MIDR mismatch
2024-09-05 3:16 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 V6 0/4] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
2024-09-05 0:11 UTC (5+ 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] uprobes: use vm_special_mapping close() functionality
2024-09-04 21:26 UTC (12+ messages)
[PATCH v1] perf jevents: Ignore sys when determining a model directory
2024-09-04 21:17 UTC
[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 v15 0/7] Introduce perf check subcommand
2024-09-04 20:02 UTC (9+ 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 RESEND v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
2024-09-04 19:48 UTC (24+ messages)
` [PATCH RESEND v3 1/2] uapi: explain how per-syscall AT_* flags should be allocated
` [PATCH RESEND v3 2/2] fhandle: expose u64 mount id to name_to_handle_at(2)
` [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
perf mem record not getting the mem_load_aux events by default
2024-09-04 15:34 UTC (3+ messages)
[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)
[PATCH v1 0/6] Various 32-bit and test fixes
2024-09-04 5:03 UTC (4+ messages)
` [PATCH v1 5/6] perf parse-events: Vary default_breakpoint_len on i386 and arm64
[PATCH v10 1/4] Create source symlink in perf object dir
2024-09-03 23:25 UTC (7+ messages)
[PATCH v2 0/2] perf sched timehist: Add --show-prio & --prio option
2024-09-03 18:46 UTC (3+ messages)
[PATCH v2 1/2] perf sched timehist: Skip print non-idle task samples when only show idle events
2024-09-03 18:44 UTC (3+ messages)
[PATCH v1 00/13] perf inject improvements
2024-09-03 18:34 UTC (8+ messages)
` [PATCH v1 10/13] perf inject: Fix build ID injection
[PATCH] tools lib subcmd: Use array data to save built usage string
2024-09-03 17:19 UTC (2+ messages)
[PATCH] perf maps: Output debugging info for 'perf test'
2024-09-03 15:24 UTC (2+ messages)
[RFC PATCH] perf: New start period for the freq mode
2024-09-03 15:23 UTC (4+ messages)
[PATCHSET 0/5] perf tools: Constify BPF control data properly (v1)
2024-09-03 15:18 UTC (7+ messages)
` [PATCH 1/5] perf stat: Constify control data for BPF
` [PATCH 2/5] perf ftrace latency: "
` [PATCH 3/5] perf kwork: "
` [PATCH 4/5] perf lock contention: "
` [PATCH 5/5] perf record offcpu: "
[PATCH v9 1/3] perf report: Support LLVM for addr2line()
2024-09-03 14:15 UTC (11+ messages)
` [PATCH v9 3/3] perf annotate: LLVM-based disassembler
[PATCH] uprobes: use kzalloc to allocate xol area
2024-09-03 13:19 UTC (3+ messages)
[RFC/PATCH 0/4] perf tools: Do not set attr.exclude_guest by default (v1)
2024-09-03 8:39 UTC (9+ messages)
` [PATCH 1/4] perf tools: Don't set attr.exclude_guest by default
` [PATCH 2/4] perf tools: Simplify evsel__add_modifier()
` [PATCH 3/4] perf stat: Add --exclude-guest option
` [PATCH 4/4] perf tools: Do not set exclude_guest for precise_ip
[bug report] perf: Fix event leak upon exec and file release
2024-09-02 21:47 UTC (2+ messages)
[PATCH 00/11] perftool-testsuite 2nd batch
2024-09-02 21:00 UTC (12+ messages)
` [PATCH v2 "
[PATCH v5 0/8] perf trace: Augment enum arguments with BTF
2024-09-02 18:54 UTC (8+ messages)
` [PATCH v5 1/8] perf trace: Fix iteration of syscall ids in syscalltbl->entries
` [PATCH/RFT] "
[PATCH v5 0/7] Event parsing fixes
2024-09-02 17:43 UTC (6+ messages)
` [PATCH v5 7/7] perf test: Add a test for default perf stat command
[syzbot] Monthly perf report (Sep 2024)
2024-09-02 8:23 UTC
[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
2024-09-02 7:59 UTC (7+ messages)
` [RFC PATCH v3 16/58] perf/x86: Forbid PMI handler when guest own PMU
` [RFC PATCH v3 30/58] KVM: x86/pmu: Exclude PMU MSRs in vmx_get_passthrough_msr_slot()
` [RFC PATCH v3 36/58] KVM: x86/pmu: Allow writing to fixed counter selector if counter is exposed
[PATCH V5 0/4] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
2024-09-01 13:53 UTC (6+ 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