linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-28 06:34:26 to 2024-10-31 04:18:04 UTC [more...]

[PATCH v2 0/2] perf stat: Fix trailing comma when there is no metric unit
 2024-10-31  4:17 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] perf stat: Also hide metric-units from JSON when event didn't run

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-10-31  3:14 UTC  (3+ messages)
` [RFC PATCH v3 37/58] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL at VM boundary

[PATCH v5 00/21] Python module cleanup
 2024-10-31  1:42 UTC  (22+ messages)
` [PATCH v5 01/21] perf python: Remove python 2 scripting support
` [PATCH v5 02/21] perf python: Constify variables and parameters
` [PATCH v5 03/21] perf python: Remove unused #include
` [PATCH v5 04/21] perf script: Move scripting_max_stack out of builtin
` [PATCH v5 05/21] perf kvm: Move functions used in util "
` [PATCH v5 06/21] perf script: Move find_scripts to browser/scripts.c
` [PATCH v5 07/21] perf stat: Move stat_config into config.c
` [PATCH v5 08/21] perf script: Move script_spec code to trace-event-scripting.c
` [PATCH v5 09/21] perf script: Move script_fetch_insn "
` [PATCH v5 10/21] perf script: Move perf_sample__sprintf_flags "
` [PATCH v5 11/21] perf x86: Define arch_fetch_insn in NO_AUXTRACE builds
` [PATCH v5 12/21] perf intel-pt: Remove stale build comment
` [PATCH v5 13/21] perf env: Move arch errno function to only use in env
` [PATCH v5 14/21] perf lock: Move common lock contention code to new file
` [PATCH v5 15/21] perf bench: Remove reference to cmd_inject
` [PATCH v5 16/21] perf kwork: Make perf_kwork_add_work a callback
` [PATCH v5 17/21] perf build: Remove test library from python shared object
` [PATCH v5 18/21] perf python: Add parse_events function
` [PATCH v5 19/21] perf python: Add __str__ and __repr__ functions to evlist
` [PATCH v5 20/21] perf python: Add __str__ and __repr__ functions to evsel
` [PATCH v5 21/21] perf python: Correctly throw IndexError

[PATCH v4 00/19] Python module cleanup
 2024-10-30 22:21 UTC  (22+ messages)
` [PATCH v4 01/19] perf python: Remove python 2 scripting support
` [PATCH v4 02/19] perf python: Constify variables and parameters
` [PATCH v4 03/19] perf python: Remove unused #include
` [PATCH v4 04/19] perf script: Move scripting_max_stack out of builtin
` [PATCH v4 05/19] perf kvm: Move functions used in util "
` [PATCH v4 06/19] perf script: Move find_scripts to browser/scripts.c
` [PATCH v4 07/19] perf stat: Move stat_config into config.c
` [PATCH v4 08/19] perf script: Move script_spec code to trace-event-scripting.c
` [PATCH v4 09/19] perf script: Move script_fetch_insn "
` [PATCH v4 10/19] perf script: Move perf_sample__sprintf_flags "
` [PATCH v4 11/19] perf env: Move arch errno function to only use in env
` [PATCH v4 12/19] perf lock: Move common lock contention code to new file
` [PATCH v4 13/19] perf bench: Remove reference to cmd_inject
` [PATCH v4 14/19] perf kwork: Make perf_kwork_add_work a callback
` [PATCH v4 15/19] perf build: Remove test library from python shared object
` [PATCH v4 16/19] perf python: Add parse_events function
` [PATCH v4 17/19] perf python: Add __str__ and __repr__ functions to evlist
` [PATCH v4 18/19] perf python: Add __str__ and __repr__ functions to evsel
` [PATCH v4 19/19] perf python: Correctly throw IndexError

[GIT PULL] perf tools fixes for v6.12: 2nd batch
 2024-10-30 22:10 UTC  (2+ messages)

[PATCH 1/1 perf-tools-next] perf probe: Fix retrieval of source files from a debuginfod server
 2024-10-30 21:30 UTC  (3+ messages)

[PATCH v1 0/4] perf arm-spe: Allow synthesizing of branch
 2024-10-30 21:30 UTC  (7+ messages)

[PATCH v3 00/19] unwind, perf: sframe user space unwinding
 2024-10-30 20:48 UTC  (77+ messages)
` [PATCH v3 01/19] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v3 02/19] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v3 03/19] x86/asm: Fix VDSO DWARF generation with kernel IBT enabled
` [PATCH v3 04/19] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v3 05/19] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v3 06/19] x86/vdso: Enable sframe generation in VDSO
` [PATCH v3 07/19] unwind: Add user space unwinding API
` [PATCH v3 08/19] unwind/x86: Enable CONFIG_HAVE_UNWIND_USER_FP
` [PATCH v3 09/19] unwind: Introduce sframe user space unwinding
` [PATCH v3 10/19] unwind/x86: Enable CONFIG_HAVE_UNWIND_USER_SFRAME
` [PATCH v3 11/19] unwind: Add deferred user space unwinding API
` [PATCH v3 12/19] perf: Remove get_perf_callchain() 'init_nr' argument
` [PATCH v3 13/19] perf: Remove get_perf_callchain() 'crosstask' argument
` [PATCH v3 14/19] perf: Simplify get_perf_callchain() user logic
` [PATCH v3 15/19] perf: Add deferred user callchains
` [PATCH v3 16/19] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v3 17/19] perf record: Enable defer_callchain for user callchains
` [PATCH v3 18/19] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v3 19/19] perf tools: Merge deferred user callchains

[PATCH v4 0/6] perf: Make SIGTRAP and __perf_pending_irq() work on RT
 2024-10-30 15:46 UTC  (7+ messages)
` [PATCH v4 2/6] perf: Enqueue SIGTRAP always via task_work

[PATCH 0/2] perf stat: Fix trailing comma when there is no metric unit
 2024-10-30 15:38 UTC  (6+ messages)
` [PATCH 2/2] perf stat: Also hide metric from JSON if units are an empty string

[PATCH V14 00/11] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-30 13:16 UTC  (2+ messages)

Intel SPR: perf-record doesn't support topdown events?
 2024-10-30 12:57 UTC  (4+ messages)

[PATCH] perf build: Add missing cflags when building with custom libtraceevent
 2024-10-30 11:04 UTC  (4+ messages)

The state of uprobes work and logistics
 2024-10-30  9:42 UTC  (2+ messages)

Re: [PATCH] perf/x86/intel/bts: allocate bts_ctx only if necessary
 2024-10-30  7:50 UTC 

[PATCH] perf, riscv: Wire up perf trace support for RISC-V
 2024-10-30  7:31 UTC  (3+ messages)

[PATCH] perf/x86/intel/bts: allocate bts_ctx only if necessary
 2024-10-30  7:26 UTC 

[PATCH v2] perf trace: Fix perf trace tracing itself, creating feedback loops
 2024-10-30  5:24 UTC 

perf sched timehist --state vs perf script
 2024-10-30  0:34 UTC  (2+ messages)

[PATCH] tools/perf/tests/expr: Make the system_tsc_freq test only for intel
 2024-10-29 23:59 UTC  (2+ messages)

Can perf drop libunwind support
 2024-10-29 23:50 UTC  (5+ messages)

[PATCH 1/1 perf-tools-next] perf ftrace latency: Fix unit on histogram first entry when using --use-nsec
 2024-10-29 19:29 UTC 

[PATCH v5 00/10] Run tests in parallel showing number of tests running
 2024-10-29 18:55 UTC  (3+ messages)

[PATCH 1/3] dt-bindings: perf: fsl-imx-ddr: Add i.MX91 compatible
 2024-10-29 18:29 UTC  (9+ messages)
` [PATCH 3/3] perf vendor events arm64: Add i.MX91 DDR Performance Monitor metrics

[PATCH] perf arm-spe: Use old behavior when opening old SPE files
 2024-10-29 16:46 UTC  (2+ messages)

[PATCH] perf test: Parse perf stat Topdown events for aarch64
 2024-10-29 15:25 UTC  (2+ messages)

[PATCH -next] perf: Fix possible null-ptr-deref in __perf_pmu_install_event()
 2024-10-29 12:52 UTC  (2+ messages)

[PATCH] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
 2024-10-29  2:28 UTC  (5+ messages)

[PATCH v2] perf build: Make libunwind opt-in rather than opt-out
 2024-10-28 21:49 UTC  (2+ messages)

[PATCH] perf mem: Add -H/--hierarchy option for report subcommand
 2024-10-28 20:23 UTC 

Migrating from perf.wiki.kernel.org to RTD
 2024-10-28 17:49 UTC  (16+ messages)

[PATCH -next v5 0/2] perf stat: Support inherit events for bperf
 2024-10-28 16:30 UTC  (9+ messages)
` [PATCH -next v5 1/2] perf stat: Support inherit events during fork() "

[PATCH v1] perf cap: Add __NR_capget to arch/x86 unistd
 2024-10-28 16:08 UTC  (4+ messages)

[PATCH v6 00/10] Add RAPL core energy counter support for AMD CPUs
 2024-10-28 14:54 UTC  (19+ messages)
` [PATCH v6 01/10] perf/x86/rapl: Remove the unused get_rapl_pmu_cpumask() function
` [PATCH v6 02/10] x86/topology: Introduce topology_logical_core_id()
` [PATCH v6 03/10] perf/x86/rapl: Remove the cpu_to_rapl_pmu() function
` [PATCH v6 04/10] perf/x86/rapl: Rename rapl_pmu variables
` [PATCH v6 06/10] perf/x86/rapl: Add arguments to the init and cleanup functions
` [PATCH v6 07/10] perf/x86/rapl: Modify the generic variable names to *_pkg*
` [PATCH v6 08/10] perf/x86/rapl: Remove the global variable rapl_msrs
` [PATCH v6 09/10] perf/x86/rapl: Move the cntr_mask to rapl_pmus struct

Suspicious RCU usage in perf_event_exec()
 2024-10-28 14:40 UTC 

[CI] pmu changes
 2024-10-28  6:34 UTC 


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