messages from 2025-11-03 01:47:46 to 2025-11-10 08:52:20 UTC [more...]
[PATCH bpf-next v5 0/3] Pass external callchain entry to get_perf_callchain
2025-11-10 8:52 UTC (6+ messages)
` [PATCH bpf-next v5 1/3] perf: Refactor get_perf_callchain
` [PATCH bpf-next v5 2/3] perf: Add atomic operation in get_recursion_context
` [PATCH bpf-next v5 3/3] bpf: Hold the perf callchain entry until used completely
[PATCH v2 00/18] Switch the default perf stat metrics to json
2025-11-10 8:38 UTC (20+ messages)
` [PATCH v2 01/18] perf metricgroup: Add care to picking the evsel for displaying a metric
` [PATCH v2 02/18] perf expr: Add #target_cpu literal
` [PATCH v2 03/18] perf jevents: Add set of common metrics based on default ones
` [PATCH v2 04/18] perf jevents: Add metric DefaultShowEvents
` [PATCH v2 05/18] perf stat: Add detail -d,-dd,-ddd metrics
` [PATCH v2 06/18] perf script: Change metric format to use json metrics
` [PATCH v2 07/18] perf stat: Remove hard coded shadow metrics
` [PATCH v2 08/18] perf stat: Fix default metricgroup display on hybrid
` [PATCH v2 09/18] perf stat: Sort default events/metrics
` [PATCH v2 10/18] perf stat: Remove "unit" workarounds for metric-only
` [PATCH v2 11/18] perf test stat+json: Improve metric-only testing
` [PATCH v2 12/18] perf test stat: Ignore failures in Default[234] metricgroups
` [PATCH v2 13/18] perf test stat: Update std_output testing metric expectations
` [PATCH v2 14/18] perf test metrics: Update all metrics for possibly failing default metrics
` [PATCH v2 15/18] perf test stat: Update shadow test to use metrics
` [PATCH v2 16/18] perf test stat: Update test expectations and events
` [PATCH v2 17/18] perf test stat csv: "
` [PATCH v2 18/18] perf tool_pmu: Make core_wide and target_cpu json events
[PATCH 0/2] tracing/wprobe: Fix to avoid inifinite watchpoint exception on arm64
2025-11-10 4:58 UTC (3+ messages)
[PATCH v1 0/5] Remove NO_AUXTRACE build option
2025-11-10 1:31 UTC (6+ messages)
` [PATCH v1 1/5] perf intel-pt: Use the perf provided "cpuid.h"
` [PATCH v1 2/5] perf build: Don't add NO_AUXTRACE if missing feature-get_cpuid
` [PATCH v1 3/5] tool build: Remove __get_cpuid feature test
` [PATCH v1 4/5] perf build: Remove NO_AUXTRACE build option
` [PATCH v1 5/5] perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependencies
[Patch v9 00/12] arch-PEBS enabling for Intel platforms
2025-11-10 0:23 UTC (10+ messages)
` [Patch v9 02/12] perf/x86: Fix NULL event access and potential PEBS record loss
` [Patch v9 10/12] perf/x86/intel: Update dyn_constranit base on PEBS event precise level
[PATCH v2 1/2] perf tool: Add the perf_tool argument to all callbacks
2025-11-09 19:51 UTC (3+ messages)
` [PATCH v2 2/2] perf tool: Add a delegate_tool that just delegates actions to another tool
[PATCH v2 0/4] Optimize code generation during context switching
2025-11-09 17:35 UTC (11+ messages)
` [PATCH v2 1/4] Make enter_lazy_tlb inline on x86
` [PATCH v2 2/4] Make raw_spin_rq_unlock inline
` [PATCH v2 3/4] Provide the always inline version of some functions
` [PATCH v2 4/4] Make finish_task_switch and its subfuncs inline in context switching
[PATCH] perf/core: Fix pending work re-queued in __perf_event_overflow
2025-11-09 16:41 UTC (3+ messages)
` [PATCH v2] "
[PATCH v3 1/2] perf pmu: Make pmu_alias_terms weak again
2025-11-09 0:59 UTC (2+ messages)
` [PATCH v3 2/2] perf test: Add test that command line period overrides sysfs/json values
Concerns about SFrame viability for userspace stack walking
2025-11-09 0:23 UTC (9+ messages)
[REGRESSION] next/master: (build) implicit declaration of function ‘topology_core_has_smt’; did you
2025-11-08 3:11 UTC
[PATCH] perf tools: Refactor precise_ip fallback logic
2025-11-07 22:31 UTC (11+ messages)
[PATCH v2 0/5] add imx94 DDR Performance Monitor support
2025-11-07 17:54 UTC (7+ messages)
` [PATCH v2 3/5] perf vendor events arm64:: Add i.MX94 DDR Performance Monitor metrics
[PATCH] perf stat: Add ScaleUnit to {cpu,task}-clock JSON description
2025-11-07 17:53 UTC (3+ messages)
[PATCH v2] perf record: Make sure to update build-ID cache
2025-11-07 17:52 UTC (3+ messages)
[PATCH] perf: write bpf_prog (infos|btfs)_cnt to data file
2025-11-07 17:31 UTC
[PATCH v2 1/2] perf pmu: Make pmu_alias_terms weak again
2025-11-07 17:29 UTC (4+ messages)
` [PATCH v2 2/2] perf test: Add test that command line period overrides sysfs/json values
[PATCH] perf/arm-ni: Fix and optimise register offset calculation
2025-11-07 15:53 UTC (2+ messages)
[PATCH v4 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
2025-11-07 13:10 UTC (5+ messages)
` [PATCH v4 1/2] watchdog: move arm64 watchdog_hld into common code
` [External] "
[PATCH 0/5] perf jitdump: Fix PID namespace detection
2025-11-07 8:19 UTC (12+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] perf test java symbol: Get rid of shellcheck warnings
` [PATCH 3/5] perf test java symbol: Extract LIBJVMTI detection
` [PATCH 4/5] perf test java symbol: Fix a false negative in symbol regex
` [PATCH 5/5] perf test java symbol: Add PID namespace variant
[PATCH 1/1] perf symbols: Handle '1' symbols in /proc/kallsyms
2025-11-07 1:35 UTC (4+ messages)
[GIT PULL] perf tools fixes for v6.18
2025-11-07 0:49 UTC (2+ messages)
[PATCH v1 1/2] perf tool: Add the perf_tool argument to all callbacks
2025-11-06 22:25 UTC (4+ messages)
` [PATCH v1 2/2] perf tool: Add a delegate_tool that just delegates actions to another tool
Crash when running perf top with perf-6.17.7
2025-11-06 19:19 UTC (3+ messages)
[PATCH v1 00/22] Switch the default perf stat metrics to json
2025-11-06 18:43 UTC (17+ messages)
` [PATCH v1 05/22] perf metricgroup: Add care to picking the evsel for displaying a metric
` [PATCH v1 07/22] perf expr: Add #target_cpu literal
` [PATCH v1 08/22] perf jevents: Add set of common metrics based on default ones
[PATCH v3 0/9] perf stat fixes and improvements
2025-11-06 17:31 UTC (11+ messages)
` [PATCH v3 1/9] libperf cpumap: Reduce allocations and sorting in intersect
` [PATCH v3 2/9] perf pmu: perf_cpu_map__new_int to avoid parsing a string
` [PATCH v3 3/9] perf tool_pmu: Use old_count when computing count values for time events
` [PATCH v3 4/9] perf stat-shadow: Read tool events directly
` [PATCH v3 5/9] perf stat: Reduce scope of ru_stats
` [PATCH v3 6/9] perf tool_pmu: More accurately set the cpus for tool events
` [PATCH v3 7/9] perf evlist: Reduce affinity use and move into iterator, fix no affinity
` [PATCH v3 8/9] perf stat: Read tool events last
` [PATCH v3 9/9] perf stat: Add no-affinity flag
[PATCH] perf stat: Align metric output without events
2025-11-06 7:28 UTC
[PATCH bpf-next v4 0/2] Pass external callchain entry to get_perf_callchain
2025-11-06 7:08 UTC (9+ messages)
` [PATCH bpf-next v4 1/2] perf: Refactor get_perf_callchain
` [PATCH bpf-next v4 2/2] bpf: Hold the perf callchain entry until used completely
[PATCH v1 1/2] perf pmu: Make pmu_alias_terms weak again
2025-11-06 5:50 UTC (8+ messages)
` [PATCH v1 2/2] perf test: Add test that command line period overrides sysfs/json values
[PATCH v2 1/3] perf tool_pmu: Use old_count when computing count values for time events
2025-11-04 23:41 UTC (3+ messages)
` [PATCH v2 2/3] perf stat-shadow: Read tool events directly
` [PATCH v2 3/3] perf stat: Reduce scope of ru_stats
[PATCH] perf record: Make sure to update build-ID cache
2025-11-04 22:29 UTC (3+ messages)
[PATCH v1 1/3] perf tool_pmu: Use old_count when computing count values for time events
2025-11-04 18:47 UTC (5+ messages)
` [PATCH v1 2/3] perf stat-shadow: Read tool events directly
` [PATCH v1 3/3] perf stat: Reduce scope of ru_stats
[PATCH 6.6.y] Revert "perf dso: Add missed dso__put to dso__load_kcore"
2025-11-04 16:04 UTC (2+ messages)
addr2line performance
2025-11-04 3:16 UTC (4+ messages)
[PATCH v3 0/6] perf/imx_ddr: Add i.MX8QM and pmu in DB (system interconnects)
2025-11-03 21:48 UTC (7+ messages)
` [PATCH v3 1/6] dt-bindings: perf: fsl-imx-ddr: Add compatible string for i.MX8QM, i.MX8QXP and i.MX8DXL
` [PATCH v3 2/6] perf/imx_ddr: Move ida_alloc() from ddr_perf_init() to ddr_perf_probe()
` [PATCH v3 3/6] perf/imx_ddr: Get and enable optional clks
` [PATCH v3 4/6] perf/imx_ddr: Add support for PMU in DB (system interconnects)
` [PATCH v3 5/6] arm64: dts: imx8qm: add ddr perf device node
` [PATCH v3 6/6] arm64: dts: imx8dxl-ss-ddr: Add DB (system interconnects) pmu support for i.MX8DXL
[PATCH v2 0/1] Fix spelling typo in tools/perf
2025-11-03 20:33 UTC (3+ messages)
` [PATCH v2 1/1] perf vendor events arm64 AmpereOneX: Fix spelling typo in the metrics file
[PATCH 1/1] MAINTAINERS: Add James Clark as a perf tools reviewer
2025-11-03 19:29 UTC (5+ messages)
[PATCH AUTOSEL 6.17] perf/x86/intel/uncore: Add uncore PMU support for Wildcat Lake
2025-11-03 18:02 UTC
[PATCH v4] perf s390-sample-raw: Cache counter names
2025-11-03 17:53 UTC (2+ messages)
[PATCH] perf trace: Increase syscall handler map size to 1024
2025-11-03 17:53 UTC (2+ messages)
[PATCH] tools/perf: Fix spelling typo in tools/perf
2025-11-03 17:53 UTC (2+ messages)
[PATCH] tools: Fix typo error in json file
2025-11-03 17:53 UTC (2+ messages)
[PATCH] perf record: skip synthesize event when open evsel failed
2025-11-03 17:53 UTC (2+ messages)
[PATCH] perf lock contention: Load kernel map before lookup
2025-11-03 17:53 UTC (2+ messages)
[PATCH] perf: arm_spe: Ensure trace is disabled when TRUNCATED flag is set
2025-11-03 17:14 UTC (3+ messages)
[PATCH] perf/arm-ni: Add NoC S3 support
2025-11-03 14:57 UTC (2+ messages)
[PATCH] perf: arm_pmuv3: Add new Cortex and C1 CPU PMUs
2025-11-03 14:57 UTC (2+ messages)
[PATCH RESEND] perf: arm_cspmu: fix error handling in arm_cspmu_impl_unregister()
2025-11-03 14:57 UTC (2+ messages)
[PATCH v9 0/5] perf: arm_spe: Armv8.8 SPE features
2025-11-03 14:33 UTC (3+ messages)
` [PATCH v9 1/5] perf: Add perf_event_attr::config4
[PATCH v2 0/6] perf/imx_ddr: Add i.MX8QM and pmu in DB (system interconnects)
2025-11-03 14:31 UTC (3+ messages)
` [PATCH v2 4/6] perf/imx_ddr: Add support for PMU "
[REGRESSION] bisected: perf: hang when using async-profiler caused by perf: Fix the POLL_HUP delivery breakage
2025-11-03 9:24 UTC (2+ messages)
[PATCH net-next v1 1/1] treewide: Rename ERR_PTR_PCPU() --> PCPU_ERR_PTR()
2025-11-03 7:32 UTC (3+ 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).