messages from 2023-02-25 05:47:40 to 2023-03-05 10:21:29 UTC [more...]
[PATCH] perf/core: introduced stub APIs for exported APIs
2023-03-05 10:20 UTC (6+ messages)
[PATCH v2 00/10] Better fixes for grouping of events
2023-03-05 8:32 UTC (23+ messages)
` [PATCH v2 01/10] libperf evlist: Avoid a use of evsel idx
` [PATCH v2 02/10] perf stat: Don't remove all grouped events when CPU maps disagree
` [PATCH v2 03/10] perf record: Early auxtrace initialization before event parsing
` [PATCH v2 04/10] perf stat: Modify the group test
` [PATCH v2 05/10] perf evsel: Allow const evsel for certain accesses
` [PATCH v2 06/10] perf evsel: Add function to compute pmu_name
` [PATCH v2 07/10] perf parse-events: Pass ownership of the group name
` [PATCH v2 08/10] perf parse-events: Sort and group parsed events
` [PATCH v2 09/10] perf evsel: Remove use_uncore_alias
` [PATCH v2 10/10] perf evlist: Remove nr_groups
[PATCH 0/4] CXL 3.0 Performance Monitoring Unit support
2023-03-04 8:22 UTC (11+ messages)
` [PATCH 1/4] cxl: Add function to count regblocks of a given type
` [PATCH 2/4] cxl/pci: Find and register CXL PMU devices
` [PATCH 3/4] cxl: CXL Performance Monitoring Unit driver
` [PATCH 4/4] docs: perf: Minimal introduction the the CXL PMU device and driver
[PATCH] perf sched: Fix sched latency analysis incorrect
2023-03-04 2:14 UTC
[PATCH v1 1/2] perf tests stat+csv_output: Switch CSV separator to @
2023-03-04 2:05 UTC (6+ messages)
[PATCH] perf top: Fix rare segfault in thread__comm_len()
2023-03-04 2:00 UTC (2+ messages)
[PATCH 1/2] replace 2&>1 by 2>&1
2023-03-03 19:30 UTC
[PATCH 0/2] perf/ibs: Fix interface via core pmu events
2023-03-03 5:55 UTC (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] perf test: Add selftest to test IBS invocation "
GSoC: perf Linux Profiling Scalability and speed
2023-03-03 0:29 UTC
[PATCH v2 0/3] perf : fix counting when initial delay configured
2023-03-02 20:40 UTC (6+ messages)
` [PATCH v2 1/3] perf stat: "
` [PATCH v2 2/3] perf record: reuse target::initial_delay
` [PATCH v2 3/3] perf: ftrace: "
[PATCH v1 00/10] Better fixes for grouping of events
2023-03-02 20:28 UTC (27+ messages)
` [PATCH v1 01/10] libperf evlist: Avoid a use of evsel idx
` [PATCH v1 02/10] perf stat: Don't remove all grouped events when CPU maps disagree
` [PATCH v1 03/10] perf record: Early auxtrace initialization before event parsing
` [PATCH v1 04/10] perf stat: Modify the group test
` [PATCH v1 05/10] perf evsel: Limit in group test to CPUs
` [PATCH v1 06/10] perf evsel: Allow const evsel for certain accesses
` [PATCH v1 07/10] perf evsel: Add function to compute pmu_name
` [PATCH v1 08/10] perf parse-events: Pass ownership of the group name
` [PATCH v1 09/10] perf parse-events: Sort and group parsed events
` [PATCH v1 10/10] perf evsel: Remove use_uncore_alias
[RFC PATCH v2 0/2] Enable Core RAPL for AMD
2023-03-02 19:45 UTC (5+ messages)
` [RFC PATCH v2 1/2] perf/x86/rapl: Fix energy-cores event
` [RFC PATCH v2 2/2] perf/x86/rapl: Enable Core RAPL for AMD
[RFC v2 bpf-next 0/9] mm/bpf/perf: Store build id in inode object
2023-03-02 8:41 UTC (16+ messages)
` [PATCH RFC v2 bpf-next 1/9] mm: "
` [PATCH RFC v2 bpf-next 2/9] bpf: Use file's inode object build id in stackmap
` [PATCH RFC v2 bpf-next 3/9] perf: Use file object build id in perf_event_mmap_event
` [PATCH RFC v2 bpf-next 4/9] libbpf: Allow to resolve binary path in current directory
` [PATCH RFC v2 bpf-next 5/9] selftests/bpf: Add read_buildid function
` [PATCH RFC v2 bpf-next 6/9] selftests/bpf: Add err.h header
` [PATCH RFC v2 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
` [PATCH RFC v2 bpf-next 8/9] selftests/bpf: Add inode_build_id test
` [PATCH RFC v2 bpf-next 9/9] selftests/bpf: Add iter_task_vma_buildid test
[PATCH v3 00/14] perf kvm: Support histograms and TUI mode
2023-03-02 6:44 UTC (19+ messages)
` [PATCH v3 01/14] perf kvm: Refactor overall statistics
` [PATCH v3 02/14] perf kvm: Add pointer to 'perf_kvm_stat' in kvm event
` [PATCH v3 03/14] perf kvm: Move up metrics helpers
` [PATCH v3 04/14] perf kvm: Use subtraction for comparison metrics
` [PATCH v3 05/14] perf kvm: Introduce histograms data structures
` [PATCH v3 06/14] perf kvm: Pass argument 'sample' to kvm_alloc_init_event()
` [PATCH v3 07/14] perf kvm: Parse address location for samples
` [PATCH v3 08/14] perf kvm: Add dimensions for KVM event statistics
` [PATCH v3 09/14] perf kvm: Use histograms list to replace cached list
` [PATCH v3 10/14] perf kvm: Polish sorting key
` [PATCH v3 11/14] perf kvm: Support printing attributions for dimensions
` [PATCH v3 12/14] perf kvm: Add dimensions for percentages
` [PATCH v3 13/14] perf kvm: Add TUI mode for stat report
` [PATCH v3 14/14] perf kvm: Update documentation to reflect new changes
[PATCH] perf/x86/rapl: Enable Core RAPL for AMD
2023-03-01 18:32 UTC (10+ messages)
[PATCH] perf record: Fix "read LOST count failed" msg with sample read
2023-03-01 17:27 UTC (2+ messages)
[linus:master] [mm/mmap] 0503ea8f5b: kernel_BUG_at_mm/filemap.c
2023-03-01 7:31 UTC (3+ messages)
[PATCH v1 00/51] shadow metric clean up and improvements
2023-02-28 14:15 UTC (14+ messages)
` [PATCH v1 01/51] perf tools: Ensure evsel name is initialized
` [PATCH v1 39/51] perf stat: Add TopdownL1 metric as a default if present
` [PATCH v1 50/51] perf stat: Use counts rather than saved_value
[PATCH 00/20] MODULE_LICENSE removals, fifth tranche
2023-02-28 13:47 UTC (3+ messages)
` [PATCH 01/20] perf/hw_breakpoint: remove MODULE_LICENSE in non-modules
[PATCH v2 00/14] perf kvm: Support histograms and TUI mode
2023-02-28 11:35 UTC (17+ messages)
` [PATCH v2 01/14] perf kvm: Refactor overall statistics
` [PATCH v2 02/14] perf kvm: Add pointer to 'perf_kvm_stat' in kvm event
` [PATCH v2 03/14] perf kvm: Move up metrics helpers
` [PATCH v2 04/14] perf kvm: Use subtraction for comparison metrics
` [PATCH v2 05/14] perf kvm: Introduce histograms data structures
` [PATCH v2 06/14] perf kvm: Pass argument 'sample' to kvm_alloc_init_event()
` [PATCH v2 07/14] perf kvm: Parse address location for samples
` [PATCH v2 08/14] perf kvm: Add dimensions for KVM event statistics
` [PATCH v2 09/14] perf kvm: Use histograms list to replace cached list
` [PATCH v2 10/14] perf kvm: Polish sorting key
` [PATCH v2 11/14] perf kvm: Support printing attributions for dimensions
` [PATCH v2 12/14] perf kvm: Add dimensions for percentages
` [PATCH v2 13/14] perf kvm: Add TUI mode for stat report
` [PATCH v2 14/14] perf kvm: Update documentation to reflect new changes
[PATCH v1 00/14] perf kvm: Support histograms and TUI mode
2023-02-28 8:51 UTC (17+ messages)
` [PATCH v1 01/14] perf kvm: Refactor overall statistics
` [PATCH v1 02/14] perf kvm: Add pointer to 'perf_kvm_stat' in kvm event
` [PATCH v1 03/14] perf kvm: Move up metrics helpers
` [PATCH v1 04/14] perf kvm: Use subtraction for comparison metrics
` [PATCH v1 05/14] perf kvm: Introduce histograms data structures
` [PATCH v1 06/14] perf kvm: Pass argument 'sample' to kvm_alloc_init_event()
` [PATCH v1 07/14] perf kvm: Parse address location for samples
` [PATCH v1 08/14] perf kvm: Add dimensions for KVM event statistics
` [PATCH v1 09/14] perf kvm: Use histograms list to replace cached list
` [PATCH v1 10/14] perf kvm: Polish sorting key
` [PATCH v1 11/14] perf kvm: Support printing attributions for dimensions
` [PATCH v1 12/14] perf kvm: Add dimensions for percentages
` [PATCH v1 13/14] perf kvm: Add TUI mode for stat report
` [PATCH v1 14/14] perf kvm: Update documentation to reflect new changes
[PATCH v1 0/3] Update Alderlake and IcelakeX events
2023-02-27 21:42 UTC (2+ messages)
[PATCH] perf/x86/core: Remove repeating test expression
2023-02-27 16:20 UTC (3+ messages)
[GIT PULL] Qualcomm driver updates for v6.3
2023-02-27 12:43 UTC (5+ messages)
[PATCH v7 00/15] coresight: Add new API to allocate trace source ID values
2023-02-27 10:26 UTC (6+ messages)
` v4: "
[RFC PATCH v1 0/4] HiSilicon Performance Monitor Control Unit
2023-02-27 8:49 UTC (2+ messages)
[PATCH RESEND v3] perf/core: Fix hardlockup failure caused by perf throttle
2023-02-27 2:35 UTC
[PATCH v2 0/3] perf/x86: Use sysfs_emit() in show() callback function
2023-02-26 17:36 UTC (5+ messages)
` [PATCH v2 1/3] perf/x86/core: "
[PATCH v3 0/3] perf/x86: Use sysfs_emit() in show() callback function
2023-02-26 17:31 UTC (4+ messages)
` [PATCH v3 1/3] perf/x86/core: "
` [PATCH v3 2/3] perf/x86/intel/pt: "
` [PATCH v3 3/3] perf/x86/intel: "
[PATCH AUTOSEL 6.1 21/21] perf/x86/intel/uncore: Add Meteor Lake support
2023-02-26 3:42 UTC
[PATCH AUTOSEL 6.2 21/21] perf/x86/intel/uncore: Add Meteor Lake support
2023-02-26 3:41 UTC
Perf event to counter mapping question
2023-02-25 16:42 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).