messages from 2025-07-23 16:20:30 to 2025-07-26 23:37:54 UTC [more...]
[PATCH v6 0/3] Add support for long task name
2025-07-26 23:37 UTC (11+ messages)
` [PATCH v6 1/3] exec: Remove obsolete comments
` [PATCH v6 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v6 3/3] include: Set tsk->comm length to 64 bytes
[PATCH v9 00/16] New perf ilist app
2025-07-26 23:22 UTC (19+ messages)
` [PATCH v9 01/16] perf python: Add more exceptions on error paths
` [PATCH v9 02/16] perf jevents: Add common software event json
` [PATCH v9 03/16] perf parse-events: Remove non-json software events
` [PATCH v9 04/16] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v9 05/16] perf tp_pmu: Add event APIs
` [PATCH v9 06/16] perf list: Remove tracepoint printing code
` [PATCH v9 07/16] perf list: Skip ABI PMUs when printing pmu values
` [PATCH v9 08/16] perf python: Improve the tracepoint function if no libtraceevent
` [PATCH v9 09/16] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v9 10/16] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v9 11/16] perf ilist: Add new python ilist command
` [PATCH v9 12/16] perf python: Add parse_metrics function
` [PATCH v9 13/16] perf python: Add evlist metrics function
` [PATCH v9 14/16] perf python: Add evlist compute_metric
` [PATCH v9 15/16] perf python: Add metrics function
` [PATCH v9 16/16] perf ilist: Add support for metrics
[PATCH] Fix comment ordering
2025-07-26 22:36 UTC (3+ messages)
[PATCH v1 00/19] Intel TMA 5.1 metrics and event updates
2025-07-26 22:34 UTC (4+ messages)
[PATCH] perf tools: Remove libtraceevent in .gitignore
2025-07-26 11:15 UTC
[PATCH v1 1/2] perf script: New treport script
2025-07-26 6:43 UTC (5+ messages)
` [PATCH v1 2/2] perf script: treport add flamegraph support
[PATCH v2 00/10] Introduce structure for shell tests
2025-07-26 6:21 UTC (12+ messages)
` [PATCH v3 0/7] "
` [PATCH v3 1/7] perf test perftool_testsuite: Use absolute paths
` [PATCH v3 2/7] perf tests: Create a structure for shell tests
` [PATCH v3 3/7] perf test: Provide setup for the shell test suite
` [PATCH v3 5/7] perf test: Introduce storing logs for shell tests
` [PATCH v3 6/7] perf test: Format log directories "
[RFC PATCH v1 1/1] perf test: Increase load in lock contention test on low-activity systems
2025-07-26 5:35 UTC (4+ messages)
[PATCH v2 1/1] perf test: Ensure lock contention using pipe mode
2025-07-26 5:31 UTC (2+ messages)
[PATCH v1 1/1] perf tools: Fix auto-complete on s390x
2025-07-26 5:27 UTC (2+ messages)
[PATCH v1 0/6] perf tools: Some improvements on data type profiler
2025-07-26 1:19 UTC (10+ messages)
` [PATCH v1 1/6] perf dwarf-aux: Use signed comparison in match_var_offset
` [PATCH v1 2/6] perf dwarf-aux: More accurate variable type match for breg
` [PATCH v1 3/6] perf dwarf-aux: Better type matching for stack variables
` [PATCH v1 4/6] perf annotate: Skip annotating data types to lea instructions
` [PATCH v1 5/6] perf dwarf-aux: Find pointer type to a type
` [PATCH v1 6/6] perf annotate: Track arithmetic instructions on pointers
[PATCHSET v4 0/9] perf annotate: Support --code-with-type on TUI
2025-07-26 0:46 UTC (19+ messages)
` [PATCH v4 1/9] perf annotate: Rename to __hist_entry__tui_annotate()
` [PATCH v4 2/9] perf annotate: Remove __annotation_line__write()
` [PATCH v4 3/9] perf annotate: Pass annotation_print_data to annotation_line__write()
` [PATCH v4 4/9] perf annotate: Simplify width calculation in annotation_line__write()
` [PATCH v4 5/9] perf annotate: Add --code-with-type support for TUI
` [PATCH v4 6/9] perf annotate: Add 'T' hot key to toggle data type display
` [PATCH v4 7/9] perf annotate: Show warning when debuginfo is not available
` [PATCH v4 8/9] perf annotate: Hide data-type for stack operation and canary
` [PATCH v4 9/9] perf annotate: Add dso__debuginfo() helper
[PATCH v2 0/4] perf: generate events for BPF metadata
2025-07-26 0:41 UTC (6+ messages)
` [PATCH v2 4/4] perf: add test for PERF_RECORD_BPF_METADATA collection
[PATCH v6 00/22] perf: Make code more generic with modern defaults
2025-07-25 18:48 UTC (26+ messages)
` [PATCH v6 01/22] perf build-id: Reduce size of "size" variable
` [PATCH v6 02/22] perf build-id: Truncate to avoid overflowing the build_id data
` [PATCH v6 03/22] perf build-id: Change sprintf functions to snprintf
` [PATCH v6 04/22] perf build-id: Mark DSO in sample callchains
` [PATCH v6 05/22] perf build-id: Ensure struct build_id is empty before use
` [PATCH v6 06/22] perf dso: Move build_id to dso_id
` [PATCH v6 07/22] perf jitdump: Directly mark the jitdump DSO
` [PATCH v6 08/22] perf record: Make --buildid-mmap the default
` [PATCH v6 09/22] perf session: Add accessor for session->header.env
` [PATCH v6 10/22] perf evlist: Change env variable to session
` [PATCH v6 11/22] perf header: Clean up use of perf_env
` [PATCH v6 12/22] perf test: Avoid use perf_env
` [PATCH v6 13/22] perf session: Add host_env argument to perf_session__new
` [PATCH v6 14/22] perf top: Make perf_env locally scoped
` [PATCH v6 15/22] perf bench synthesize: Avoid use of global perf_env
` [PATCH v6 16/22] perf machine: Explicitly pass in host perf_env
` [PATCH v6 17/22] perf auxtrace: Pass perf_env from session through to mmap read
` [PATCH v6 18/22] perf trace: Avoid global perf_env with evsel__env
` [PATCH v6 19/22] perf env: Remove global perf_env
` [PATCH v6 20/22] perf sample: Remove arch notion of sample parsing
` [PATCH v6 21/22] perf test: Move PERF_SAMPLE_WEIGHT_STRUCT parsing to common test
` [PATCH v6 22/22] perf sort: Use perf_env to set arch sort keys and header
[PATCH v3 00/15] Fixes for Intel TMA, particularly for hybrid
2025-07-25 18:48 UTC (4+ messages)
` [PATCH v3 12/15] perf parse-events: Support user CPUs mixed with threads/processes
[PATCH v1] perf pfm: Don't force loading of all PMUs
2025-07-25 18:48 UTC (3+ messages)
[PATCH] perf stat: Remove duplicated include in stat-shadow.c
2025-07-25 18:48 UTC (2+ messages)
[PATCH v8 00/16] New perf ilist app
2025-07-25 18:42 UTC (23+ messages)
` [PATCH v8 01/16] perf python: Add more exceptions on error paths
` [PATCH v8 02/16] perf jevents: Add common software event json
` [PATCH v8 03/16] perf parse-events: Remove non-json software events
` [PATCH v8 04/16] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v8 05/16] perf tp_pmu: Add event APIs
` [PATCH v8 06/16] perf list: Remove tracepoint printing code
` [PATCH v8 07/16] perf list: Skip ABI PMUs when printing pmu values
` [PATCH v8 08/16] perf python: Improve the tracepoint function if no libtraceevent
` [PATCH v8 09/16] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v8 10/16] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v8 11/16] perf ilist: Add new python ilist command
` [PATCH v8 12/16] perf python: Add parse_metrics function
` [PATCH v8 13/16] perf python: Add evlist metrics function
` [PATCH v8 14/16] perf python: Add evlist compute_metric
` [PATCH v8 15/16] perf python: Add metrics function
` [PATCH v8 16/16] perf ilist: Add support for metrics
[PATCHSET v3 0/8] perf annotate: Support --code-with-type on TUI
2025-07-25 18:28 UTC (8+ messages)
` [PATCH v3 5/8] perf annotate: Add --code-with-type support for TUI
[PATCH bpf] libbpf: eBPF fails on events with auxiliary data
2025-07-25 14:06 UTC (2+ messages)
[PATCH v3 00/19] Introduce STM32 DDR PMU for STM32MP platforms
2025-07-25 10:59 UTC (8+ messages)
` [PATCH v3 07/19] dt-bindings: memory: factorise LPDDR channel binding into memory channel
` [PATCH v3 12/19] perf: stm32: introduce DDRPERFM driver
[PATCH v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
2025-07-25 10:16 UTC (8+ messages)
` [PATCH PATCH v2 v3 1/6] perf/core: Make perf_event_aux_pause() as external function
` [PATCH PATCH v2 v3 2/6] bpf: Add bpf_perf_event_aux_pause kfunc
` [PATCH PATCH v2 v3 3/6] perf: auxtrace: Control AUX pause and resume with BPF
` [PATCH PATCH v2 v3 4/6] perf: auxtrace: Add BPF userspace program for AUX pause and resume
` [PATCH PATCH v2 v3 5/6] perf record: Support AUX pause and resume with BPF
` [PATCH PATCH v2 v3 6/6] perf docs: Document "
[PATCH RESEND v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
2025-07-25 10:08 UTC (7+ messages)
` [PATCH RESEND v3 1/6] perf/core: Make perf_event_aux_pause() as external function
` [PATCH RESEND v3 2/6] bpf: Add bpf_perf_event_aux_pause kfunc
` [PATCH RESEND v3 3/6] perf: auxtrace: Control AUX pause and resume with BPF
` [PATCH RESEND v3 4/6] perf: auxtrace: Add BPF userspace program for AUX pause and resume
` [PATCH RESEND v3 5/6] perf record: Support AUX pause and resume with BPF
` [PATCH RESEND v3 6/6] perf docs: Document "
[PATCH v4 00/20] Introduce STM32 DDR PMU for STM32MP platforms
2025-07-25 7:06 UTC (6+ messages)
` [PATCH v4 05/20] dt-bindings: memory: factorise LPDDR props into SDRAM props
[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
2025-07-24 22:59 UTC (6+ messages)
` [PATCH v7 08/10] x86/nmi: Enable NMI-source for IPIs delivered as NMIs
[PATCH v4 0/8] arm64: Enable UPROBES with GCS
2025-07-24 20:41 UTC (14+ messages)
` [PATCH v4 4/8] arm64: uaccess: Add additional userspace GCS accessors
` [PATCH v4 5/8] arm64: probes: Add GCS support to bl/blr/ret
` [PATCH v4 6/8] arm64: uprobes: Add GCS support to uretprobes
` [PATCH v4 8/8] uprobes: uprobe_warn should use passed task
[PATCH v2 1/2] perf topdown: Use attribute to see an event is a topdown metic or slots
2025-07-24 20:39 UTC (3+ messages)
[PATCH] perf: arm_pmuv3: Fix kernel panic on UBSAN from negative hw.idx in armv8pmu_enable/disable_event()
2025-07-24 19:22 UTC (6+ messages)
[PATCH v7 00/16] New perf ilist app
2025-07-24 16:58 UTC (29+ messages)
` [PATCH v7 01/16] perf python: Add more exceptions on error paths
` [PATCH v7 02/16] perf jevents: Add common software event json
` [PATCH v7 03/16] perf parse-events: Remove non-json software events
` [PATCH v7 04/16] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v7 05/16] perf tp_pmu: Add event APIs
` [PATCH v7 11/16] perf ilist: Add new python ilist command
[PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long
2025-07-24 12:38 UTC (3+ messages)
[PATCH v3 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
2025-07-23 22:14 UTC (6+ messages)
[PATCH] perf/core: Prevent UBSAN negative‑idx shift by throttle/unthrottle group
2025-07-23 21:04 UTC
[PATCH v2 1/3] tools subcmd: Tighten the filename size in check_if_command_finished
2025-07-23 17:30 UTC (2+ messages)
[PATCH] perf: ftrace: add graph tracer options args/retval/retval-hex/retaddr
2025-07-23 17:30 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).