linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/10] perf intel pt: Update instruction decoder for APX and other new instructions
 2024-05-02 19:11 UTC  (14+ messages)
` [PATCH 01/10] x86/insn: Add Key Locker instructions to the opcode map
` [PATCH 02/10] x86/insn: Fix PUSH instruction in x86 instruction decoder "
` [PATCH 03/10] x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS
` [PATCH 04/10] x86/insn: Add misc new Intel instructions
` [PATCH 05/10] x86/insn: Add support for REX2 prefix to the instruction decoder logic
` [PATCH 06/10] x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder opcode map
` [PATCH 07/10] x86/insn: Add support for APX EVEX to the instruction decoder logic
` [PATCH 08/10] x86/insn: Add support for APX EVEX instructions to the opcode map
` [PATCH 09/10] perf intel pt: Add new JMPABS instruction to the Intel PT instruction decoder
` [PATCH 10/10] perf tests: Add APX and other new instructions to x86 instruction decoder test

[PATCH v2 0/1] Perf lock improvements
 2024-05-02 18:32 UTC  (3+ messages)
` [PATCH v2 1/1] perf lock info: Display both map and thread by default

[PATCHSET 0/6] perf annotate-data: Small updates in the data type profiling (v1)
 2024-05-02 18:23 UTC  (12+ messages)
` [PATCH 1/6] perf dwarf-aux: Add die_collect_global_vars()
` [PATCH 2/6] perf annotate-data: Collect global variables in advance
` [PATCH 3/6] perf annotate-data: Handle direct global variable access
` [PATCH 4/6] perf annotate-data: Check memory access with two registers
` [PATCH 5/6] perf annotate-data: Handle multi regs in find_data_type_block()
` [PATCH 6/6] perf annotate-data: Check kind of stack variables

[PATCH v4 0/6] Assume sysfs event names are always the same case
 2024-05-02 18:19 UTC  (10+ messages)
` [PATCH v4 1/6] perf test pmu-events: Make it clearer that pmu-events tests json events
` [PATCH v4 2/6] perf Document: Sysfs event names must be lower or upper case
` [PATCH v4 3/6] perf test pmu: Refactor format test and exposed test APIs
` [PATCH v4 4/6] perf test pmu: Add an eagerly loaded event test
` [PATCH v4 5/6] perf test pmu: Test all sysfs PMU event names are the same case
` [PATCH v4 6/6] perf pmu: Assume sysfs events are always "

[PATCH] perf/x86/amd/power: Use div64_u64 onstead of do_div()
 2024-05-02 16:34 UTC  (3+ messages)

[PATCH v2 0/3] perf cs-etm: Improve version detection and error reporting
 2024-05-02 14:35 UTC  (5+ messages)
` [PATCH v2 1/3] perf cs-etm: Use struct perf_cpu as much as possible
` [PATCH v2 2/3] perf cs-etm: Remove repeated fetches of the ETM PMU
` [PATCH v2 3/3] perf cs-etm: Improve version detection and error reporting

[PATCH 0/2] Fix energy-pkg event for AMD CPUs
 2024-05-02  9:51 UTC  (3+ messages)
` [PATCH 1/2] perf/x86/rapl: Rename maxdie to nr_rapl_pmu and dieid to rapl_pmu_idx
` [PATCH 2/2] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs

[PATCH] perf/ring_buffer: Prefer struct_size over open coded arithmetic
 2024-05-02  9:18 UTC  (6+ messages)

[PATCH] perf/core: Trim dyn_size if raw data is absent
 2024-05-02  0:10 UTC  (3+ messages)

[PATCH v2] perf/core: Save raw sample data conditionally based on sample type
 2024-05-02  0:06 UTC 

[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
 2024-05-01 20:36 UTC  (35+ messages)

[PATCH v1] perf lock: More strdup argument freeing
 2024-05-01 19:46 UTC  (3+ messages)

[PATCH 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-05-01 11:11 UTC  (25+ messages)
` [PATCH 01/17] perf cs-etm: Print error for new PERF_RECORD_AUX_OUTPUT_HW_ID versions
` [PATCH 02/17] perf auxtrace: Allow number of queues to be specified
` [PATCH 03/17] perf: cs-etm: Create decoders after both AUX and HW_ID search passes
` [PATCH 04/17] perf: cs-etm: Allocate queues for all CPUs
` [PATCH 05/17] perf: cs-etm: Move traceid_list to each queue
` [PATCH 06/17] perf: cs-etm: Create decoders based on the trace ID mappings
` [PATCH 07/17] perf: cs-etm: Support version 0.1 of HW_ID packets
` [PATCH 08/17] coresight: Remove unused stubs
` [PATCH 09/17] coresight: Clarify comments around the PID of the sink owner
` [PATCH 10/17] coresight: Move struct coresight_trace_id_map to common header
` [PATCH 11/17] coresight: Expose map argument in trace ID API
` [PATCH 11/17] coresight: Expose map arugment "
` [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 15/17] coresight: Remove pending trace ID release mechanism
` [PATCH 16/17] coresight: Re-emit trace IDs when the sink changes in per-thread mode
` [PATCH 17/17] coresight: Emit HW_IDs for all ETMs that are using the sink

[PATCH] perf cs-etm: Improve version detection and error reporting
 2024-05-01  8:23 UTC  (4+ messages)

[PATCH v3 0/6] Assume sysfs event names are always the same case
 2024-05-01  3:06 UTC  (9+ messages)
` [PATCH v3 1/6] perf test pmu-events: Make it clearer that pmu-events tests json events
` [PATCH v3 2/6] perf Document: Sysfs event names must be lower or upper case
` [PATCH v3 3/6] perf test pmu: Refactor format test and exposed test APIs
` [PATCH v3 4/6] perf test pmu: Add an eagerly loaded event test
` [PATCH v3 5/6] perf test pmu: Test all sysfs PMU event names are the same case
` [PATCH v3 6/6] perf pmu: Assume sysfs events are always "

[RFC PATCH v2 0/3] Retirement latency perf stat support
 2024-04-30 21:00 UTC  (12+ messages)
` [RFC PATCH v2 1/3] perf evsel: Refactor tool events
` [RFC PATCH v2 2/3] perf parse-events: Add a retirement latency modifier
` [RFC PATCH v2 3/3] perf evsel: Add retirement latency event support

[PATCH v1 0/3] arm64: Support Neoverse-V2 for Perf Arm SPE
 2024-04-30 20:26 UTC  (4+ messages)

Question about using the perf c2c in UMA system
 2024-04-30 19:32 UTC  (4+ messages)

[PATCH] perf build: Add LIBTRACEEVENT_DIR build option
 2024-04-30 17:46 UTC  (3+ messages)

[syzbot] [perf?] WARNING: suspicious RCU usage in get_callchain_entry
 2024-04-30 10:49 UTC 

[PATCH] perf/x86/intel/uncore: Prefer struct_size over open coded arithmetic
 2024-04-30  9:18 UTC  (4+ messages)

[PATCH v2] tools lib subcmd: Show parent options in help
 2024-04-30  3:36 UTC  (2+ messages)

[PATCH] perf maps: Remove check_invariants() from maps__lock()
 2024-04-30  2:09 UTC  (2+ messages)

[PATCH v1 1/4] perf record: Dump off-cpu samples directly
 2024-04-29 22:06 UTC  (3+ messages)

[PATCH v3] perf/x86/amd/uncore: Use kcalloc*() instead of kzalloc*()
 2024-04-29 20:48 UTC  (3+ messages)

[PATCH v5 0/7] dso/dsos memory savings and clean up
 2024-04-29 19:50 UTC  (10+ messages)
` [PATCH v5 1/7] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v5 2/7] perf dsos: Remove __dsos__addnew
` [PATCH v5 3/7] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v5 4/7] perf dsos: Switch hand code to bsearch
` [PATCH v5 5/7] perf dso: Add reference count checking and accessor functions
` [PATCH v5 6/7] perf dso: Reference counting related fixes
` [PATCH v5 7/7] perf dso: Use container_of to avoid a pointer in dso_data

[PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-29 18:50 UTC  (3+ messages)

possible deadlock in __perf_event_task_sched_in
 2024-04-29 16:38 UTC  (3+ messages)

[PATCH v1] perf test: Be more tolerant of metricgroup failures
 2024-04-29 14:49 UTC  (3+ messages)

[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-04-29 10:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-29  9:47 UTC  (6+ messages)
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH v2] perf test record.sh: Raise limit of open file descriptors
 2024-04-29  8:53 UTC  (2+ messages)

[PATCH v3 0/2] Always show mmap prot even though PROT_NONE
 2024-04-28  3:10 UTC  (3+ messages)
` [PATCH v3 1/2] perf trace beauty: Always show param if show_zero is set
` [PATCH v3 2/2] perf trace beauty: Always show mmap prot even though PROT_NONE

[PATCH v2 00/16] Consistently prefer sysfs/json events
 2024-04-27 22:05 UTC  (5+ messages)
` [PATCH v2 11/16] perf parse-events: Improve error message for bad numbers

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-27  6:58 UTC  (10+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions

[PATCH 1/2] perf annotate: Fallback to objdump when capstone fails
 2024-04-27  1:09 UTC  (5+ messages)
` [PATCH 2/2] perf annotate: Update dso binary type when try build-id

[PATCH 1/2] perf symbol: Set binary_type of dso when loading
 2024-04-26 21:51 UTC  (2+ messages)
` [PATCH 2/2] perf symbol: Simplify kernel module checking

[PATCH V3] perf scripts python: Add a script to run instances of perf script in parallel
 2024-04-26 20:34 UTC  (6+ messages)

[RFC PATCH v1 0/3] Retirement latency perf stat support
 2024-04-26 17:34 UTC  (3+ messages)

[PATCH 1/2] perf daemon: Fix the warning about time_t
 2024-04-26 17:28 UTC  (2+ messages)

[PATCH v1] perf tests: Run tests in parallel by default
 2024-04-26 16:45 UTC  (4+ messages)

[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-04-26 16:30 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-04-26 16:19 UTC  (3+ messages)

[PATCH V2 0/2] Fix Coresight instruction synthesis logic
 2024-04-26 15:07 UTC  (3+ messages)

[RFC PATCH v2 0/4] A mechanism for efficient support for per-function metrics
 2024-04-26 11:11 UTC  (3+ messages)

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-04-26  4:09 UTC  (5+ messages)
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces

[linux-next:master] [perf dsos] f649ed80f3: perf-sanity-tests.Check_branch_stack_sampling.fail
 2024-04-26  2:21 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).