linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-07 09:17:32 to 2024-05-10 02:47:48 UTC [more...]

[PATCH 0/2] Fix num_events calculation in lazy loading
 2024-05-10  2:47 UTC  (2+ messages)
` [PATCH 1/2] perf pmu: Allow finishing loading json events when !events_table

[PATCH v3] perf kvm: Add kvm-stat for loongarch64
 2024-05-10  1:47 UTC  (4+ messages)

[PATCH RESEND] perf daemon: Fix file leak in daemon_session__control
 2024-05-10  0:34 UTC 

[PATCH v3 0/3] perf:core: Save raw sample data
 2024-05-10  0:24 UTC  (4+ messages)
` [PATCH v3 1/3] perf/core: Save raw sample data conditionally based on sample type
` [PATCH v3 2/3] perf: core: Check sample_type in perf_sample_save_callchain
` [PATCH v3 3/3] perf: core: Check sample_type in perf_sample_save_brstack

[PATCH v3 0/3] perf:core: Save raw sample data
 2024-05-10  0:05 UTC  (4+ messages)
` [PATCH v3 1/3] perf/core: Save raw sample data conditionally based on sample type
` [PATCH v3 2/3] perf: core: Check sample_type in perf_sample_save_callchain
` [PATCH v3 3/3] perf: core: Check sample_type in perf_sample_save_brstack

[PATCH v5 0/4] perf: Support PERF_SAMPLE_READ with inherit
 2024-05-09 23:40 UTC  (4+ messages)
` [PATCH v5 1/4] "

[RFC 0/4] perf sched: Introduce schedstat tool
 2024-05-09 22:33 UTC  (10+ messages)
` [RFC 1/4] perf sched: Make `struct perf_sched sched` a global variable
` [RFC 2/4] perf sched: Add template code for schedstat subcommand
` [RFC 3/4] perf sched schedstat: Add record and rawdump support
` [RFC 4/4] perf sched schedstat: Add support for report subcommand

[PATCH v4 0/3] perf probe: Allow names to start with digits
 2024-05-09 22:24 UTC  (4+ messages)
` [PATCH v4 1/3] perf parse-events: pass parse_state to add_tracepoint
` [PATCH v4 2/3] perf parse-events: Add new 'fake_tp' parameter for tests
` [PATCH v4 3/3] perf parse: Allow names to start with digits

[PATCH v2 0/3] perf probe: Allow names to start with digits
 2024-05-09 21:59 UTC  (12+ messages)
` [PATCH v2 1/3] perf parse-events: pass parse_state to add_tracepoint
` [PATCH v2 2/3] perf parse-events: Add new 'fake_tp' parameter for tests
` [PATCH v2 3/3] perf parse: Allow names to start with digits

[PATCH v2] perf tracepoint: Don't scan all tracepoints to test if one exists
 2024-05-09 21:43 UTC  (2+ messages)

[PATCH] perf dwarf-aux: Fix build with HAVE_DWARF_CFI_SUPPORT
 2024-05-09 21:21 UTC  (5+ messages)

[RESEND v1 0/3] x86/cpufeatures: Automatically generate required and disabled feature masks
 2024-05-09 20:53 UTC  (4+ messages)
` [RESEND v1 1/3] x86/cpufeatures: Add {required,disabled} feature configs
` [RESEND v1 2/3] x86/cpufeatures: Generate a feature mask header based on build config
` [RESEND v1 3/3] x86/cpufeatures: Remove {disabled,required}-features.h

[PATCH v2] perf/core: Save raw sample data conditionally based on sample type
 2024-05-09 21:04 UTC  (4+ messages)

[PATCH V2 0/9] Add data type profiling support for powerpc
 2024-05-09 20:55 UTC  (16+ messages)
` [PATCH V2 3/9] tools/perf: Fix a comment about multi_regs in extract_reg_offset function
` [PATCH V2 4/9] tools/perf: Add support to capture and parse raw instruction in objdump
` [PATCH V2 5/9] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [PATCH V2 6/9] tools/perf: Update instruction tracking for powerpc
` [PATCH V2 7/9] tools/perf: Update instruction tracking with add instruction
` [PATCH V2 8/9] tools/perf: Add support to find global register variables using find_data_type_global_reg

[PATCH v1] perf lock: Avoid memory leaks from strdup
 2024-05-09 18:24 UTC  (2+ messages)

[PATCH] perf tools: Ignore deleted cgroups
 2024-05-09 18:22 UTC 

[PATCH v2] perf/ring_buffer: Prefer struct_size over open coded arithmetic
 2024-05-09 17:36 UTC  (5+ messages)

[PATCH] perf maps: Process kcore maps in order
 2024-05-09 14:46 UTC  (6+ messages)

[PATCH v3 0/1] Perf lock improvements
 2024-05-09 10:01 UTC  (4+ messages)
` [PATCH 1/1] perf lock info: Display both map and thread by default

[PATCH] perf sched: Rename switches to count and add usage description, options for latency
 2024-05-09  9:19 UTC  (2+ messages)

[PATCH v2 00/54] Mediated Passthrough vPMU 2.0 for x86
 2024-05-09  7:39 UTC  (46+ messages)
` [PATCH v2 06/54] perf: Support get/put passthrough PMU interfaces
` [PATCH v2 09/54] perf: core/x86: Register a new vector for KVM GUEST PMI
` [PATCH v2 10/54] KVM: x86: Extract x86_set_kvm_irq_handler() function
` [PATCH v2 12/54] perf: x86: Add x86 function to switch PMI handler
` [PATCH v2 13/54] perf: core/x86: Forbid PMI handler when guest own PMU
` [PATCH v2 17/54] KVM: x86/pmu: Always set global enable bits in passthrough mode
` [PATCH v2 20/54] KVM: x86/pmu: Allow RDPMC pass through when all counters exposed to guest
` [PATCH v2 24/54] KVM: x86/pmu: Create a function prototype to disable MSR interception
` [PATCH v2 26/54] KVM: x86/pmu: Avoid legacy vPMU code when accessing global_ctrl in passthrough vPMU
` [PATCH v2 38/54] KVM: x86/pmu: Call perf_guest_enter() at PMU context switch
` [PATCH v2 42/54] KVM: x86/pmu: Implement emulated counter increment for passthrough PMU

[PATCH 1/1] perf probe: Use zfree() to avoid possibly accessing dangling pointers
 2024-05-09  6:43 UTC  (2+ messages)

[PATCH v1] perf tracepoint: Don't scan all tracepoints to test if one exists
 2024-05-09  6:05 UTC 

[PATCH v1] libsubcmd: Fix parse-options memory leak
 2024-05-09  5:34 UTC  (2+ messages)

[PATCH v1 0/4] Segv and RC checking fixes
 2024-05-09  5:32 UTC  (7+ messages)
` [PATCH v1 1/4] perf ui browser: Avoid segv on title
` [PATCH v1 2/4] perf comm: Fix comm_str__put for reference count checking
` [PATCH v1 3/4] perf report: Avoid segv in report__setup_sample_type
` [PATCH v1 4/4] perf thread: Fixes to thread__new

[PATCH 0/7] perf vendor events riscv: Update SiFive CPU PMU events
 2024-05-09  2:15 UTC  (8+ messages)
` [PATCH 1/7] perf vendor events riscv: Rename U74 to Bullet
` [PATCH 2/7] perf vendor events riscv: Remove leading zeroes
` [PATCH 3/7] perf vendor events riscv: Update SiFive Bullet events
` [PATCH 4/7] perf vendor events riscv: Add SiFive Bullet version 0x07 events
` [PATCH 5/7] perf vendor events riscv: Add SiFive Bullet version 0x0d events
` [PATCH 6/7] perf vendor events riscv: Add SiFive P550 events
` [PATCH 7/7] perf vendor events riscv: Add SiFive P650 events

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-09  1:00 UTC  (10+ messages)

[PATCH 1/1] perf kwork: Use zfree() to avoid possibly accessing dangling pointers
 2024-05-08 23:40 UTC  (2+ messages)

[PATCH 1/1] perf callchain: Use zfree() to avoid possibly accessing dangling pointers
 2024-05-08 23:40 UTC  (2+ messages)

[PATCH] perf build: Specify libtraceevent dir to rpath for asan/msan build
 2024-05-08 23:18 UTC  (2+ messages)

[PATCH v3 0/3] perf probe: Allow names to start with digits
 2024-05-08 23:00 UTC  (4+ messages)
` [PATCH v3 1/3] perf parse-events: pass parse_state to add_tracepoint
` [PATCH v3 2/3] perf parse-events: Add new 'fake_tp' parameter for tests
` [PATCH v3 3/3] perf parse: Allow names to start with digits

[PATCH 0/4] perf maps/symbols: Various assert fixes
 2024-05-08 22:14 UTC  (14+ messages)
` [PATCH 1/4] perf symbols: Remove map from list before updating addresses
` [PATCH 2/4] perf maps: Re-use __maps__free_maps_by_name()
` [PATCH 3/4] perf symbols: Update kcore map before merging in remaining symbols
` [PATCH 4/4] perf symbols: Fix ownership of string in dso__load_vmlinux()

[PATCH 0/4] Fix user stack traces captured from uprobes
 2024-05-08 21:26 UTC  (5+ messages)
` [PATCH 1/4] uprobes: rename get_trampoline_vaddr() and make it global
` [PATCH 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe
` [PATCH 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces

Makefile.perf:1149: *** Missing bpftool input for generating vmlinux.h. Stop
 2024-05-08 20:44 UTC  (2+ messages)

[PATCH v2] perf, script: Minimize "not reaching sample" for brstackinsn
 2024-05-08 20:32 UTC  (2+ messages)
` [PING] "

[PATCH] perf list: Fix the --no-desc option
 2024-05-08 13:35 UTC 

[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-05-08 10:28 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/1] Perf lock improvements
 2024-05-08  9:15 UTC  (4+ messages)
` [PATCH v2 1/1] perf lock info: Display both map and thread by default

[PATCH v1 0/8] Address/leak sanitizer clean ups
 2024-05-08  1:17 UTC  (17+ messages)
` [PATCH v1 1/8] perf ui browser: Don't save pointer to stack memory
` [PATCH v1 2/8] perf annotate: Fix memory leak in annotated_source
` [PATCH v1 3/8] perf block-info: Remove unused refcount
` [PATCH v1 4/8] perf cpumap: Remove refcnt from cpu_aggr_map
` [PATCH v1 5/8] perf comm: Add reference count checking to comm_str
` [PATCH v1 6/8] perf mem-info: Move mem-info out of mem-events and symbol
` [PATCH v1 7/8] perf mem-info: Add reference count checking
` [PATCH v1 8/8] perf hist: Avoid hist_entry_iter mem_info memory leak

[PATCH] perf dwarf-aux: Print array type name with "[]"
 2024-05-08  0:42 UTC  (3+ messages)

[PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
 2024-05-08  0:36 UTC  (18+ messages)
    ` [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs

[PATCH AUTOSEL 6.1 10/12] LoongArch: Lately init pmu after smp is online
 2024-05-07 23:00 UTC 

[PATCH AUTOSEL 6.6 16/19] LoongArch: Lately init pmu after smp is online
 2024-05-07 22:58 UTC 

[PATCH AUTOSEL 6.8 18/23] LoongArch: Lately init pmu after smp is online
 2024-05-07 22:56 UTC 

[PATCH] perf bench: Fix trap divide error of perf bench internals inject-build-id
 2024-05-07 15:41 UTC  (2+ messages)

[PATCH 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-05-07 14:59 UTC  (19+ messages)
` [PATCH 01/17] perf cs-etm: Print error for new PERF_RECORD_AUX_OUTPUT_HW_ID versions
` [PATCH 12/17] coresight: Make CPU id map a property of a trace ID map
` [PATCH 13/17] coresight: Pass trace ID map into source enable
` [PATCH 14/17] coresight: Use per-sink trace ID maps for Perf sessions
` [PATCH 16/17] coresight: Re-emit trace IDs when the sink changes in per-thread mode

[PATCH v2] perf daemon: Fix the warning about time_t
 2024-05-07  9:02 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).