messages from 2025-03-07 22:10:26 to 2025-03-13 20:20:12 UTC [more...]
[PATCH v5 00/11] perf: Support multiple system call tables in the build
2025-03-13 20:20 UTC (18+ messages)
` [PATCH v5 01/11] perf dso: Move libunwind dso_data variables into ifdef
` [PATCH v5 02/11] perf dso: kernel-doc for enum dso_binary_type
` [PATCH v5 03/11] perf syscalltbl: Remove syscall_table.h
` [PATCH v5 04/11] perf trace: Reorganize syscalls
` [PATCH v5 05/11] perf syscalltbl: Remove struct syscalltbl
` [PATCH v5 06/11] perf dso: Add support for reading the e_machine type for a dso
` [PATCH v5 07/11] perf thread: Add support for reading the e_machine type for a thread
` [PATCH v5 08/11] perf trace beauty: Add syscalltbl.sh generating all system call tables
` [PATCH v5 09/11] perf syscalltbl: Use lookup table containing multiple architectures
` [PATCH v5 10/11] perf build: Remove Makefile.syscalls
` [PATCH v5 11/11] perf syscalltbl: Mask off ABI type for MIPS system calls
[PATCH v1] perf tests: Harden branch stack sampling test
2025-03-13 20:18 UTC (3+ messages)
[PATCH 0/2] perf vendor events arm64: AmpereOne/AmpereOneX: Add a new errata and fix metrics calculations
2025-03-13 20:15 UTC (3+ messages)
` [PATCH 1/2] perf vendor events arm64: AmpereOne/AmpereOneX: Mark LD_RETIRED impacted by errata
` [PATCH 2/2] perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation
[PATCH linux-next] perf/ring_buffer: Add EPOLLRDNORM flag for poll
2025-03-13 17:09 UTC (4+ messages)
[PATCH v2] perf test probe_vfs_getname: Skip if no suitable line detected
2025-03-13 16:58 UTC
[PATCH 0/3] Some build fixes
2025-03-13 16:29 UTC (7+ messages)
` [PATCH 1/3] libapi: Add missing header with NAME_MAX define to io_dir.h
` [PATCH 2/3] perf units: Fix insufficient array space
` [PATCH 3/3] perf hist stdio: Do bounds check when printing callchains to avoid UB with new gcc versions
[PATCH 1/3] perf ftrace: Fix latency stats with BPF
2025-03-13 16:29 UTC (2+ messages)
[PATCHSET v2 0/7] perf annotate: Add --code-with-type option
2025-03-13 16:29 UTC (9+ messages)
` [PATCH v2 1/7] perf annotate-data: Add annotated_data_type__get_member_name()
` [PATCH v2 2/7] perf annotate: Remove unused len parameter from annotation_line__print()
` [PATCH v2 3/7] perf annotate: Pass annotation_options to annotation_line__print()
` [PATCH v2 4/7] perf annotate: Pass hist_entry to annotate functions
` [PATCH v2 5/7] perf annotate: Factor out __hist_entry__get_data_type()
` [PATCH v2 6/7] perf annotate: Implement code + data type annotation
` [PATCH v2 7/7] perf annotate: Add --code-with-type option
[RFC PATCH 0/3] Introduce a C extension module to allow libperf usage from python
2025-03-13 16:01 UTC (6+ messages)
` [RFC PATCH 1/3] libperf: Introduce wrappers for perf structs to be exposed to python
` [RFC PATCH 2/3] libperf: Introduce a C extension module for python
` [RFC PATCH 3/3] libperf: Add counting.py example to demonstrate libperf usage from python
[PATCH v1 1/2] perf machine: Factor creating a "live" machine out of dwarf-unwind
2025-03-13 5:29 UTC (2+ messages)
` [PATCH v1 2/2] perf debug: Add function symbols to dump_stack
[PATCH v2] perf libunwind: Fixup conversion perf_sample->user_regs to a pointer
2025-03-13 3:31 UTC
[PATCH v2 0/2] Consistently prioritize legacy events
2025-03-12 21:16 UTC (3+ messages)
` [PATCH v2 1/2] perf parse-events: Make legacy events always have priority over sysfs/json
` [PATCH v2 2/2] Revert "perf evsel: Add alternate_hw_config and use in evsel__match"
[PATCH v2 00/17] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
2025-03-12 21:04 UTC (5+ messages)
[PATCH v2 0/6] perf python binding fixes
2025-03-12 20:31 UTC (7+ messages)
` [PATCH 1/6] perf python: Fixup description of sample.id event member
` [PATCH 2/6] perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)
` [PATCH 3/6] perf python tracepoint.py: Change the COMM using setproctitle if available
` [PATCH 4/6] perf python: Decrement the refcount of just created event on failure
` [PATCH 5/6] perf python: Don't keep a raw_data pointer to consumed ring buffer space
` [PATCH 6/6] perf python: Check if there is space to copy all the event
[PATCH v2 1/5] perf tools: Improve handling of hybrid PMUs in perf_event_attr__fprintf
2025-03-12 19:53 UTC (6+ messages)
` [PATCH v2 4/5] perf x86 evlist: Update comments on topdown regrouping
[PATCH v2 00/11] Python improvements for a real use of parse_events
2025-03-12 19:53 UTC (39+ messages)
` [PATCH v2 01/11] perf debug: Avoid stack overflow in recursive error message
` [PATCH v2 02/11] perf evlist: Add success path to evlist__create_syswide_maps
` [PATCH v2 03/11] perf evsel: tp_format accessing improvements
` [PATCH v2 04/11] perf python: Add evlist enable and disable methods
` [PATCH v2 05/11] perf python: Add member access to a number of evsel variables
` [PATCH v2 06/11] perf python: Add optional cpus and threads arguments to parse_events
` [PATCH v2 07/11] perf python: Update ungrouped evsel leader in clone
` [PATCH v2 08/11] perf python: Avoid duplicated code in get_tracepoint_field
` [PATCH v2 09/11] perf python: Add evlist all_cpus accessor
` [PATCH v2 10/11] perf python: Add evlist.config to set up record options
` [PATCH v2 11/11] perf python tracepoint: Switch to using parse_events
[PATCH 0/3] perf python binding fixes
2025-03-12 18:35 UTC (5+ messages)
` [PATCH 1/3] perf python: Fixup description of sample.id event member
` [PATCH 2/3] perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)
` [PATCH 3/3] perf python: Don't keep a raw_data pointer to consumed ring buffer space
[PATCH v3 0/5] A mechanism for efficient support for per-function metrics
2025-03-12 10:44 UTC (12+ messages)
` [PATCH v3 2/5] perf: Allow periodic events to alternate between two sample periods
` [PATCH v3 3/5] perf: Allow adding fixed random jitter to the alternate sampling period
[PATCH] perf script: Fix typo in branch event mask
2025-03-12 10:02 UTC (3+ messages)
[PATCH v2] perf script: Update brstack syntax documentation
2025-03-12 9:56 UTC (2+ messages)
Regression on linux-next (next-20250304)
2025-03-12 4:41 UTC (3+ messages)
` 答复: [????] "
` "
[PATCH] perf report: Fix a memory leak for perf_env on AMD
2025-03-12 2:16 UTC (3+ messages)
[PATCH] perf test stat_all_pmu.sh: Correctly check 'perf stat' result
2025-03-12 1:48 UTC (9+ messages)
[PATCH v1] perf tests diff: Fixes to variable expansion and stdout
2025-03-12 0:18 UTC
[PATCH v2 0/6] Mypy and pylint build support
2025-03-11 21:36 UTC (7+ messages)
` [PATCH v2 1/6] tools/build: Don't pass test log files to linker
` [PATCH v2 2/6] perf build: Rename TEST_LOGS to SHELL_TEST_LOGS
` [PATCH v2 3/6] perf build: Add mypy build tests
` [PATCH v2 4/6] perf build: Add pylint "
` [PATCH v2 5/6] perf test: Address attr.py mypy error
` [PATCH v2 6/6] perf python: Fix setup.py mypy errors
[PATCH v1] perf tests annotate: Add pipe output to output testing
2025-03-11 21:16 UTC
[PATCH -next v1 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
2025-03-11 20:02 UTC (6+ messages)
` [PATCH -next v1 3/3] "
[PATCH] perf build: filter all combinations of -flto for libbperl
2025-03-11 17:33 UTC
[PATCH 0/3] perf list: Collapse similar events across PMUs
2025-03-11 16:41 UTC (9+ messages)
` [PATCH 2/3] "
[PATCH v3 0/8] perf sched: Introduce stats tool
2025-03-11 16:19 UTC (11+ messages)
` [PATCH v3 1/8] perf sched stats: Add record and rawdump support
` [PATCH v3 2/8] perf sched stats: Add schedstat v16 support
` [PATCH v3 3/8] perf sched stats: Add schedstat v17 support
` [PATCH v3 4/8] perf sched stats: Add support for report subcommand
` [PATCH v3 5/8] perf sched stats: Add support for live mode
` [PATCH v3 6/8] perf sched stats: Add support for diff subcommand
` [PATCH v3 7/8] perf sched stats: Add basic perf sched stats test
` [PATCH v3 8/8] perf sched stats: Add details in man page
[PATCH v3 0/3] Support .gnu_debugdata for symbols in perf
2025-03-11 16:11 UTC (8+ messages)
` [PATCH v3 1/3] tools: perf: add dummy functions for !HAVE_LZMA_SUPPORT
` [PATCH v3 2/3] tools: perf: add LZMA decompression from FILE
` [PATCH v3 3/3] tools: perf: support .gnu_debugdata for symbols
[PATCH v2] perf mem: Don't leak mem event names
2025-03-11 16:11 UTC (3+ messages)
[RESEND PATCH 0/7] perf vendor events riscv: Update SiFive CPU PMU events
2025-03-11 16:11 UTC (2+ messages)
[PATCH 0/6] perf: Deadcode - the P's
2025-03-11 16:11 UTC (2+ messages)
` (subset) "
[PATCH v8 0/5] Utilize cpu-type for CPU matching
2025-03-11 15:03 UTC (6+ messages)
` [PATCH v8 1/5] x86/cpu: Fix the description of X86_MATCH_VFM_STEPS()
` [PATCH v8 2/5] x86/cpu: Name CPU matching macro more generically (and shorten)
` [PATCH v8 3/5] x86/cpu: Add cpu_type to struct x86_cpu_id
` [PATCH v8 4/5] x86/cpu: Update x86_match_cpu() to also use cpu-type
` [PATCH v8 5/5] x86/rfds: Exclude P-only parts from the RFDS affected list
perf: Live mode flamegraph recording results in segmentation fault
2025-03-11 10:23 UTC (4+ messages)
[PATCH] perf script: Update brstack syntax documentation
2025-03-11 9:04 UTC (6+ messages)
[PATCH 1/1 next] perf libunwind: Fixup conversion perf_sample->user_regs to a pointer
2025-03-10 22:25 UTC (2+ messages)
[PATCH v1 0/2] Consistently prioritize legacy events
2025-03-10 19:55 UTC (3+ messages)
` [PATCH v1 1/2] perf parse-events: Make legacy events always have priority over sysfs/json
` [PATCH v1 2/2] Revert "perf evsel: Add alternate_hw_config and use in evsel__match"
[PATCH] perf/core: Remove size arguments when calling strscpy()
2025-03-10 19:23 UTC
[PATCH v7 0/4] Utilize cpu-type for CPU matching
2025-03-10 16:24 UTC (10+ messages)
` [PATCH v7 1/4] x86/cpu: Name CPU matching macro more generically (and shorten)
` [PATCH v7 2/4] x86/cpu: Add cpu_type to struct x86_cpu_id
` [PATCH v7 3/4] x86/cpu: Update x86_match_cpu() to also use cpu-type
[PATCH v2 0/3] Support .gnu_debugdata for symbols in perf
2025-03-10 15:21 UTC (7+ messages)
[PATCH v2 0/5] A mechanism for efficient support for per-function metrics
2025-03-10 10:55 UTC (5+ messages)
` [PATCH v2 1/5] perf: Allow periodic events to alternate between two sample periods
[REGRESSION] Perf (userspace) broken on big.LITTLE systems since v6.5
2025-03-09 21:19 UTC (5+ messages)
[PATCH v1] perf tests: Fix data symbol test with LTO builds
2025-03-08 18:24 UTC (2+ messages)
[PATCH v2 1/2] perf report: Use map_symbol__copy() when copying callchians
2025-03-08 18:24 UTC (6+ messages)
` [v2 1/2] perf report: Use map_symbol__copy() when copying call chains
[PATCH v7 0/5] Add support for debugfs based RAS DES feature in PCIe DW
2025-03-07 9:47 UTC (8+ messages)
` [PATCH v7 5/5] Add debugfs based statistical counter support in DWC
[PATCH v7 3/5] Add debugfs based silicon debug support in DWC
2025-03-07 9:37 UTC (7+ messages)
[RFC] perf tools: About encodings of legacy event names
2025-03-07 22:10 UTC (7+ 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).