linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-05 09:42:54 to 2024-07-11 16:08:44 UTC [more...]

[PATCH v3 00/28] Constify tool pointers
 2024-07-11 16:08 UTC  (5+ messages)
` [PATCH v3 01/28] perf auxtrace: Remove dummy tools

[PATCH v4 0/8] perf trace: Augment enum arguments with BTF
 2024-07-11 15:16 UTC  (13+ messages)
` [PATCH v5 1/8] perf trace: Fix iteration of syscall ids in syscalltbl->entries
` [PATCH v5 2/8] perf trace: BTF-based enum pretty printing for syscall args
` [PATCH v5 3/8] perf trace: Augment non-syscall tracepoints with enum arguments with BTF
` [PATCH v5 4/8] perf trace: Filter enum arguments with enum names
` [PATCH v5 5/8] perf test: Add landlock workload
` [PATCH v5 6/8] perf test trace_btf_enum: Add regression test for the BTF augmentation of enums in 'perf trace'
` [PATCH v5 7/8] perf trace: Introduce trace__btf_scnprintf()
` [PATCH v5 8/8] perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type

[PATCH V8 00/12] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-07-11 13:35 UTC  (10+ messages)
` [PATCH V8 01/12] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V8 02/12] perf/x86/intel/pt: Add support for pause / resume

[linux-next:master] [perf vendor events] e2641db83f: perf-sanity-tests.perf_all_PMU_test.fail
 2024-07-11 13:07 UTC  (4+ messages)

[PATCH RFC 0/3] perf: add logic to collect off-cpu samples
 2024-07-11 12:16 UTC  (4+ messages)
` [PATCH RFC 1/3] perf/core: add logic to collect off-cpu sample
` [PATCH RFC 2/3] perf/record: add options --off-cpu-kernel
` [PATCH RFC 3/3] perf/report: add off-cpu samples

[PATCH v4 00/11] Add per-core RAPL energy counter support for AMD CPUs
 2024-07-11 10:24 UTC  (12+ messages)
` [PATCH v4 01/11] x86/topology: Introduce topology_logical_core_id()
` [PATCH v4 02/11] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
` [PATCH v4 03/11] perf/x86/rapl: Rename rapl_pmu variables
` [PATCH v4 04/11] perf/x86/rapl: Make rapl_model struct global
` [PATCH v4 05/11] perf/x86/rapl: Move cpumask variable to rapl_pmus struct
` [PATCH v4 06/11] perf/x86/rapl: Add wrapper for online/offline functions
` [PATCH v4 07/11] perf/x86/rapl: Add an argument to the cleanup and init functions
` [PATCH v4 08/11] perf/x86/rapl: Modify the generic variable names to *_pkg*
` [PATCH v4 09/11] perf/x86/rapl: Remove the global variable rapl_msrs
` [PATCH v4 10/11] perf/x86/rapl: Add per-core energy counter support for AMD CPUs
` [PATCH v4 11/11] perf/x86/rapl: Remove the unused function cpu_to_rapl_pmu

[Patch v2 0/5] Bug fixes on topdown events reordering
 2024-07-11  4:48 UTC  (16+ messages)
` [Patch v2 1/5] perf x86/topdown: Complete topdown slots/metrics events check
` [Patch v2 2/5] perf x86/topdown: Correct leader selection with sample_read enabled
` [Patch v2 3/5] perf x86/topdown: Don't move topdown metrics events when sorting events
` [Patch v2 4/5] perf tests: Add leader sampling test in record tests
` [Patch v2 5/5] perf tests: Add topdown events counting and sampling tests

[PATCH 0/2] Optimize the return_instance management of uretprobe
 2024-07-11  2:05 UTC  (7+ messages)
` [PATCH 1/2] uprobes: Optimize the return_instance related routines
` [PATCH 2/2] selftests/bpf: Add uretprobe test for return_instance management

[PATCH 0/1] perf tool: fix handling NULL al->maps returned from thread__find_map
 2024-07-10 22:29 UTC  (5+ messages)
` [PATCH 1/1] "
` [PATCH] debug patch for perf report segfault

[PATCH v5] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-10 19:36 UTC 

[PATCH v4] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-10 19:24 UTC  (9+ messages)

[PATCH v5 0/8] perf trace: Augment enum arguments with BTF
 2024-07-10 18:02 UTC  (10+ messages)
` [PATCH v5 1/8] perf trace: Fix iteration of syscall ids in syscalltbl->entries
` [PATCH v5 2/8] perf trace: BTF-based enum pretty printing for syscall args
` [PATCH v5 3/8] perf trace: Augment non-syscall tracepoints with enum arguments with BTF
` [PATCH v5 4/8] perf trace: Filter enum arguments with enum names
` [PATCH v5 5/8] perf test: Add landlock workload
` [PATCH v5 6/8] perf test trace_btf_enum: Add regression test for the BTF augmentation of enums in 'perf trace'
` [PATCH v5 7/8] perf trace: Introduce trace__btf_scnprintf()
` [PATCH v5 8/8] perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type

[PATCH v2 0/2] perf pmu: Event parsing and listing fixes
 2024-07-10 13:45 UTC  (2+ messages)

[PATCH v2 00/12] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-07-10 12:36 UTC  (3+ messages)

[PATCH v2 00/54] Mediated Passthrough vPMU 2.0 for x86
 2024-07-10 12:30 UTC  (5+ messages)
` [PATCH v2 36/54] KVM: x86/pmu: Switch PMI handler at KVM context switch boundary

[PATCH v3 0/3] hw_breakpoint: Save privilege of access control via ptrace
 2024-07-10 12:11 UTC  (9+ messages)
` [PATCH v3 1/3] perf: Add perf_event_attr::bp_priv
` [PATCH v3 2/3] arm: hw_breakpoint: Save privilege of access control via ptrace
` [PATCH v3 3/3] arm64: "

[PATCH V3 00/10] perf tools: Fix test "perf probe of function from different CU"
 2024-07-10  7:39 UTC  (2+ messages)

[PATCH v4 00/11] Add support for NMI-source reporting
 2024-07-09 15:04 UTC  (13+ messages)
` [PATCH v4 01/11] x86/irq: Add enumeration of NMI source reporting CPU feature
` [PATCH v4 02/11] x86/irq: Define NMI source vectors
` [PATCH v4 03/11] x86/irq: Extend NMI handler registration interface to include source
` [PATCH v4 04/11] x86/irq: Factor out common NMI handling code
` [PATCH v4 05/11] x86/irq: Process nmi sources in NMI handler
` [PATCH v4 06/11] KVM: VMX: Expand FRED kvm entry with event data
` [PATCH v4 07/11] KVM: VMX: Handle NMI Source report in VM exit
` [PATCH v4 08/11] perf/x86: Enable NMI source reporting for perfmon
` [PATCH v4 09/11] x86/irq: Enable NMI source on IPIs delivered as NMI
` [PATCH v4 10/11] x86/irq: Move __prepare_ICR to x86 common header
` [PATCH v4 11/11] KVM: X86: Use common code for PV IPIs in linux guest

[PATCH v2 0/9] Add CPU-type to topology
 2024-07-09 12:45 UTC  (7+ messages)
` [PATCH PATCH v2 1/9] x86/cpu/topology: Add CPU type to struct cpuinfo_topology
    ` [PATCH "

[PATCH 0/2] MAINTAINERS: mailmap: Update James Clark's email address
 2024-07-09 10:25 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] dt-bindings: arm: "

[RFC PATCH v16 0/8] TPEBS counting mode support
 2024-07-09  6:23 UTC  (13+ messages)
` [RFC PATCH v16 1/8] perf parse-events: Add a retirement latency modifier
` [RFC PATCH v16 2/8] perf data: Allow to use given fd in data->file.fd
` [RFC PATCH v16 3/8] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v16 4/8] perf stat: Plugin retire_lat value from sampled data to evsel
` [RFC PATCH v16 5/8] perf vendor events intel: Add MTL metric json files
` [RFC PATCH v16 6/8] perf stat: Add command line option for enabling tpebs recording
` [RFC PATCH v16 7/8] perf Document: Add TPEBS to Documents
` [RFC PATCH v16 8/8] perf test: Add test for Intel TPEBS counting mode

[PATCH v4 2/4] x86/cpufeatures: Generate a feature mask header based on build config
 2024-07-09  5:42 UTC  (2+ messages)
` [PATCH v4A "

[PATCH v2 0/3] hw_breakpoint: Save privilege of access control via ptrace
 2024-07-09  1:34 UTC  (10+ messages)
` [PATCH v2 1/3] perf: Add perf_event_attr::bp_priv

[GIT PULL] perf-tools-fixes for v6.10
 2024-07-08 21:41 UTC  (2+ messages)

[PATCH v2 1/6] perf build: Conditionally add feature check flags for libtrace{event,fs}
 2024-07-08 12:32 UTC  (2+ messages)

Bug with 'perf script --symfs'?
 2024-07-08  7:50 UTC 

[PATCH v3 0/2] riscv: stacktrace: Add USER_STACKTRACE support
 2024-07-08  3:28 UTC  (3+ messages)
` [PATCH v3 1/2] riscv: Fix fp alignment bug in perf_callchain_user()
` [PATCH v3 2/2] riscv: stacktrace: Add USER_STACKTRACE support

[PATCH v3 00/10] Add per-core RAPL energy counter support for AMD CPUs
 2024-07-08  1:56 UTC  (10+ messages)
` [PATCH v3 08/10] perf/x86/rapl: Modify the generic variable names to *_pkg*

Performance of 'perf'
 2024-07-07 19:32 UTC  (8+ messages)

[PATCH v6 0/3] Introduce --task-name and --fuzzy-name options in perf sched map
 2024-07-07 18:27 UTC  (4+ messages)
` [PATCH v6 1/3] perf sched map: Add task-name option to filter the output map
` [PATCH v6 2/3] perf sched map: Add support for multiple task names using CSV
` [PATCH v6 3/3] perf sched map: Add --fuzzy-name option for fuzzy matching in task names

[PATCH 1/1] perf archive: unpack to correct dir given by perf
 2024-07-07 18:04 UTC 

[PATCH 1/1] perf build x86: Fix SC2034 error in syscalltbl.sh
 2024-07-07 18:04 UTC 

[PATCH 1/1] perf record: Fix memset out-of-range error
 2024-07-07 18:01 UTC 

[PATCH V6 00/18] Add data type profiling support for powerpc
 2024-07-07 14:44 UTC  (19+ messages)
` [PATCH V6 01/18] tools/perf: Move the data structures related to register type to header file
` [PATCH V6 02/18] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
` [PATCH V6 03/18] tools/perf: Update TYPE_STATE_MAX_REGS to include max of regs in powerpc
` [PATCH V6 04/18] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [PATCH V6 05/18] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [PATCH V6 06/18] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [PATCH V6 07/18] tools/perf: Add parse function for memory instructions in powerpc
` [PATCH V6 08/18] tools/perf: Add support to identify memory instructions of opcode 31 "
` [PATCH V6 09/18] tools/perf: Add some of the arithmetic instructions to support instruction tracking "
` [PATCH V6 10/18] tools/perf: Add more instructions for instruction tracking
` [PATCH V6 11/18] tools/perf: Update instruction tracking for powerpc
` [PATCH V6 12/18] tools/perf: Make capstone_init non-static so that it can be used during symbol disassemble
` [PATCH V6 13/18] tools/perf: Use capstone_init and remove open_capstone_handle from disasm.c
` [PATCH V6 14/18] tools/perf: Add support to use libcapstone in powerpc
` [PATCH V6 15/18] tools/perf: Add support to find global register variables using find_data_type_global_reg
` [PATCH V6 16/18] tools/perf: Add support for global_die to capture name of variable in case of register defined variable
` [PATCH V6 17/18] tools/perf: Update data_type_cmp and sort__typeoff_sort function to include var_name in comparison
` [PATCH V6 18/18] tools/perf: Set instruction name to be used with insn-stat when using raw instruction

[PATCH v3 00/11] Add support for NMI source reporting
 2024-07-07  3:48 UTC  (7+ messages)
` [PATCH v3 05/11] x86/irq: Process nmi sources in NMI handler
` [PATCH v3 08/11] perf/x86: Enable NMI source reporting for perfmon

[PATCH v4 1/2] perf script: Fix perf script -F +metric
 2024-07-06 19:18 UTC  (2+ messages)
` [PATCH v4 2/2] Add a test case for "

[PATCH v3 0/7] perf: build: Fix cross compilation
 2024-07-06 18:29 UTC  (8+ messages)
` [PATCH v3 1/7] perf: build: Setup PKG_CONFIG_LIBDIR for "
` [PATCH v3 2/7] perf: build: Set Python configuration "
` [PATCH v3 3/7] perf: build: Only link libebl.a for old libdw
` [PATCH v3 4/7] perf: build: Link lib 'lzma' for static build
` [PATCH v3 5/7] perf: build: Link lib 'zstd' "
` [PATCH v3 6/7] perf docs: Document cross compilation
` [PATCH v3 7/7] perf docs: Remove the Android cross building document

[PATCH v2 0/2] perf mem: Support multiple Arm SPE PMUs
 2024-07-06 15:20 UTC  (3+ messages)
` [PATCH v2 1/2] perf arm-spe: "
` [PATCH v2 2/2] perf mem: Warn if memory events are not supported on all CPUs

[PATCH v5 0/6] perf: Make SIGTRAP and __perf_pending_irq() work on RT
 2024-07-05 14:58 UTC  (4+ messages)
` [PATCH v5 2/7] task_work: Add TWA_NMI_CURRENT as an additional notify mode


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).