messages from 2024-06-24 22:20:51 to 2024-06-26 20:37:09 UTC [more...]
[PATCH v2 00/27] Constify tool pointers
2024-06-26 20:36 UTC (14+ 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: "
[RFC PATCH v14 0/8] TPEBS counting mode support
2024-06-26 18:17 UTC (9+ messages)
` [RFC PATCH v14 5/8] perf vendor events intel: Add MTL metric json files
` [RFC PATCH v14 6/8] perf stat: Add command line option for enabling tpebs recording
` [RFC PATCH v14 7/8] perf Document: Add TPEBS to Documents
` [RFC PATCH v14 8/8] perf test: Add test for Intel TPEBS counting mode
[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 v2] perf test stat_bpf_counter.sh: Stabilize the test results
2024-06-26 17:49 UTC (2+ messages)
[PATCH v3 00/10] Add per-core RAPL energy counter support for AMD CPUs
2024-06-26 16:37 UTC (9+ 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] perf unwind-libunwind: Add malloc() failure handling
2024-06-26 15:47 UTC (3+ messages)
[PATCH v2 0/2] perf pmu: Event parsing and listing fixes
2024-06-26 14:54 UTC (3+ 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] perf/x86/amd: Warn only on new bits set
2024-06-26 13:57 UTC (6+ messages)
[PATCH v10 0/4] Introduce perf check subcommand
2024-06-26 13:16 UTC (5+ 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
[PATCH v3 0/4] x86/cpufeatures: Automatically generate required and disabled feature masks
2024-06-26 11:36 UTC (3+ messages)
` [PATCH v3 2/4] x86/cpufeatures: Generate a feature mask header based on build config
[PATCH v4 0/5] perf: support specify vdso path in cmdline
2024-06-26 10:32 UTC (9+ messages)
` [PATCH v4 1/5] "
` [PATCH v4 2/5] perf: disasm: refactor function dso__disassemble_filename
` [PATCH v4 3/5] perf: disasm: use build_id_path if fallback failed
` [PATCH v4 4/5] perf: symbol: generalize vmlinux path searching
` [PATCH v4 5/5] perf: symbol: try to seach vdso path if not given by user
[PATCH 0/2] ARM: 9259/1: stacktrace: Add USER_STACKTRACE support
2024-06-26 9:50 UTC (3+ messages)
` [PATCH 1/2] ARM: 9258/1: Fix callchain_trace() return value
[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 (3+ messages)
` [PATCH 2/2] Add a test case for "
[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
[V4 00/16] Add data type profiling support for powerpc
2024-06-26 4:09 UTC (28+ messages)
` [V4 01/16] tools/perf: Move the data structures related to register type to header file
` [V4 03/16] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [V4 04/16] tools/perf: Use sort keys to determine whether to pick objdump to disassemble
` [V4 05/16] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [V4 06/16] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [V4 13/16] tools/perf: Add support to use libcapstone in powerpc
` [V4 14/16] tools/perf: Add support to find global register variables using find_data_type_global_reg
[PATCH 0/4] perf tools: Assorted random updates and fixes
2024-06-26 4:02 UTC (5+ messages)
` [PATCH 4/4] perf mem: Fix a segfault with NULL event->name
[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 (9+ messages)
` [PATCH V3 09/10] perf tools: Only treat files as map files when they have the extension .map
` [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 v5 0/8] Refactor perf python module build
2024-06-25 21:41 UTC (9+ 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
[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 (19+ messages)
` [PATCH v4 01/17] perf: cs-etm: Create decoders after both AUX and HW_ID search passes
` [PATCH v4 02/17] perf: cs-etm: Allocate queues for all CPUs
` [PATCH v4 03/17] perf: cs-etm: Move traceid_list to each queue
` [PATCH v4 04/17] perf: cs-etm: Create decoders based on the trace ID mappings
` [PATCH v4 05/17] perf: cs-etm: Only save valid trace IDs into files
` [PATCH v4 06/17] perf: cs-etm: Support version 0.1 of HW_ID packets
` [PATCH v4 07/17] perf: cs-etm: Print queue number in raw trace dump
` [PATCH v4 08/17] perf: cs-etm: Add runtime version check for OpenCSD
` [PATCH v4 09/17] coresight: Remove unused ETM Perf stubs
` [PATCH v4 10/17] coresight: Clarify comments around the PID of the sink owner
` [PATCH v4 11/17] coresight: Move struct coresight_trace_id_map to common header
` [PATCH v4 12/17] coresight: Expose map arguments in trace ID API
` [PATCH v4 13/17] coresight: Make CPU id map a property of a trace ID map
` [PATCH v4 14/17] coresight: Use per-sink trace ID maps for Perf sessions
` [PATCH v4 15/17] coresight: Remove pending trace ID release mechanism
` [PATCH v4 16/17] coresight: Emit sink ID in the HW_ID packets
` [PATCH v4 17/17] coresight: Make trace ID map spinlock local to the map
[PATCH v4 0/6] perf: Make SIGTRAP and __perf_pending_irq() work on RT
2024-06-25 13:42 UTC (2+ messages)
[PATCH 0/2] perf intel-pt: Some small fixes
2024-06-25 10:45 UTC (3+ messages)
` [PATCH 1/2] perf intel-pt: Fix aux_watermark calculation for 64-bit size
` [PATCH 2/2] perf intel-pt: Fix exclude_guest setting
[PATCH v9 0/4] Introduce perf check subcommand
2024-06-25 8:08 UTC (4+ messages)
` [PATCH v9 1/4] perf check: introduce "
[PATCH v4] perf sched map: Add command-name, fuzzy-name options to filter the output map
2024-06-25 7:13 UTC (3+ messages)
[PATCH v3 4/4] x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET
2024-06-25 5:22 UTC (2+ messages)
` [PATCH v3B "
[PATCH] util: constant -1 with expression of type char and allocation failure handling
2024-06-25 5:22 UTC (4+ messages)
[PATCH v2 0/4] Fix user stack traces captured from uprobes
2024-06-25 2:53 UTC (15+ messages)
` [PATCH v2 1/4] uprobes: rename get_trampoline_vaddr() and make it global
` [PATCH v2 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH v2 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces
[PATCH v3 0/4] perf: support specify vdso path in cmdline
2024-06-25 1:47 UTC (4+ messages)
` [PATCH v3 2/4] perf: disasm: use build_id_path if fallback failed
(no subject)
2024-06-24 23:53 UTC (8+ messages)
` [PATCH v2 2/6] x86/irq: Extend NMI handler registration interface to include source
` [PATCH v2 4/6] x86/irq: Process nmi sources in NMI handler
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).