messages from 2023-02-19 06:13:50 to 2023-02-28 12:07:17 UTC [more...]
[PATCH v1 00/51] shadow metric clean up and improvements
2023-02-28 12:06 UTC (49+ messages)
` [PATCH v1 01/51] perf tools: Ensure evsel name is initialized
` [PATCH v1 02/51] perf metrics: Improve variable names
` [PATCH v1 03/51] perf pmu-events: Remove aggr_mode from pmu_event
` [PATCH v1 04/51] perf pmu-events: Change aggr_mode to be an enum
` [PATCH v1 05/51] perf pmu-events: Change deprecated to be a bool
` [PATCH v1 06/51] perf pmu-events: Change perpkg "
` [PATCH v1 07/51] perf expr: Make the online topology accessible globally
` [PATCH v1 08/51] perf pmu-events: Make the metric_constraint an enum
` [PATCH v1 09/51] perf pmu-events: Don't '\0' terminate enum values
` [PATCH v1 11/51] perf vendor events intel: Refresh alderlake-n metrics
` [PATCH v1 16/51] perf vendor events intel: Add graniterapids events
` [PATCH v1 24/51] perf vendor events intel: Refresh knightslanding events
` [PATCH v1 25/51] perf vendor events intel: Refresh sandybridge events
` [PATCH v1 27/51] perf vendor events intel: Refresh silvermont events
` [PATCH v1 31/51] perf vendor events intel: Refresh westmereep-dp events
` [PATCH v1 32/51] perf jevents: Add rand support to metrics
` [PATCH v1 33/51] perf jevent: Parse metric thresholds
` [PATCH v1 34/51] perf pmu-events: Test parsing metric thresholds with the fake PMU
` [PATCH v1 35/51] perf list: Support for printing metric thresholds
` [PATCH v1 36/51] perf metric: Compute and print threshold values
` [PATCH v1 37/51] perf expr: More explicit NAN handling
` [PATCH v1 38/51] perf metric: Add --metric-no-threshold option
` [PATCH v1 39/51] perf stat: Add TopdownL1 metric as a default if present
` [PATCH v1 40/51] perf stat: Implement --topdown using json metrics
` [PATCH v1 41/51] perf stat: Remove topdown event special handling
` [PATCH v1 42/51] perf doc: Refresh topdown documentation
` [PATCH v1 43/51] perf stat: Remove hard coded transaction events
` [PATCH v1 44/51] perf stat: Use metrics for --smi-cost
` [PATCH v1 45/51] perf stat: Remove perf_stat_evsel_id
` [PATCH v1 46/51] perf stat: Move enums from header
` [PATCH v1 47/51] perf stat: Hide runtime_stat
` [PATCH v1 48/51] perf stat: Add cpu_aggr_map for loop
` [PATCH v1 49/51] perf metric: Directly use counts rather than saved_value
` [PATCH v1 50/51] perf stat: Use "
` [PATCH v1 51/51] perf stat: Remove saved_value/runtime_stat
[PATCH v3 00/14] perf kvm: Support histograms and TUI mode
2023-02-28 11:51 UTC (15+ 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 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
[RFC v2 bpf-next 0/9] mm/bpf/perf: Store build id in inode object
2023-02-28 9:32 UTC (10+ 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 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 (5+ messages)
` [PATCH v1 1/3] perf vendor events intel: Update alderlake to v1.19
` [PATCH v1 2/3] perf vendor events intel: Update alderlaken "
` [PATCH v1 3/3] perf vendor events intel: Update icelakex "
[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)
[linus:master] [mm/mmap] 0503ea8f5b: kernel_BUG_at_mm/filemap.c
2023-02-27 3:52 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 (7+ messages)
` [PATCH v2 1/3] perf/x86/core: "
` [PATCH v2 2/3] perf/x86/intel/pt: "
` [PATCH v2 3/3] perf/x86/intel: "
[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 (7+ messages)
[PATCH] perf: fix counting when initial delay configured
2023-02-24 23:36 UTC (5+ messages)
perf record is crashing on system with bpf progs are running
2023-02-24 3:45 UTC (2+ messages)
[RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v2)
2023-02-23 21:49 UTC (18+ messages)
` [PATCH 2/8] perf bpf filter: Implement event sample filtering
` [PATCH 3/8] perf record: Add BPF event filter support
` [PATCH 4/8] perf record: Record dropped sample count
` [PATCH 5/8] perf bpf filter: Add 'pid' sample data support
` [PATCH 6/8] perf bpf filter: Add more weight "
` [PATCH 7/8] perf bpf filter: Add data_src "
` [PATCH 8/8] perf bpf filter: Add logical OR operator
[PATCH v5 0/2] perf tool: 'config3' attribute support
2023-02-23 14:23 UTC (3+ messages)
` [PATCH v5 1/2] perf tools: Sync perf_event_attr::config3 addition
[PATCH v1 1/2] perf tests stat+csv_output: Switch CSV separator to @
2023-02-23 13:32 UTC (3+ messages)
` [PATCH v1 2/2] perf test: Avoid counting commas in json linter
[PATCH] perf inject: Fix --buildid-all not to eat up MMAP2
2023-02-23 13:31 UTC (2+ messages)
Google Summer-of-Code 2023
2023-02-23 3:58 UTC (4+ messages)
[RFC PATCH v4] x86/kdump: terminate watchdog NMI interrupt to avoid kdump crashes
2023-02-23 3:14 UTC (5+ messages)
[RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v3)
2023-02-22 23:01 UTC (9+ messages)
` [PATCH 1/8] perf bpf filter: Introduce basic BPF filter expression
` [PATCH 2/8] perf bpf filter: Implement event sample filtering
` [PATCH 3/8] perf record: Add BPF event filter support
` [PATCH 4/8] perf record: Record dropped sample count
` [PATCH 5/8] perf bpf filter: Add 'pid' sample data support
` [PATCH 6/8] perf bpf filter: Add more weight "
` [PATCH 7/8] perf bpf filter: Add data_src "
` [PATCH 8/8] perf bpf filter: Add logical OR operator
[RFC/PATCHSET 0/7] perf record: Implement BPF sample filter (v1)
2023-02-22 19:42 UTC (5+ messages)
[GIT PULL] perf tools changes for v6.3
2023-02-22 15:36 UTC
[PATCH v2] perf/x86/core: Use sysfs_emit() in show() callback function
2023-02-21 14:12 UTC
[PATCH] perf/x86/rapl: Enable Core RAPL for AMD
2023-02-21 8:50 UTC (6+ messages)
[GIT PULL] perf event updates for v6.3
2023-02-21 1:52 UTC (2+ messages)
[PATCH] perf/util: Symbol lookup can fail if multiple segmets match stext
2023-02-20 17:16 UTC (5+ messages)
` [PATCH v2] perf/util: Symbol lookup with kcore can fail if multiple segments "
[PATCH] perf/x86/amd/core: Use sysfs_emit() in show() callback function
2023-02-20 11:37 UTC (2+ 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 NNTP newsgroup(s).