messages from 2024-11-07 19:26:13 to 2024-11-11 10:45:18 UTC [more...]
[PATCH v1 0/4] Prefer sysfs/JSON events also when no PMU is provided
2024-11-11 10:45 UTC (7+ messages)
[PATCH] perf timechart: Remove redundant variable assignment
2024-11-11 9:52 UTC
[PATCH v2 0/8] Refactor cpuid and metric table lookup code
2024-11-11 8:39 UTC (6+ messages)
` [PATCH v2 8/8] perf pmu: Move pmu_metrics_table__find and remove ARM override
[PATCH] perf tools: Remove redundant variable assignment
2024-11-11 8:27 UTC
[PATCH 1/2] perf probe: Reset old content before processing the next event string
2024-11-11 8:05 UTC (4+ messages)
` [PATCH 2/2] perf probe: Fix the incorrect line number display in 'perf probe -l'
[PATCH v2] perf vendor events arm64: Add FUJITSU-MONAKA pmu event
2024-11-11 6:48 UTC
[PATCH] perf vendor events arm64: Add FUJITSU-MONAKA pmu event
2024-11-11 6:17 UTC (2+ messages)
[PATCH] perf tools: Fix typos Muliplier -> Multiplier
2024-11-11 6:17 UTC (2+ messages)
perf-annotate now broken on DSOs
2024-11-10 23:20 UTC
[PATCH v4 00/20] Remove PERF_HAVE_DWARF_REGS
2024-11-10 16:08 UTC (22+ messages)
` [PATCH v4 01/20] perf bpf-prologue: Remove unused file
` [PATCH v4 02/20] perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET
` [PATCH v4 03/20] perf dwarf-regs: Add EM_HOST and EF_HOST defines
` [PATCH v4 04/20] perf disasm: Add e_machine/e_flags to struct arch
` [PATCH v4 05/20] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum
` [PATCH v4 06/20] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr
` [PATCH v4 07/20] perf dwarf-regs: Move x86 dwarf-regs out of arch
` [PATCH v4 08/20] perf arm64: Remove dwarf-regs.c
` [PATCH v4 09/20] perf arm: "
` [PATCH v4 10/20] perf dwarf-regs: Move csky dwarf-regs out of arch
` [PATCH v4 11/20] perf loongarch: Remove dwarf-regs.c
` [PATCH v4 12/20] perf mips: "
` [PATCH v4 13/20] perf dwarf-regs: Move powerpc dwarf-regs out of arch
` [PATCH v4 14/20] perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h
` [PATCH v4 15/20] perf s390: Remove dwarf-regs.c
` [PATCH v4 16/20] perf sh: "
` [PATCH v4 17/20] perf sparc: "
` [PATCH v4 18/20] perf xtensa: "
` [PATCH v4 19/20] perf dwarf-regs: Remove get_arch_regstr code
` [PATCH v4 20/20] perf build: Remove PERF_HAVE_DWARF_REGS
[PATCH 5.10.y 0/2] Fixed perf abort when taken branch stack sampling enabled
2024-11-10 10:26 UTC (3+ messages)
[PATCH v2] perf trace: Fix perf trace tracing itself, creating feedback loops
2024-11-09 17:31 UTC (2+ messages)
[PATCH v4 0/6] Avoid parsing tracepoint format just for id
2024-11-09 17:04 UTC (10+ messages)
` [PATCH v4 1/6] tool api fs: Correctly encode errno for read/write open failures
` [PATCH v4 2/6] perf trace-event: Constify print arguments
` [PATCH v4 3/6] perf trace-event: Always build trace-event-info.c
` [PATCH v4 4/6] perf evsel: Add/use accessor for tp_format
` [PATCH v4 5/6] perf evsel: Allow evsel__newtp without libtraceevent
` [PATCH v4 6/6] perf tests: Enable tests disabled due to tracepoint parsing
[PATCH v9 0/7] Hwmon PMUs
2024-11-09 16:37 UTC (9+ messages)
` [PATCH v9 1/7] tools api io: Ensure line_len_out is always initialized
` [PATCH v9 2/7] perf hwmon_pmu: Add hwmon filename parser
` [PATCH v9 3/7] perf test: Add hwmon filename parser test
` [PATCH v9 4/7] perf hwmon_pmu: Add a tool PMU exposing events from hwmon in sysfs
` [PATCH v9 5/7] perf pmu: Add calls enabling the hwmon_pmu
` [PATCH v9 6/7] perf test: Add hwmon "PMU" test
` [PATCH v9 7/7] perf docs: Document tool and hwmon events
[PATCH] perf build: Include libtraceevent headers directly indicated by pkg-config
2024-11-09 16:37 UTC (2+ messages)
[PATCH V11 0/2] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
2024-11-09 16:37 UTC (4+ messages)
` [PATCH V11 2/2] perf script python: Adjust objdump start/end per map pgoff parameter
` [PATCH V11 1/2] perf script cs_etm: Add map_pgoff to python dictionary
[PATCH v1] perf test: Add a runs-per-test flag
2024-11-09 16:02 UTC
[PATCH v6 00/22] Python module cleanup
2024-11-09 6:18 UTC (23+ messages)
` [PATCH v6 01/22] perf python: Remove python 2 scripting support
` [PATCH v6 02/22] perf python: Constify variables and parameters
` [PATCH v6 03/22] perf python: Remove unused #include
` [PATCH v6 04/22] perf script: Move scripting_max_stack out of builtin
` [PATCH v6 05/22] perf kvm: Move functions used in util "
` [PATCH v6 06/22] perf script: Use openat for directory iteration
` [PATCH v6 07/22] perf script: Move find_scripts to browser/scripts.c
` [PATCH v6 08/22] perf stat: Move stat_config into config.c
` [PATCH v6 09/22] perf script: Move script_spec code to trace-event-scripting.c
` [PATCH v6 10/22] perf script: Move script_fetch_insn "
` [PATCH v6 11/22] perf script: Move perf_sample__sprintf_flags "
` [PATCH v6 12/22] perf x86: Define arch_fetch_insn in NO_AUXTRACE builds
` [PATCH v6 13/22] perf intel-pt: Remove stale build comment
` [PATCH v6 14/22] perf env: Move arch errno function to only use in env
` [PATCH v6 15/22] perf lock: Move common lock contention code to new file
` [PATCH v6 16/22] perf bench: Remove reference to cmd_inject
` [PATCH v6 17/22] perf kwork: Make perf_kwork_add_work a callback
` [PATCH v6 18/22] perf build: Remove test library from python shared object
` [PATCH v6 19/22] perf python: Add parse_events function
` [PATCH v6 20/22] perf python: Add __str__ and __repr__ functions to evlist
` [PATCH v6 21/22] perf python: Add __str__ and __repr__ functions to evsel
` [PATCH v6 22/22] perf python: Correctly throw IndexError
[PATCH v1] perf list: Fix topic and pmu_name argument order
2024-11-09 2:58 UTC
[PATCH] perf list: fix arguments order issue for events printing
2024-11-09 2:27 UTC (2+ messages)
[PATCH v8 0/7] Hwmon PMUs
2024-11-09 0:33 UTC (8+ messages)
` [PATCH v8 1/7] tools api io: Ensure line_len_out is always initialized
` [PATCH v8 2/7] perf hwmon_pmu: Add hwmon filename parser
` [PATCH v8 3/7] perf test: Add hwmon filename parser test
` [PATCH v8 4/7] perf hwmon_pmu: Add a tool PMU exposing events from hwmon in sysfs
` [PATCH v8 5/7] perf pmu: Add calls enabling the hwmon_pmu
` [PATCH v8 6/7] perf test: Add hwmon "PMU" test
` [PATCH v8 7/7] perf docs: Document tool and hwmon events
[PATCH v7 0/7] Hwmon PMUs
2024-11-09 0:30 UTC (15+ messages)
` [PATCH v7 1/7] tools api io: Ensure line_len_out is always initialized
` [PATCH v7 2/7] perf hwmon_pmu: Add hwmon filename parser
` [PATCH v7 3/7] perf test: Add hwmon filename parser test
` [PATCH v7 4/7] perf hwmon_pmu: Add a tool PMU exposing events from hwmon in sysfs
` [PATCH v7 5/7] perf pmu: Add calls enabling the hwmon_pmu
` [PATCH v7 6/7] perf test: Add hwmon "PMU" test
` [PATCH v7 7/7] perf docs: Document tool and hwmon events
[PATCH v2 perf-tools-next 0/4] 'perf test' fixes/improvements
2024-11-09 0:14 UTC (5+ messages)
` [PATCH v2 3/4] perf test: Don't suppress the libtraceevent tests, skip them
[PATCH v3 00/20] Remove PERF_HAVE_DWARF_REGS
2024-11-08 23:08 UTC (12+ messages)
` [PATCH v3 04/20] perf disasm: Add e_machine/e_flags to struct arch
` [PATCH v3 10/20] perf dwarf-regs: Move csky dwarf-regs out of arch
[PATCH v4 0/6] perf: Make SIGTRAP and __perf_pending_irq() work on RT
2024-11-08 22:26 UTC (11+ messages)
` [PATCH v4 2/6] perf: Enqueue SIGTRAP always via task_work
[PATCH v7 00/10] perf record --off-cpu: Dump off-cpu samples directly
2024-11-08 20:41 UTC (11+ messages)
` [PATCH v7 01/10] perf record --off-cpu: Add --off-cpu-thresh option
` [PATCH v7 02/10] perf evsel: Expose evsel__is_offcpu_event() for future use
` [PATCH v7 03/10] perf record --off-cpu: Parse off-cpu event
` [PATCH v7 04/10] perf record --off-cpu: Preparation of off-cpu BPF program
` [PATCH v7 05/10] perf record --off-cpu: Dump off-cpu samples in BPF
` [PATCH v7 06/10] perf evsel: Assemble offcpu samples
` [PATCH v7 07/10] perf record --off-cpu: Disable perf_event's callchain collection
` [PATCH v7 08/10] perf script: Display off-cpu samples correctly
` [PATCH v7 09/10] perf record --off-cpu: Dump the remaining samples in BPF's stack trace map
` [PATCH v7 10/10] perf test: Add direct off-cpu test
[PATCH v7 00/10] perf record --off-cpu: Dump off-cpu samples directly
2024-11-08 20:36 UTC
[PATCH v5 0/2] [PATCH v4 0/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
2024-11-08 20:29 UTC (3+ messages)
` [PATCH v5 1/2] perf arm-spe: Prepare for adding data source packet implementations for other cores
` [PATCH v5 2/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
[PATCH v4 0/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
2024-11-08 20:24 UTC (6+ messages)
` [PATCH v4 1/2] perf arm-spe: Prepare for adding data source packet implementations for other cores
` [PATCH v4 2/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
[PATCH v7 0/5] Correct perf sampling with Guest VMs
2024-11-08 19:32 UTC (11+ messages)
` [PATCH v7 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v7 4/5] x86: perf: Refactor misc flag assignments
` [PATCH v7 5/5] perf: Correct perf sampling with guest VMs
[PATCH V14 00/11] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
2024-11-08 18:31 UTC (6+ messages)
` [PATCH V14 08/11] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
[PATCH v3 0/6] Avoid parsing tracepoint format just for id
2024-11-08 18:19 UTC (2+ messages)
[PATCH V9 0/2] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
2024-11-08 17:48 UTC (4+ messages)
` [PATCH V10 RESEND 1/2] perf util scripting-engines cs-etm: Add map_pgoff to python dictionary
[PATCH v1] perf stat: Expand metric+unit buffer size
2024-11-08 17:35 UTC (7+ messages)
[PATCH] uprobes: get RCU trace lock before list iteration
2024-11-08 17:34 UTC (4+ messages)
[PATCH 1/2] perf trace: do not lose last events in a race
2024-11-08 16:59 UTC (7+ messages)
` [PATCH 2/2] perf tests: add test for trace output loss
[PATCH v4 00/22] Python generated Intel metrics
2024-11-08 16:45 UTC (7+ messages)
` [PATCH v4 09/22] perf jevents: Add ports metric group giving utilization on Intel
[PATCH v2 1/3] perf trace: do not lose last events in a race
2024-11-08 16:21 UTC (4+ messages)
` [PATCH v2 2/3] perf trace: avoid garbage when not printing a syscall's arguments
` [PATCH v2 3/3] perf tests: add test for trace output loss
[PATCH 1/1] perf/util: initialize is_test value in expr__ctx_new()
2024-11-08 14:34 UTC
[PATCH] perf tools: Add "source" symbolic link to .gitignore
2024-11-08 10:13 UTC
[PATCH v6 00/10] Add RAPL core energy counter support for AMD CPUs
2024-11-08 10:12 UTC (5+ messages)
` [PATCH v6 05/10] perf/x86/rapl: Make rapl_model struct global
` [PATCH v6 10/10] perf/x86/rapl: Add core energy counter support for AMD CPUs
[PATCH] perf/test: fix perf ftrace test on s390
2024-11-08 6:28 UTC (3+ messages)
[PATCH v2 0/4] perf lock contention: Symbolize locks using slab cache names
2024-11-08 6:14 UTC (5+ messages)
` [PATCH v2 1/4] perf lock contention: Add and use LCB_F_TYPE_MASK
` [PATCH v2 2/4] perf lock contention: Run BPF slab cache iterator
` [PATCH v2 3/4] perf lock contention: Resolve slab object name using BPF
` [PATCH v2 4/4] perf lock contention: Handle slab objects in -L/--lock-filter option
[PATCH] tools/perf/tests/expr: Make the system_tsc_freq test only for intel
2024-11-08 5:20 UTC (7+ messages)
[PATCH v3 0/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
2024-11-07 23:56 UTC (7+ messages)
` [PATCH v3 1/2] perf arm-spe: Prepare for adding data source packet implementations for other cores
` [PATCH v3 2/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
[PATCH v2] perf tools: Add the empty-pmu-events build to .gitignore
2024-11-07 19:26 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).