messages from 2024-10-01 17:19:57 to 2024-10-06 18:01:12 UTC [more...]
[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-06 18:00 UTC  (18+ messages)
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel
[PATCH V11 00/10] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-06 10:39 UTC  (4+ messages)
` [PATCH V11 01/10] perf/core: Add aux_pause, aux_resume, aux_start_paused
[PATCH] perf callchain: Remove unused callchain_branch_counts
 2024-10-06  1:22 UTC 
[PATCH v2 00/31] Libdw/dwarf build clean up
 2024-10-05 19:55 UTC  (32+ messages)
` [PATCH v2 01/31] perf build: Fix !HAVE_DWARF_GETLOCATIONS_SUPPORT
` [PATCH v2 02/31] perf build: Rename NO_DWARF to NO_LIBDW
` [PATCH v2 03/31] perf build: Remove defined but never used variable
` [PATCH v2 04/31] perf build: Rename test-dwarf to test-libdw
` [PATCH v2 05/31] perf build: Combine libdw-dwarf-unwind into libdw feature tests
` [PATCH v2 06/31] perf build: Combine test-dwarf-getlocations into test-libdw
` [PATCH v2 07/31] perf build: Combine test-dwarf-getcfi "
` [PATCH v2 08/31] perf probe: Move elfutils support check to libdw check
` [PATCH v2 09/31] perf libdw: Remove unnecessary defines
` [PATCH v2 10/31] perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
` [PATCH v2 11/31] perf build: Rename CONFIG_DWARF to CONFIG_LIBDW
` [PATCH v2 12/31] perf bpf-prologue: Remove unused file
` [PATCH v2 13/31] perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET
` [PATCH v2 14/31] perf dwarf-regs: Add EM_HOST and EF_HOST defines
` [PATCH v2 15/31] perf disasm: Add e_machine/e_flags to struct arch
` [PATCH v2 16/31] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum
` [PATCH v2 17/31] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr
` [PATCH v2 18/31] perf dwarf-regs: Move x86 dwarf-regs out of arch
` [PATCH v2 19/31] perf arm64: Remove dwarf-regs.c
` [PATCH v2 20/31] perf arm: "
` [PATCH v2 21/31] perf dwarf-regs: Move csky dwarf-regs out of arch
` [PATCH v2 22/31] perf loongarch: Remove dwarf-regs.c
` [PATCH v2 23/31] perf mips: "
` [PATCH v2 24/31] perf dwarf-regs: Move powerpc dwarf-regs out of arch
` [PATCH v2 25/31] perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h
` [PATCH v2 26/31] perf s390: Remove dwarf-regs.c
` [PATCH v2 27/31] perf sh: "
` [PATCH v2 28/31] perf sparc: "
` [PATCH v2 29/31] perf xtensa: "
` [PATCH v2 30/31] perf dwarf-regs: Remove get_arch_regstr code
` [PATCH v2 31/31] perf build: Remove PERF_HAVE_DWARF_REGS
[PATCH v3 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-10-05 11:06 UTC  (2+ messages)
[PATCH v1 0/8] CSV/JSON metric thresholds, fix printf modifiers
 2024-10-04 23:41 UTC  (9+ messages)
` [PATCH v1 1/8] perf color: Add printf format checking and resolve issues
` [PATCH v1 2/8] perf stat: Fix/add parameter names for print_metric
` [PATCH v1 3/8] perf stat: Display "none" for NaN with metric only json
` [PATCH v1 4/8] perf stat: Drop metric-unit if unit is NULL
` [PATCH v1 5/8] perf stat: Change color to threshold in print_metric
` [PATCH v1 6/8] perf stat: Display metric threshold value in CSV output
` [PATCH v1 7/8] perf stat: Add metric-threshold to json output
` [PATCH v1 8/8] perf stat: Disable metric thresholds for CSV/JSON metric-only mode
[PATCH] perf test attr: Add back missing topdown events
 2024-10-04 19:29 UTC  (2+ messages)
[PATCH] perf list: update option desc in man page
 2024-10-04 19:29 UTC  (2+ messages)
[PATCH v4 0/5] perf arm-spe: Introduce metadata version 2
 2024-10-04 19:29 UTC  (7+ messages)
` [PATCH v4 1/5] perf arm-spe: Define metadata header "
` [PATCH v4 2/5] perf arm-spe: Calculate meta data size
` [PATCH v4 3/5] perf arm-spe: Save per CPU information in metadata
` [PATCH v4 4/5] perf arm-spe: Support metadata version 2
` [PATCH v4 5/5] perf arm-spe: Dump metadata with "
[PATCH] perf test: Restore sample rate for perf_event_attr
 2024-10-04 19:29 UTC  (6+ messages)
    ` [PATCH v2] "
[PATCH] perf trace: Keep exited threads for summary
 2024-10-04 19:29 UTC  (5+ messages)
[PATCH v1 00/11] Libdw/dwarf build clean up
 2024-10-04 19:23 UTC  (23+ messages)
` [PATCH v1 11/11] perf build: Rename PERF_HAVE_DWARF_REGS to PERF_HAVE_LIBDW_REGS
[PATCHSET 0/8] perf tools: Do not set attr.exclude_guest by default (v4)
 2024-10-04 19:17 UTC  (30+ messages)
` [PATCH 1/8] perf tools: Add fallback for exclude_guest
` [PATCH 2/8] perf tools: Don't set attr.exclude_guest by default
` [PATCH 3/8] perf tools: Simplify evsel__add_modifier()
` [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: Move x86__is_amd_cpu() to util/env.c
` [PATCH 7/8] perf tools: Check fallback error and order
` [PATCH 8/8] perf record: Just use "cycles:P" as the default event
[PATCH v6] perf sched timehist: Add pre-migration wait time option
 2024-10-04 17:07 UTC 
[PATCH 0/3] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also
 2024-10-04 16:59 UTC  (3+ messages)
[PATCH v5 0/5] Correct perf sampling with Guest VMs
 2024-10-04 15:31 UTC  (7+ messages)
` [PATCH v5 1/5] arm: perf: Drop unused functions
` [PATCH v5 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v5 5/5] perf: Correct perf sampling with guest VMs
[PATCH v3] perf sched timehist: Add pre-migration wait time option
 2024-10-04  6:58 UTC  (7+ messages)
[Patch v5 0/6] Bug fixes on topdown events reordering
 2024-10-04  5:19 UTC  (15+ messages)
[PATCH v2] trace/trace_event_perf: remove duplicate samples on the first tracepoint event
 2024-10-04  0:44 UTC  (2+ messages)
[PATCH v5] perf sched timehist: Add pre-migration wait time option
 2024-10-03 19:02 UTC 
[PATCH v3 0/7] perf arm-spe: Refactor data source encoding
 2024-10-03 18:53 UTC  (8+ messages)
` [PATCH v3 1/7] perf arm-spe: Rename arm_spe__synth_data_source_generic()
` [PATCH v3 2/7] perf arm-spe: Rename the common data source encoding
` [PATCH v3 3/7] perf arm-spe: Introduce arm_spe__is_homogeneous()
` [PATCH v3 4/7] perf arm-spe: Use metadata to decide the data source feature
` [PATCH v3 5/7] perf arm-spe: Remove the unused 'midr' field
` [PATCH v3 6/7] perf arm-spe: Add Neoverse-V2 to common data source encoding list
` [PATCH v3 7/7] perf arm-spe: Add Cortex CPUs "
[PATCH v4] perf sched timehist: Add pre-migration wait time option
 2024-10-03 18:50 UTC  (3+ messages)
[PATCH v2 00/11] unwind, perf: sframe user space unwinding, deferred perf callchains
 2024-10-03 14:56 UTC  (14+ messages)
` [PATCH v2 03/11] unwind: Introduce SFrame user space unwinding
[PATCH v2] perf/test: perf test 86 fails on s390
 2024-10-02 22:06 UTC  (2+ messages)
[PATCH v12 0/2] tools/perf: Support PERF_SAMPLE_READ with inherit
 2024-10-02 22:05 UTC  (2+ messages)
[PATCH v2 0/4] 2 leak fixes and lower 2 test fails to skips
 2024-10-02 22:04 UTC  (4+ messages)
` [PATCH v2 1/4] perf stat: Fix affinity memory leaks on error path
[PATCH v2] perf jevents: Don't stop at the first matched pmu when searching a events table
 2024-10-02 22:00 UTC  (2+ messages)
[PATCH v1 0/3] 2 memory fixes and a build fix
 2024-10-02 21:53 UTC  (8+ messages)
` [PATCH v1 2/3] perf probe: Fix libdw memory leak
[PATCH 0/2] check_headers.sh with hunk exceptions (lib/list_sort.c tools/ copy)
 2024-10-02 18:23 UTC  (8+ messages)
` [PATCH 2/2] perf tools: Cope with differences for lib/list_sort.c copy from the kernel
[bug report] perf: Fix event leak upon exec and file release
 2024-10-02 14:57 UTC  (5+ messages)
[PATCH v2] perf sched timehist: Add pre-migration wait time option
 2024-10-02 14:49 UTC  (3+ messages)
[PATCH v3 0/5] perf arm-spe: Introduce metadata version 2
 2024-10-02  7:47 UTC  (4+ messages)
` [PATCH v3 4/5] perf arm-spe: Support "
[PATCH v3 00/13] Tool and hwmon PMUs
 2024-10-02  3:20 UTC  (14+ messages)
` [PATCH v3 01/13] perf pmu: Simplify an asprintf error message
` [PATCH v3 02/13] perf pmu: Allow hardcoded terms to be applied to attributes
` [PATCH v3 03/13] perf parse-events: Expose/rename config_term_name
` [PATCH v3 04/13] perf tool_pmu: Factor tool events into their own PMU
` [PATCH v3 05/13] perf tool_pmu: Rename enum perf_tool_event to tool_pmu_event
` [PATCH v3 06/13] perf tool_pmu: Rename perf_tool_event__* to tool_pmu__*
` [PATCH v3 07/13] perf tool_pmu: Move expr literals to tool_pmu
` [PATCH v3 08/13] perf jevents: Add tool event json under a common architecture
` [PATCH v3 09/13] perf tool_pmu: Switch to standard pmu functions and json descriptions
` [PATCH v3 10/13] perf tests: Add tool PMU test
` [PATCH v3 11/13] perf hwmon_pmu: Add a tool PMU exposing events from hwmon in sysfs
` [PATCH v3 12/13] perf test: Add hwmon "PMU" test
` [PATCH v3 13/13] perf docs: Document tool and hwmon events
[PATCH v4] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-10-02  1:22 UTC  (4+ messages)
[PATCH v2 00/13] Tool and hwmon PMUs
 2024-10-01 23:39 UTC  (9+ messages)
[PATCH v3 0/3] Add support for cpu event term
 2024-10-01 23:18 UTC  (6+ messages)
` [PATCH v3 3/3] perf parse-events: Add "cpu" term to set the CPU an event is recorded on
[PATCH v1] perf evsel: Reduce a variables scope
 2024-10-01 21:00 UTC  (2+ messages)
[PATCH v2] perf vender events arm64: Use "Topdown" as topdown metric group name
 2024-10-01 21:00 UTC  (2+ messages)
[PATCH v2 -next] perf test: Use ARRAY_SIZE for array length
 2024-10-01 20:59 UTC  (2+ messages)
[PATCH] perf: cs-etm: Fix the assert() to handle captured and unprocessed cpu trace
 2024-10-01 19:06 UTC  (4+ messages)
[PATCH RESEND v3 0/3] perf: build: Minor fixes for build failures
 2024-10-01 18:38 UTC  (2+ messages)
[PATCH v1 0/3] Make a "Setup struct perf_event_attr" a shell test
 2024-10-01 17:19 UTC  (4+ messages)
` [PATCH v1 1/3] perf test: Add a shell wrapper for "Setup struct perf_event_attr"
` [PATCH v1 2/3] perf test: Remove C test wrapper for attr.py
` [PATCH v1 3/3] perf test: Move attr files into shell directory where they are used
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).