Linux-perf-users Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-12 13:24:57 to 2022-08-22 11:21:33 UTC [more...]

[PATCH 1/3] tools/build: Fix feature detection output due to eval expansion
 2022-08-22 11:24 UTC  (10+ messages)
` [PATCH 2/3] tools/build: Increment room for feature name in feature detection output
` [PATCH 3/3] tools/build: Display logical OR of a feature flavors

[PATCH] perf tools: Fix compile error for x86
 2022-08-22 10:37 UTC  (2+ messages)

[PATCH] perf: python: Fix build when PYTHON_CONFIG is user supplied
 2022-08-22 10:08 UTC  (4+ messages)

[PATCH v4] perf/core: Fix reentry problem in perf_output_read_group
 2022-08-22  9:42 UTC  (2+ messages)

[PATCH 00/13] perf/x86/amd: Add AMD LbrExtV2 support
 2022-08-22  9:05 UTC  (5+ messages)
` [PATCH 04/13] x86/cpufeatures: Add LbrExtV2 feature bit

[GIT PULL] perf tools fixes for v6.0: 1st batch
 2022-08-20 21:59 UTC  (2+ messages)

[PATCH v2 0/6] Corrections to cpu map event encoding
 2022-08-19 17:28 UTC  (9+ messages)
` [PATCH v2 4/6] perf cpumap: Fix alignment for masks in "

[PATCH 0/4] perf tools: Support reading PERF_FORMAT_LOST (v3)
 2022-08-19 17:25 UTC  (9+ messages)
` [PATCH 1/4] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH 2/4] tools lib perf: Handle read format in perf_evsel__read()
` [PATCH 3/4] tools lib perf: Add a test case for read formats
` [PATCH 4/4] perf tools: Support reading PERF_FORMAT_LOST
    ` [PATCH v3.1] "

[PATCH] kernel: move from strlcpy with unused retval to strscpy
 2022-08-19 16:23 UTC  (4+ messages)

[PATCH] perf scripts python: Let script to be python2 compliant
 2022-08-19 13:56 UTC  (14+ messages)

[PATCH v1 0/6] Mutex wrapper, locking and memory leak fixes
 2022-08-19  6:42 UTC  (19+ messages)
` [PATCH v1 1/6] perf mutex: Wrapped usage of mutex and cond
` [PATCH v1 2/6] perf mutex: Update use of pthread mutex/cond
` [PATCH v1 3/6] perf dso: Hold lock when accessing nsinfo
` [PATCH v1 4/6] perf mutex: Add thread safety annotations
` [PATCH v1 5/6] perf mutex: Fix thread safety analysis
` [PATCH v1 6/6] perf build: Enable -Wthread-safety with clang

[PATCH] perf tool: add skip_not_exec_file_map_events option
 2022-08-19  3:18 UTC  (5+ messages)

[PATCH 0/4] perf tools: Support reading PERF_FORMAT_LOST (v2)
 2022-08-18 16:59 UTC  (8+ messages)
` [PATCH 1/4] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH 2/4] tools lib perf: Handle read format in perf_evsel__read()
` [PATCH 3/4] tools lib perf: Add a test case for read formats
` [PATCH 4/4] perf tools: Support reading PERF_FORMAT_LOST

perf tools man pages on the web
 2022-08-18 16:30 UTC  (11+ messages)

[PATCH] perf tools: Improve hybrid description in perf record manpage
 2022-08-18 10:01 UTC 

[PATCH v3 0/4] ARM: Convert to ARCH_STACKWALK
 2022-08-18  9:15 UTC  (2+ messages)

[PATCH v3] perf/core: Fix reentry problem in perf_output_read_group
 2022-08-18  2:23 UTC  (9+ messages)

[PATCH v4] perf: Align user space counter reading with code
 2022-08-17 17:49 UTC 

[PATCH v3 00/14] perf/hw_breakpoint: Optimize for thousands of tasks
 2022-08-17 13:14 UTC  (9+ messages)
` [PATCH v3 10/14] locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()
` [PATCH v3 11/14] perf/hw_breakpoint: Reduce contention with large number of tasks

[PATCH 0/4] perf tools: Support reading PERF_FORMAT_LOST
 2022-08-16 21:54 UTC  (9+ messages)
` [PATCH 1/4] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH 2/4] tools lib perf: Handle read format in perf_evsel__read()
` [PATCH 3/4] tools lib perf: Add a test case for read formats
` [PATCH 4/4] perf tools: Support reading PERF_FORMAT_LOST

[PATCH v4] perf inject: Add a command line option to specify build ids
 2022-08-16 19:54 UTC  (3+ messages)

[PATCH v5 0/4] RISC-V: Create unique identification for SoC PMU
 2022-08-16 19:25 UTC  (7+ messages)
` [PATCH v5] perf arch events: riscv sbi firmware std event files

[PATCH] perf parse-events: Variable type completion
 2022-08-16 17:41 UTC 

[PATCH] perf metrics: Variable type completion
 2022-08-16 17:38 UTC 

[PATCH v12 0/3] Add perf support for HiSilicon PCIe Tune and Trace device
 2022-08-16 12:57 UTC  (4+ messages)
` [PATCH v12 1/3] perf tool: arm: Refactor event list iteration in auxtrace_record__init()
` [PATCH v12 2/3] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v12 3/3] perf tool: Add support for parsing HiSilicon PCIe Trace packet

[PATCH] perf/x86/core: Set pebs_capable and PMU_FL_PEBS_ALL for the Baseline
 2022-08-16 12:04 UTC  (2+ messages)

[PATCH v12 0/5] Add driver support for HiSilicon PCIe Tune and Trace device
 2022-08-16 11:44 UTC  (6+ messages)
` [PATCH v12 1/5] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH v12 2/5] hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and Trace device
` [PATCH v12 3/5] hwtracing: hisi_ptt: Add tune "
` [PATCH v12 4/5] docs: trace: Add HiSilicon PTT device driver documentation
` [PATCH v12 5/5] MAINTAINERS: Add maintainer for HiSilicon PTT driver

[PATCH] LoongArch: Add perf events support
 2022-08-16 10:24 UTC  (6+ messages)

Cannot print 'uregs' field with perf script -F uregs
 2022-08-16  5:34 UTC 

[PATCH 0/4] tools perf: Add branch speculation info
 2022-08-16  5:10 UTC  (7+ messages)
` [PATCH 2/4] tools headers x86: Sync msr-index.h with kernel sources

[PATCH v3 00/13] coresight: Add new API to allocate trace source ID values
 2022-08-15 19:04 UTC  (3+ messages)

[PATCH v6 0/3] RISC-V: Create unique identification for SoC PMU
 2022-08-15 13:22 UTC  (4+ messages)
` [PATCH v6 1/3] perf tools riscv: Add support for get_cpuid_str function
` [PATCH v6 2/3] perf arch events: riscv sbi firmware std event files
` [PATCH v6 3/3] perf vendor events riscv: add Sifive U74 JSON file

[PATCH v7 00/14] perf: test: Add trace data quality tests for CoreSight
 2022-08-15  8:02 UTC  (12+ messages)

Cannot print 'uregs' field with perf script -F uregs
 2022-08-15  7:14 UTC  (2+ messages)

[GIT PULL] perf tools changes for v5.20: 2nd batch
 2022-08-13 23:46 UTC 

[PATCH 00/11] Add generated latest Intel events and metrics
 2022-08-13 18:08 UTC  (3+ messages)

[PATCH v5 00/14] Compress the pmu_event tables
 2022-08-13 18:03 UTC  (16+ messages)
` [PATCH v5 01/14] perf jevent: Add an 'all' architecture argument
` [PATCH v5 02/14] perf jevents: Remove the type/version variables
` [PATCH v5 03/14] perf jevents: Provide path to json file on error
` [PATCH v5 04/14] perf jevents: Sort json files entries
` [PATCH v5 05/14] perf pmu-events: Hide pmu_sys_event_tables
` [PATCH v5 06/14] perf pmu-events: Avoid passing pmu_events_map
` [PATCH v5 07/14] perf pmu-events: Hide pmu_events_map
` [PATCH v5 08/14] perf test: Use full metric resolution
` [PATCH v5 09/14] perf pmu-events: Move test events/metrics to json
` [PATCH v5 10/14] perf pmu-events: Don't assume pmu_event is an array
` [PATCH v5 11/14] perf pmu-events: Hide the pmu_events
` [PATCH v5 12/14] perf metrics: Copy entire pmu_event in find metric
` [PATCH v5 13/14] perf jevents: Compress the pmu_events_table
` [PATCH v5 14/14] perf jevents: Fold strings optimization

[PATCH v3 05/13] coresight: etm3x: Update ETM3 driver to use Trace ID API
 2022-08-13 13:48 UTC  (3+ messages)

[PATCH 0/2] perf test: Add test for java symbol
 2022-08-13  3:08 UTC  (4+ messages)
` [PATCH 2/2] perf test: Introduce script for java symbol testing

[PATCH -next] perf stat: Remove duplicated include in builtin-stat.c
 2022-08-12 19:52 UTC  (3+ messages)

[PATCH] perf scripting python: Delete repeated word in comments
 2022-08-12 19:45 UTC  (2+ messages)

[PATCH] perf trace: Fix typo in comments
 2022-08-12 19:45 UTC  (2+ messages)

[PATCH] perf script: Delete repeated word "from"
 2022-08-12 19:44 UTC  (2+ messages)

[PATCH] perf test: Fix typo in comments
 2022-08-12 19:44 UTC  (2+ messages)

[PATCH v5 00/17] perf c2c: Support data source and display for Arm64
 2022-08-12 15:20 UTC  (5+ messages)

[RFC PATCH 0/4] CXL 3.0 Performance Monitoring Unit support
 2022-08-12 15:12 UTC  (5+ messages)
` [RFC PATCH 1/4] cxl: Add function to count regblocks of a given type
` [RFC PATCH 2/4] cxl/pci: Find and register CXL PMU devices
` [RFC PATCH 3/4] cxl: CXL Performance Monitoring Unit driver
` [RFC PATCH 4/4] docs: perf: Minimal introduction the the CXL PMU device and driver

[PATCH] perf record: improve error message of -p not_existing_pid
 2022-08-12 13:27 UTC  (2+ messages)

[PATCH] perf: fix coding style in build-id.c
 2022-08-12 13:24 UTC  (3+ messages)
` [PATCH] perf: Print debuginfod queries if -v option is used


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 read-only IMAP folder(s) and NNTP newsgroup(s).