linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-09 20:19:17 to 2023-01-16 12:49:49 UTC [more...]

[PATCH v7 00/15] coresight: Add new API to allocate trace source ID values
 2023-01-16 12:49 UTC  (5+ messages)
` [PATCH v7 01/15] coresight: trace-id: Add API to dynamically assign Trace "
` [PATCH v7 02/15] coresight: Remove obsolete Trace ID unniqueness checks
` [PATCH v7 03/15] coresight: perf: traceid: Add perf ID allocation and notifiers
` [PATCH v7 04/15] coresight: stm: Update STM driver to use Trace ID API

[PATCH 1/2] tools/perf/tests: Fix string substitutions in build id test
 2023-01-16 11:59 UTC  (7+ messages)

[PATCH v7 0/9] Add metrics for neoverse-n2-v2
 2023-01-16 11:27 UTC  (20+ messages)
` [PATCH v7 1/9] perf pmu: Add #slots literal support for arm64
` [PATCH v7 2/9] perf jevent: Add general metrics support
` [PATCH v7 3/9] perf vendor events arm64: Add common topdown L1 metrics
` [PATCH v7 4/9] perf vendor events arm64: Add topdown L1 metrics for neoverse-n2-v2
` [PATCH v7 5/9] perf vendor events arm64: Add TLB "
` [PATCH v7 6/9] perf vendor events arm64: Add cache "
` [PATCH v7 7/9] perf vendor events arm64: Add branch "
` [PATCH v7 8/9] perf vendor events arm64: Add PE utilization "
` [PATCH v7 9/9] perf vendor events arm64: Add instruction mix "

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-16  7:31 UTC  (7+ messages)

[RFC 0/4] perf tool: Fix non-".text" symbol resolution for kernel modules
 2023-01-16  6:14 UTC  (10+ messages)
` [RFC 1/4] perf tool: Simplify machine__create_modules() a bit
` [RFC 2/4] perf tool: Refactor perf_event__synthesize_modules()
` [RFC 3/4] perf tool: Introduce PERF_RECORD_KMOD_SEC_MAP
` [RFC 4/4] perf tool: Fix non-".text" symbol resolution for kernel modules

[PATCH] perf docs: fix a typo in perf probe doc
 2023-01-16  6:00 UTC  (2+ messages)

[PATCH v2] tools:perf:scripts:python:intel-pt-events del unusedvar
 2023-01-16  5:15 UTC  (2+ messages)

[PATCH 1/2] tools/perf: Fix the file mode with copyfile while adding file to build-id cache
 2023-01-16  5:01 UTC  (2+ messages)
` [PATCH 2/2] tools/perf/tests: Fix build id test check for PE file

[PATCH v2 0/3] Assume libbpf 1.0+
 2023-01-16  1:01 UTC  (4+ messages)
` [PATCH v2 1/3] tools build: Pass libbpf feature only if "
` [PATCH v2 2/3] perf build: Remove libbpf pre-1.0 feature tests
` [PATCH v2 3/3] perf bpf: Remove pre libbpf 1.0 conditional logic

[PATCH v1] perf test workload thloop: Make count increments atomic
 2023-01-14 21:52 UTC 

[PATCH v1] perf script flamegraph: Avoid d3-flame-graph package dependency
 2023-01-14 15:03 UTC  (9+ messages)
              ` Bug#996839: "

[PATCH] tools:perf:scripts:python:intel-pt-events del unusedvar
 2023-01-14 13:10 UTC  (3+ messages)

Getting the latest and greatest Linux perf features on every Debian kernel
 2023-01-13 22:06 UTC  (9+ messages)

[PATCH] perf buildid: Avoid copy of uninitialized memory
 2023-01-13 18:57 UTC 

[PATCH] tools: port perf ui from GTK 2 to GTK 3
 2023-01-13 18:20 UTC  (6+ messages)
` [PATCH v2] "

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

[PATCH] uprobes: list all active uprobes in the system
 2023-01-13 15:29 UTC  (6+ messages)

[PATCH v3 0/7] perf cs_etm: Basic support for virtual/kernel timestamps
 2023-01-13 11:12 UTC  (10+ messages)
` [PATCH v3 2/7] perf: Use perf_pmu__open_file() and perf_pmu__scan_file()

[PATCH v3] perf record: Fix segfault with --overwrite and --max-size
 2023-01-13  7:38 UTC 

[PATCH v2] perf record: Fix coredump with --overwrite and --max-size
 2023-01-13  6:53 UTC  (8+ messages)

[PATCH v2] perf script flamegraph: Avoid d3-flame-graph package dependency
 2023-01-12 22:00 UTC 

[PATCH v6 00/14] coresight: Add new API to allocate trace source ID values
 2023-01-12 15:06 UTC  (3+ messages)
` [PATCH v6 11/14] kernel: events: Export perf_report_aux_output_id()

[PATCH] perf/core: Fix account interrupt throttle
 2023-01-12  3:38 UTC 

[GIT PULL] perf tools fixes for v6.2: 2nd batch
 2023-01-11 23:17 UTC  (2+ messages)

[RFC PATCH v1] perf record: Correct address filters for duplicated symbols
 2023-01-11 13:34 UTC  (5+ messages)

[PATCH] perf auxtrace: Fix address filter duplicate symbol selection
 2023-01-11 13:16 UTC  (2+ messages)

[PATCH] uprobes: list all active uprobes in the system
 2023-01-11 10:42 UTC 

[PATCH v2 1/3] perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
 2023-01-11  7:06 UTC  (3+ messages)
` [PATCH v2 2/3] perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
` [PATCH v2 3/3] perf debug: Increase libtraceevent logging when verbose

[PATCH v5 0/6] Add metrics for neoverse-n2
 2023-01-11  6:14 UTC  (11+ messages)
` [PATCH v5 1/6] perf vendor events arm64: Add topdown L1 "

[PATCH v1 1/2] perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
 2023-01-11  5:57 UTC  (7+ messages)
` [PATCH v1 2/2] perf debug: Increase libtraceevent logging when verbose

[PATCH V7 0/6] arm64/perf: Enable branch stack sampling
 2023-01-11  5:05 UTC  (2+ messages)

[syzbot] WARNING: locking bug in __perf_event_task_sched_in (2)
 2023-01-11  1:47 UTC  (2+ messages)

[PATCH v1 0/7] Add and use run_command_strbuf
 2023-01-10 22:20 UTC  (8+ messages)
` [PATCH v1 1/7] perf llvm: Fix inadvertent file creation
` [PATCH v1 2/7] tools lib: Move strbuf to libapi
` [PATCH v1 3/7] tools lib subcmd: Add run_command_strbuf
` [PATCH v1 4/7] tools lib api: Minor strbuf_read improvements
` [PATCH v1 5/7] tools lib api: Tweak strbuf allocation size computation
` [PATCH v1 6/7] perf help: Use run_command_strbuf
` [PATCH v1 7/7] perf llvm: Remove read_from_pipe

[PATCH] tools:perf:scripts:python:mem-phys-addr fix behavior
 2023-01-10 21:59 UTC 

[PATCH v3 1/2] perf build: Properly guard libbpf includes
 2023-01-10 20:00 UTC  (19+ messages)
                      ` [PATCH 1/1] perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1

[PATCH v1 0/3] Assume libbpf 1.0 in build
 2023-01-10 13:36 UTC  (6+ messages)
` [PATCH v1 1/3] tools build: Pass libbpf feature only if libbpf 1.0+
` [PATCH v1 2/3] perf build: Remove libbpf pre-1.0 feature tests
` [PATCH v1 3/3] perf bpf: Remove pre libbpf 1.0 conditional logic

[PATCH v6 0/7] Add metrics for neoverse-n2-v2
 2023-01-10 10:38 UTC  (6+ messages)
` [PATCH v6 1/7] perf vendor events arm64: Add common topdown L1 metrics

[PATCH 1/2] perf kmem: Support legacy tracepoints
 2023-01-10  9:33 UTC  (5+ messages)

[PATCH v4 0/8] perf: Arm SPEv1.2 support
 2023-01-10  8:54 UTC  (16+ messages)
` [PATCH v4 1/8] perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines
` [PATCH v4 2/8] arm64: Drop SYS_ from SPE register defines
` [PATCH v4 3/8] arm64/sysreg: Convert SPE registers to automatic generation
` [PATCH v4 4/8] perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessors
` [PATCH v4 5/8] perf: arm_spe: Use new PMSIDR_EL1 register enums
` [PATCH v4 6/8] perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event

[PATCH] perf lock contention: Do not use BPF task local storage
 2023-01-10  6:29 UTC  (7+ messages)

Expected rdpmc behavior during context swtich and a RISC-V conundrum
 2023-01-10  6:17 UTC  (4+ messages)

[PATCH] tools:perf:scripts:python:mem-phys-addr fix performance
 2023-01-09 20:44 UTC  (2+ messages)


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