linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-25 14:47:07 to 2024-06-27 20:44:44 UTC [more...]

[PATCH v2 0/9] Add CPU-type to topology
 2024-06-27 20:44 UTC  (8+ messages)
` [PATCH PATCH v2 1/9] x86/cpu/topology: Add CPU type to struct cpuinfo_topology
` [PATCH PATCH v2 2/9] cpufreq: intel_pstate: Use topology_cpu_type()
` [PATCH PATCH v2 3/9] perf/x86/intel: Use topology_hw_cpu_type()
` [PATCH PATCH v2 4/9] x86/cpu: Remove get_this_hybrid_cpu_type()
` [PATCH PATCH v2 5/9] x86/cpu: Name CPU matching macro more generically (and shorten)
` [PATCH PATCH v2 6/9] x86/cpu: Add cpu_type to struct x86_cpu_id
` [PATCH PATCH v2 7/9] x86/cpu: Update x86_match_cpu() to also use cpu-type

[RFC PATCH v14 0/8] TPEBS counting mode support
 2024-06-27 20:32 UTC  (7+ messages)
` [RFC PATCH v14 6/8] perf stat: Add command line option for enabling tpebs recording

[PATCH 1/2] perf stat: Use field separator in the metric header
 2024-06-27 20:03 UTC  (2+ messages)
` [PATCH 2/2] perf stat: Fix a segfault with --per-cluster --metric-only

[PATCH] perf report: Display pregress bar on redirected pipe data
 2024-06-27 19:41 UTC  (2+ messages)

[PATCH v3 4/4] x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET
 2024-06-27 18:39 UTC  (3+ messages)
` [PATCH v3B "

[PATCH v2] perf test stat_bpf_counter.sh: Stabilize the test results
 2024-06-27 18:21 UTC  (3+ messages)

[PATCH v5 0/8] Refactor perf python module build
 2024-06-27 18:20 UTC  (10+ messages)
` [PATCH v5 1/8] perf build: Add '*.a' to clean targets
` [PATCH v5 2/8] perf ui: Make ui its own library
` [PATCH v5 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v5 4/8] perf test: Make tests its own library
` [PATCH v5 5/8] perf bench: Make bench "
` [PATCH v5 6/8] perf util: Make util "
` [PATCH v5 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v5 8/8] perf python: Clean up build dependencies

Linux Perf Tool Office Hours
 2024-06-27 17:48 UTC  (6+ messages)

[PATCH 1/2] perf build: conditionally add feature check flags for libtrace{event,fs}
 2024-06-27 17:26 UTC  (3+ messages)
` [PATCH 2/2] perf build: warn if libtracefs is not found

[PATCH] Perf: Calling available function for stats printing
 2024-06-27 17:17 UTC  (2+ messages)

[PATCH 0/9] Add CPU-type to topology
 2024-06-27 16:54 UTC  (16+ messages)

[PATCH v3 0/4] x86/cpufeatures: Automatically generate required and disabled feature masks
 2024-06-27 16:51 UTC  (7+ messages)
` [PATCH v3 2/4] x86/cpufeatures: Generate a feature mask header based on build config
` [PATCH v3 4/4] x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET

[PATCH] perf topdown: Correct leader selection with sample_read enabled
 2024-06-27 15:11 UTC  (2+ messages)

[PATCH v3 00/10] Add per-core RAPL energy counter support for AMD CPUs
 2024-06-27 11:13 UTC  (11+ messages)
` [PATCH v3 01/10] x86/topology: Introduce topology_logical_core_id()
` [PATCH v3 02/10] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
` [PATCH v3 10/10] perf/x86/rapl: Add per-core energy counter support "

[PATCH v2 00/12] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-06-27 11:05 UTC  (18+ messages)
` [PATCH v2 01/12] perf: arm_pmuv3: Avoid assigning fixed cycle counter with threshold
` [PATCH v2 02/12] perf: arm_pmuv3: Drop unnecessary IS_ENABLED(CONFIG_ARM64) check
` [PATCH v2 03/12] perf/arm: Move 32-bit PMU drivers to drivers/perf/
` [PATCH v2 04/12] perf: arm_v6/7_pmu: Drop non-DT probe support
` [PATCH v2 05/12] perf: arm_pmuv3: Include asm/arm_pmuv3.h from linux/perf/arm_pmuv3.h
` [PATCH v2 06/12] perf: arm_pmu: Remove event index to counter remapping
` [PATCH v2 07/12] perf: arm_pmuv3: Prepare for more than 32 counters
` [PATCH v2 08/12] KVM: arm64: pmu: Use arm_pmuv3.h register accessors
` [PATCH v2 09/12] KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL access
` [PATCH v2 10/12] arm64: perf/kvm: Use a common PMU cycle counter define
` [PATCH v2 11/12] KVM: arm64: Refine PMU defines for number of counters
` [PATCH v2 12/12] perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counter

[PATCH v11 0/4] Introduce perf check subcommand
 2024-06-27 10:06 UTC  (5+ messages)
` [PATCH v11 1/4] perf check: introduce "
` [PATCH v11 2/4] perf version: update --build-options to use 'supported_features' array
` [PATCH v11 3/4] perf tests task_analyzer: use perf check for libtraceevent support
` [PATCH v11 4/4] tools/perf/tests: Update probe_vfs_getname.sh script to use perf check feature

[PATCH v10 0/4] Introduce perf check subcommand
 2024-06-27 10:05 UTC  (7+ messages)
` [PATCH v10 1/4] perf check: introduce "
` [PATCH v10 2/4] perf version: update --build-options to use 'supported_features' array
` [PATCH v10 3/4] perf tests task_analyzer: use perf check for libtraceevent support
` [PATCH v10 4/4] tools/perf/tests: Update probe_vfs_getname.sh script to use perf check feature

[V4 00/16] Add data type profiling support for powerpc
 2024-06-27  9:28 UTC  (13+ messages)
` [V4 03/16] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [V4 05/16] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc

[PATCH 0/2] ARM: 9259/1: stacktrace: Add USER_STACKTRACE support
 2024-06-27  7:14 UTC  (4+ messages)
` [PATCH 1/2] ARM: 9258/1: Fix callchain_trace() return value

[PATCH v2 0/2] perf pmu: Event parsing and listing fixes
 2024-06-26 22:22 UTC  (4+ messages)
` [PATCH v2 1/2] perf pmu: Restore full PMU name wildcard support
` [PATCH v2 2/2] perf pmu: Don't de-duplicate core PMUs

[PATCH v2 00/27] Constify tool pointers
 2024-06-26 20:36 UTC  (28+ messages)
` [PATCH v2 01/27] perf auxevent: Zero size dummy tool
` [PATCH v2 02/27] perf cs-etm: Fix address sanitizer dso build failure
` [PATCH v2 03/27] perf tool: Constify tool pointers
` [PATCH v2 04/27] perf tool: Move fill defaults into tool.c
` [PATCH v2 05/27] perf tool: Add perf_tool__init
` [PATCH v2 06/27] perf kmem: Use perf_tool__init
` [PATCH v2 07/27] perf buildid-list: "
` [PATCH v2 08/27] perf kvm: "
` [PATCH v2 09/27] perf lock: "
` [PATCH v2 10/27] perf evlist: "
` [PATCH v2 11/27] perf record: "
` [PATCH v2 12/27] perf c2c: "
` [PATCH v2 13/27] perf script: "
` [PATCH v2 14/27] perf inject: "
` [PATCH v2 15/27] perf report: "
` [PATCH v2 16/27] perf stat: "
` [PATCH v2 17/27] perf annotate: "
` [PATCH v2 18/27] perf sched: "
` [PATCH v2 19/27] perf mem: "
` [PATCH v2 20/27] perf timechart: "
` [PATCH v2 21/27] perf diff: "
` [PATCH v2 22/27] perf data convert json: "
` [PATCH v2 23/27] perf data convert ctf: "
` [PATCH v2 24/27] perf test event_update: Ensure tools is initialized
` [PATCH v2 25/27] perf kwork: Use perf_tool__init
` [PATCH v2 26/27] perf tool: Remove perf_tool__fill_defaults
` [PATCH v2 27/27] perf session: Constify tool

[PATCH v1 00/26] Constify tool pointers
 2024-06-26 17:54 UTC  (29+ messages)
` [PATCH v1 01/26] perf tool: "
` [PATCH v1 02/26] perf tool: Move fill defaults into tool.c
` [PATCH v1 03/26] perf tool: Add perf_tool__init
` [PATCH v1 04/26] perf kmem: Use perf_tool__init
` [PATCH v1 05/26] perf buildid-list: "
` [PATCH v1 06/26] perf kvm: "
` [PATCH v1 07/26] perf lock: "
` [PATCH v1 08/26] perf evlist: "
` [PATCH v1 09/26] perf record: "
` [PATCH v1 10/26] perf c2c: "
` [PATCH v1 11/26] perf script: "
` [PATCH v1 12/26] perf inject: "
` [PATCH v1 13/26] perf report: "
` [PATCH v1 14/26] perf stat: "
` [PATCH v1 15/26] perf annotate: "
` [PATCH v1 16/26] perf sched: "
` [PATCH v1 17/26] perf mem: "
` [PATCH v1 18/26] perf timechart: "
` [PATCH v1 19/26] perf diff: "
` [PATCH v1 20/26] perf data convert json: "
` [PATCH v1 21/26] perf data convert ctf: "
` [PATCH v1 22/26] perf auxevent: Add explicit dummy tool initialization
` [PATCH v1 23/26] perf test event_update: Ensure tools is initialized
` [PATCH v1 24/26] perf kwork: Use perf_tool__init
` [PATCH v1 25/26] perf tool: Remove perf_tool__fill_defaults
` [PATCH v1 26/26] perf session: Constify tool

[PATCH] perf unwind-libunwind: Add malloc() failure handling
 2024-06-26 15:47 UTC  (3+ messages)

[PATCH] perf/x86/amd: Warn only on new bits set
 2024-06-26 13:57 UTC  (6+ messages)

[PATCH v4 0/5] perf: support specify vdso path in cmdline
 2024-06-26 10:32 UTC  (5+ messages)
` [PATCH v4 1/5] "

[PATCH 0/2] perf pmu: Event parsing and listing fixes
 2024-06-26  9:27 UTC  (7+ messages)
` [PATCH 1/2] perf pmu: Restore full PMU name wildcard support

[PATCH v5 0/3] Introduce --task-name and --fuzzy-name options in perf sched map
 2024-06-26  9:15 UTC  (4+ messages)
` [PATCH v5 1/3] perf sched map: Add task-name option to filter the output map
` [PATCH v5 2/3] perf sched map: Add support for multiple task names using CSV
` [PATCH v5 3/3] perf sched map: Add --fuzzy-name option for fuzzy matching in task names

[PATCH 1/2] perf script: Fix perf script -F +metric
 2024-06-26  9:09 UTC  (2+ messages)

[PATCH] perf parse-events: Back to support for parsing of field "-"
 2024-06-26  8:12 UTC 

[PATCH] perf/x86/amd/uncore: Fix DF and UMC domain identification
 2024-06-26  7:49 UTC 

[PATCH] perf/x86/amd/uncore: Avoid PMU registration if counters are unavailable
 2024-06-26  7:44 UTC 

[PATCH V4 1/3] tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
 2024-06-26  5:04 UTC  (9+ messages)
` [PATCH V4 2/3] tools/perf: Use is_perf_pid_map_name helper function to check dso's of pattern /tmp/perf-%d.map

[PATCH 0/4] perf tools: Assorted random updates and fixes
 2024-06-26  4:02 UTC  (2+ messages)

[PATCH] perf pmus: Fixes always false when compare duplicates aliases
 2024-06-26  4:01 UTC  (2+ messages)

[PATCH] util: constant -1 with expression of type char
 2024-06-26  4:00 UTC  (2+ messages)

[PATCH v2] perf: Timehist account sch delay for scheduled out running
 2024-06-26  3:59 UTC  (2+ messages)

[PATCH 00/10] perf intel pt: Update instruction decoder for APX and other new instructions
 2024-06-26  3:59 UTC  (2+ messages)
` (subset) "

[PATCH V3 00/10] perf tools: Fix test "perf probe of function from different CU"
 2024-06-26  3:57 UTC  (6+ messages)
` [PATCH V3 10/10] perf test: Check output of the probe ... --funcs command

[PATCH] perf test: Make test_arm_callgraph_fp.sh more robust
 2024-06-26  3:53 UTC  (2+ messages)

[PATCH v4 0/7] Refactor perf python module build
 2024-06-25 18:42 UTC  (8+ messages)
` [PATCH v4 1/7] perf build: Add '*.a' to clean targets
` [PATCH v4 2/7] perf ui: Make ui its own library
` [PATCH v4 3/7] perf pmu-events: Make pmu-events a library
` [PATCH v4 4/7] perf test: Make tests its own library
` [PATCH v4 5/7] perf bench: Make bench "
` [PATCH v4 6/7] perf util: Make util "
` [PATCH v4 7/7] perf python: Switch module to linking libraries from building source

[PATCH v2 0/6] perf: build: Fix cross compilation
 2024-06-25 18:16 UTC  (9+ messages)
` [PATCH v2 1/6] perf: build: Setup PKG_CONFIG_LIBDIR for "
` [PATCH v2 3/6] perf: build: Only link libebl.a for old libdw
` [PATCH v2 6/6] perf docs: Document cross compilation

[PATCH v3 0/8] Refactor perf python module build
 2024-06-25 18:14 UTC  (6+ messages)
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source

[PATCH v1 0/2] perf mem: Support multiple Arm SPE PMUs
 2024-06-25 16:49 UTC  (4+ messages)
` [PATCH v1 1/2] perf arm-spe: "

[PATCH V3 1/3] tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
 2024-06-25 16:41 UTC  (3+ messages)

[PATCH v4 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-06-25 15:00 UTC  (3+ messages)
` [PATCH v4 15/17] coresight: Remove pending trace ID release mechanism


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