linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-15 09:29:42 to 2022-09-21 09:31:13 UTC [more...]

[PATCH linux-next] perf svghelper: use strscpy() is more robust and safer
 2022-09-21  9:30 UTC 

[PATCH 0/2] make weak attributes in {k,u}probes
 2022-09-21  8:25 UTC  (6+ messages)
` [PATCH 1/2] kprobes: make arch_init_kprobes as weak
` [PATCH 2/2] uprobes: make arch_uprobe_exception_notify "

[PATCH v2] kernel/events/core: check return value of task_function_call()
 2022-09-21  8:10 UTC  (3+ messages)

[PATCH V2] perf/x86/rapl: fix deadlock in rapl_pmu_event_stop
 2022-09-21  7:53 UTC  (2+ messages)

[PATCH 0/4] perf tools: Fix MMAP2 build-ID synthesis in namespaces (v1)
 2022-09-21  7:26 UTC  (14+ messages)
` [PATCH 1/4] perf tools: Move dsos functions to util/dsos.c
` [PATCH 2/4] perf tools: Add perf_event__synthesize_{start,stop}()
` [PATCH 3/4] perf record: Save DSO build-ID for synthesizing
` [PATCH 4/4] perf tools: Honor namespace when synthesizing build-id

[PATCH] KVM: x86/pmu: Add PEBS support for Intel Sapphire Rapids
 2022-09-21  6:48 UTC 

[PATCH -next 0/7] riscv: Improvments for stacktrace
 2022-09-21  3:00 UTC  (14+ messages)
` [PATCH -next 1/7] riscv: stacktrace: Replace walk_stackframe with arch_stack_walk
` [PATCH -next 2/7] riscv: stacktrace: Introduce unwind functions
` [PATCH -next 3/7] riscv: stacktrace: Save pt_regs in encoded fp on irq entry
` [PATCH -next 4/7] riscv: syscall: Don't clobber s0 when syscall
` [PATCH -next 5/7] riscv: stacktrace: Implement stacktrace for irq
` [PATCH -next 6/7] riscv: stacktrace: Fix unwinding on ftrace_regs_call
` [PATCH -next 7/7] riscv: stacktrace: Fix unwinding on __kretporbe_trampoline

[PATCH RESEND v2] perf test: Introduce script for data symbol testing
 2022-09-21  1:39 UTC  (3+ messages)

[PATCH v2 0/2] perf test: Add test for java symbol
 2022-09-21  1:33 UTC  (5+ messages)
` [PATCH v2 1/2] perf subcmd: Set environment variable "PREFIX"
` [PATCH v2 2/2] perf test: Introduce script for java symbol testing

[PATCH v2 1/2] perf tools: Honor namespace when synthesizing build-id
 2022-09-20 22:28 UTC  (2+ messages)
` [PATCH v2 2/2] perf record: Save DSO build-ID for synthesizing

[PATCH 0/4] perf lock contention: Improve call stack handling (v1)
 2022-09-20 21:04 UTC  (5+ messages)

[PATCH] perf kcore_copy: Do not check /proc/modules is unchanged
 2022-09-20 20:20 UTC  (3+ messages)

[PATCH 0/2] perf tools: Fixes for mixing per-thread and per-cpu mmaps
 2022-09-20 20:16 UTC  (5+ messages)
` [PATCH 1/2] perf record: Fix cpu mask bit setting for mixed mmaps
` [PATCH 2/2] libperf evlist: Fix polling of system-wide events

[PATCH] perf test: Skip wp modify test on old kernels
 2022-09-20 20:12 UTC  (3+ messages)

[PATCH v2] perf jit: Include program header in elf files
 2022-09-20 20:10 UTC  (2+ messages)

[PATCH 0/4] perf stat: Fix bperf cgroup counters (v2)
 2022-09-20 19:53 UTC  (6+ messages)
` [PATCH 1/4] perf stat: Fix BPF program section name
` [PATCH 2/4] perf stat: Fix cpu map index in bperf cgroup code
` [PATCH 3/4] perf stat: Use evsel->core.cpus to iterate cpus in BPF cgroup counters
` [PATCH 4/4] perf test: Add a new test for perf stat cgroup BPF counter

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-09-20 14:04 UTC  (72+ messages)
` [PATCH v2 01/44] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v2 02/44] x86/idle: Replace x86_idle with a static_call
` [PATCH v2 03/44] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v2 04/44] cpuidle: Move IRQ state validation
` [PATCH v2 05/44] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v2 06/44] cpuidle,tegra: "
` [PATCH v2 07/44] cpuidle,psci: "
` [PATCH v2 08/44] cpuidle,imx6: "
` [PATCH v2 09/44] cpuidle,omap3: "
` [PATCH v2 10/44] cpuidle,armada: "
` [PATCH v2 11/44] cpuidle,omap4: "
` [PATCH v2 12/44] cpuidle,dt: "
` [PATCH v2 13/44] cpuidle: Fix ct_idle_*() usage
` [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v2 15/44] acpi_idle: Remove tracing
` [PATCH v2 16/44] cpuidle: Annotate poll_idle()
` [PATCH v2 17/44] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v2 18/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v2 19/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v2 20/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v2 21/44] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v2 22/44] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v2 24/44] arm64,smp: "
` [PATCH v2 25/44] printk: "
` [PATCH v2 26/44] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v2 27/44] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH v2 28/44] cpuidle,mwait: Make noinstr clean
` [PATCH v2 29/44] cpuidle,tdx: Make tdx "
` [PATCH v2 30/44] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH v2 31/44] cpuidle,nospec: Make "
` [PATCH v2 32/44] cpuidle,acpi: "
` [PATCH v2 33/44] ftrace: WARN on rcuidle
` [PATCH v2 34/44] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v2 35/44] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v2 36/44] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH v2 37/44] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v2 38/44] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v2 39/44] cpuidle,clk: "
` [PATCH v2 40/44] ubsan: Fix objtool UACCESS warns
` [PATCH v2 41/44] intel_idle: Add force_irq_on module param
` [PATCH v2 42/44] entry,kasan,x86: Disallow overriding mem*() functions
` [PATCH v2 43/44] sched: Always inline __this_cpu_preempt_check()
` [PATCH v2 44/44] arm64,riscv,perf: Remove RCU_NONIDLE() usage

[PATCH v3 0/2] perf: arm64: Kernel support for Dwarf unwinding through SVE functions
 2022-09-20 10:28 UTC  (4+ messages)
` [PATCH v3 2/2] arm64/sve: Add Perf extensions documentation

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-09-20  8:20 UTC  (7+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap

[PATCH v13 0/3] Add perf support for HiSilicon PCIe Tune and Trace device
 2022-09-20  3:04 UTC  (6+ messages)
` [PATCH v13 1/3] perf tool: arm: Refactor event list iteration in auxtrace_record__init()
` [PATCH v13 2/3] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v13 3/3] perf tool: Add support for parsing HiSilicon PCIe Trace packet

[PATCH 0/3] x86/dumpstack: Inline copy_from_user_nmi()
 2022-09-19 19:26 UTC  (13+ messages)
` [PATCH 1/3] x86/uaccess: Move nmi_uaccess_okay() into uaccess.h
` [PATCH 2/3] x86/dumpstack: Inline copy_from_user_nmi()
` [PATCH 3/3] usercopy: Add find_vmap_area_try() to avoid deadlocks

[PATCH v1] kernel/events/core: check return value of task_function_call()
 2022-09-19 18:36 UTC  (3+ messages)

[RFC PATCH 0/2] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-09-19 15:55 UTC  (15+ messages)

perf top -p broken for multithreaded processes since 5.19
 2022-09-19 15:18 UTC  (3+ messages)
` perf top -p broken for multithreaded processes since 5.19 #forregzbot

[PATCH] perf/x86/rapl: fix deadlock in rapl_pmu_event_stop
 2022-09-19 15:16 UTC  (3+ messages)

[PATCH 1/2] perf/core: convert snprintf to scnprintf
 2022-09-19 11:25 UTC  (2+ messages)

[PATCH v4 0/5] KVM: x86: Intel LBR related perf cleanups
 2022-09-17  1:11 UTC  (3+ messages)

[PATCH v3 0/3] perf tool: 'config3' attribute support
 2022-09-16 18:12 UTC  (3+ messages)
` [PATCH v3 1/3] perf: Skip and warn on unknown format 'configN' attrs

[PATCH 1/3] powerpc/perf: Fix branch_filter support for multiple filters in powerpc
 2022-09-16 13:07 UTC  (6+ messages)
` [PATCH 2/3] tools/perf/tests: Fix branch stack sampling test to include sanity check for branch filter
` [PATCH 3/3] tools/testing/selftests/powerpc: Update the bhrb filter sampling test to test for multiple branch filters

[PATCH V2] tools/perf/tests: Fix perf probe error log check in skip_if_no_debuginfo
 2022-09-16 13:05 UTC  (2+ messages)

[PATCH] uprobe: add UPROBE_ALTER_PC flag for uprobe handlers
 2022-09-16  7:28 UTC 

[PATCH 0/8] perf: Fix error return code
 2022-09-16  2:56 UTC  (9+ messages)
` [PATCH 1/8] perf c2c: Fix error return code in perf_c2c__report
` [PATCH 2/8] perf lock: Fix error return code in __cmd_contention
` [PATCH 3/8] perf probe: Fix error return code in perf_del_probe_events
` [PATCH 4/8] perf record: Fix error return code in cmd_record
` [PATCH 5/8] perf report: Fix error return code in cmd_report
` [PATCH 6/8] perf sched: Fix error return code in perf_sched__timehist
` [PATCH 7/8] perf stat: Fix error return code in cmd_stat
` [PATCH 8/8] perf trace: Fix error return code in trace__replay and cmd_trace


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