messages from 2023-07-17 10:27:46 to 2023-07-24 15:24:58 UTC [more...]
[PATCH v1 0/3] Parse event sort/regroup fixes
2023-07-24 15:24 UTC (6+ messages)
` [PATCH v1 1/3] perf parse-events: Extra care around force grouped events
` [PATCH v1 2/3] perf parse-events: When fixing group leaders always set the leader
` [PATCH v1 3/3] perf parse-events: Only move force grouped evsels when sorting
[PATCH v3] perf/core: Bail out early if the request AUX area is out of bound
2023-07-24 15:21 UTC (2+ messages)
[PATCH 0/4] arm_pmu: Add PERF_PMU_CAP_EXTENDED_HW_TYPE capability
2023-07-24 13:46 UTC (7+ messages)
` [PATCH 1/4] "
[PATCH v2 0/4] arm_pmu: Add PERF_PMU_CAP_EXTENDED_HW_TYPE capability
2023-07-24 13:44 UTC (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] perf/x86: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capability
` [PATCH v2 3/4] arm_pmu: "
` [PATCH v2 4/4] perf: "
[PATCH v1 0/3] arm64: Support Cortex-X4 CPU for Perf Arm SPE
2023-07-24 11:30 UTC (9+ messages)
` [PATCH v1 1/3] arm64: Add Cortex-X4 CPU part definitions
` [PATCH v1 3/3] perf arm-spe: Support data source for Cortex-X4 CPU
[PATCH v3 0/3] perf: add new option '--workload-attr' to set workload sched_policy/priority/mask
2023-07-24 9:34 UTC (8+ messages)
` [PATCH v3 1/3] perf cpumap: Add __perf_cpu_map__new and perf_cpu_map__2_cpuset
` [PATCH v3 2/3] perf: add new option '--workload-attr' to set workload sched_policy/priority/mask
` [PATCH v3 3/3] perf: replace taskset with --workload-attr option
[PATCH] perf arm64: Fix read PMU cpu slots
2023-07-24 7:40 UTC (2+ messages)
[PATCH] perf: add new option '--workload-attr' to set workload sched_policy/priority/mask
2023-07-24 3:50 UTC (5+ messages)
[PATCH v4 0/4] Add metric for Arm CMN
2023-07-23 8:21 UTC (5+ messages)
` [PATCH v4 1/4] perf metric: Event "Compat" value supports matching multiple identifiers
` [PATCH v4 2/4] perf jevents: Support more event fields
` [PATCH v4 3/4] perf vendor events: Add alias for Arm CMN PMU events
` [PATCH v4 4/4] perf vendor events: Add metrics for Arm CMN
[PATCH v3 0/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
2023-07-22 9:32 UTC (8+ messages)
` [PATCH v3 1/7] perf evlist: Add perf_evlist__go_system_wide() helper
` [PATCH v3 2/7] perf evlist: Add evlist__findnew_tracking_event() helper
` [PATCH v3 3/7] perf record: Move setting dummy tracking before record__init_thread_masks()
` [PATCH v3 4/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
` [PATCH v3 5/7] perf test: Update base-record & system-wide-dummy attr expected values for test-record-C0
` [PATCH v3 6/7] perf test: Add test case for record sideband events
` [PATCH v3 7/7] perf test: Add perf_event_attr test for record selected CPUs exclude_user
[PATCH v5 8/8] perf test: Add support for testing perf gecko script
2023-07-21 18:30 UTC
[PATCH v5 0/8] Add support for Firefox's gecko profile format
2023-07-21 17:57 UTC (8+ messages)
` [PATCH v5 1/8] perf scripts python: Add initial script file with usage information
` [PATCH v5 2/8] perf scripts python: Extact necessary information from process event
` [PATCH v5 3/8] perf scripts python: Add classes and conversion functions
` [PATCH v5 4/8] perf scripts python: Add trace end processing and PRODUCT and CATEGORIES information
` [PATCH v5 5/8] perf scripts python: Implement add sample function and thread processing
` [PATCH v5 6/8] "
` [PATCH v5 7/8] perf scripts python: Add command execution for perf gecko script
[PATCHES/RFC 1/5] perf bench uprobe + BPF skel
2023-07-21 14:48 UTC (12+ messages)
` [PATCH 1/5] perf bench uprobe: Add benchmark to test uprobe overhead
` [PATCH 2/5] perf bench uprobe: Print diff to baseline
` [PATCH 3/5] perf bench uprobe: Show diff to previous
` [PATCH 4/5] perf bench uprobe empty: Add entry attaching an empty BPF program
` [PATCH 5/5] perf bench uprobe trace_printk: Add entry attaching an BPF program that does a trace_printk
[PATCH -next] perf/core: Rename perf_proc_update_handler for readability
2023-07-21 9:06 UTC
[PATCH 0/6] perf/x86/amd: Add memory controller events
2023-07-21 5:15 UTC (17+ messages)
` [PATCH 1/6] perf/x86/amd/uncore: Refactor uncore management
` [PATCH 2/6] perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailable
` [PATCH 3/6] x86/cpuid: Add smp helper
` [PATCH 4/6] perf/x86/amd/uncore: Add group exclusivity
` [PATCH 5/6] perf/x86/amd/uncore: Add memory controller support
` [PATCH 6/6] perf vendor events amd: Add Zen 4 memory controller events
perf probe: Trying to read a 'ctx' named local variable
2023-07-21 0:38 UTC (4+ messages)
[PATCH v2 0/4] mm: convert to vma_is_initial_heap/stack()
2023-07-20 21:16 UTC (17+ messages)
` [PATCH v2 1/4] mm: factor out VMA stack and heap checks
` [PATCH v2 2/4] drm/amdkfd: use vma_is_initial_stack() and vma_is_initial_heap()
` [PATCH v2 3/4] selinux: "
` [PATCH v2 4/4] perf/core: "
[PATCH v4 0/6] Add support for Firefox's gecko profile format
2023-07-20 15:36 UTC (14+ messages)
` [PATCH v4 1/6] perf scripts python: Add initial script file with usage information
` [PATCH v4 2/6] perf scripts python: Extact necessary information from process event
` [PATCH v4 3/6] perf scripts python: Add classes and conversion functions
` [PATCH v4 4/6] perf scripts python: Add trace end processing and PRODUCT and CATEGORIES information
` [PATCH v4 5/6] perf scripts python: implement internal get or create frame, stack and string function
` [PATCH v4 6/6] perf scripts python: Implement add sample function and thread processing
[PATCH] tools: perf: Two typos have been corrected
2023-07-20 14:45 UTC (3+ messages)
[PATCH 0/2] Add support for firefox gecko converter test and commands
2023-07-20 14:24 UTC (3+ messages)
` [PATCH 1/2] perf scripts python: Add command execution for firefox gecko converter script
` [PATCH 2/2] perf test: Add support for testing "
[PATCHES 0/6] Fix some 'perf trace' leaks found with -fsanitize=address
2023-07-20 13:49 UTC (10+ messages)
` [PATCH 1/6] perf evsel: Free evsel->filter on the destructor
` [PATCH 2/6] perf thread: Allow tools to register a thread->priv destructor
` [PATCH 3/6] perf trace: Register a thread priv destructor
` [PATCH 4/6] perf trace: Really free the evsel->priv area
` [PATCH 5/6] perf trace: Free thread_trace->files table
` [PATCH 6/6] MAINTAINERS: Add git information for perf-tools and perf-tools-next trees/branches
[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
2023-07-20 8:36 UTC (4+ messages)
` [PATCH v4 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
[PATCH v2 0/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
2023-07-20 7:27 UTC (21+ messages)
` [PATCH v2 2/7] perf evlist: Add evlist__findnew_tracking_event() helper
` [PATCH v2 4/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
` [PATCH v2 5/7] perf evlist: Skip dummy event sample_type check for evlist_config
` [PATCH v2 7/7] perf test: Add test case for record sideband events
[PATCH V2 00/26] tools/perf: Fix shellcheck coding/formatting issues of perf tool shell scripts
2023-07-20 5:18 UTC (5+ messages)
Linux Perf Tool Office Hours
2023-07-19 22:29 UTC (7+ messages)
[PATCH RFC 0/9] perf tool: sys event metric support re-write
2023-07-19 20:07 UTC (19+ messages)
` [PATCH RFC 4/9] perf jevents: Add sys_events_find_events_table()
[PATCH v3 00/10] Add sysfs interface files to hv_gpci device to expose system information
2023-07-19 6:12 UTC (11+ messages)
` [PATCH v3 01/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor bus topology information
` [PATCH v3 02/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_bus_topology sysfs interface file
` [PATCH v3 03/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor config information
` [PATCH v3 04/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_config sysfs interface file
` [PATCH v3 05/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via virtual processor information
` [PATCH v3 06/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_virtual_processor sysfs interface file
` [PATCH v3 07/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via domain information
` [PATCH v3 08/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_domain sysfs interface file
` [PATCH v3 09/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via partition information
` [PATCH v3 10/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_partition sysfs interface file
[PATCH v3 00/10] Add sysfs interface files to hv_gpci device to expose system information
2023-07-19 6:06 UTC
Event reordering regression for software events
2023-07-19 0:53 UTC (11+ messages)
[GIT PULL] perf tools fixes for v6.5
2023-07-18 22:16 UTC (2+ messages)
[PATCH 0/5] mm: convert to vma_is_heap/stack()
2023-07-18 15:10 UTC (9+ messages)
` [PATCH 1/5] mm: introduce vma_is_stack() and vma_is_heap()
` [PATCH 2/5] mm: use "
` [PATCH 4/5] selinux: "
[PATCH] perf: doc: fix format of unordered lists
2023-07-18 10:33 UTC (2+ messages)
[PATCH] perf: script: fix missing ',' for fields option
2023-07-18 8:52 UTC
[PATCH] perf/doc: revise the description about PR_TASK_PERF_EVENTS_{ENABLE,DISABLE}
2023-07-18 1:42 UTC (2+ messages)
[PATCH] perf script: print cgroup on the same line as comm
2023-07-18 0:07 UTC
[PATCH v1] perf doc: Document ring buffer mechanism
2023-07-17 21:27 UTC (2+ messages)
[PATCH v3 0/6] Add support for Firefox's gecko profile format
2023-07-17 16:12 UTC (21+ messages)
` [PATCH v3 1/6] scripts: python: Add initial script file with imports
` [PATCH v3 2/6] scripts: python: Extact necessary information from process event
` [PATCH v3 3/6] scripts: python: thread sample processing to create thread with schemas
` [PATCH v3 4/6] scripts: python: Add trace end processing and JSON output
` [PATCH v3 5/6] scripts: python: Implement add sample function and return finish
` [PATCH v3 6/6] scripts: python: implement get or create frame and stack function
[PATCH v2 0/2] perf: add new option '--workload-attr' to set workload sched_policy/priority/mask
2023-07-17 12:00 UTC (3+ messages)
` [PATCH v2 1/2] perf cpumap: Add __perf_cpu_map__new and perf_cpu_map__2_cpuset
` [PATCH v2 2/2] perf: add new option '--workload-attr' to set workload sched_policy/priority/mask
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).