messages from 2024-06-28 06:37:31 to 2024-07-01 17:15:05 UTC [more...]
[PATCH v2 0/9] Add CPU-type to topology
2024-07-01 17:14 UTC (11+ messages)
` [PATCH PATCH v2 1/9] x86/cpu/topology: Add CPU type to struct cpuinfo_topology
` [PATCH "
` [PATCH PATCH v2 2/9] cpufreq: intel_pstate: Use topology_cpu_type()
` [PATCH PATCH v2 3/9] perf/x86/intel: Use topology_hw_cpu_type()
` [PATCH "
[PATCH v3 00/11] Add support for NMI source reporting
2024-07-01 17:16 UTC (28+ messages)
` [PATCH v3 01/11] x86/irq: Add enumeration of NMI source reporting CPU feature
` [PATCH v3 02/11] x86/irq: Define NMI source vectors
` [PATCH v3 03/11] x86/irq: Extend NMI handler registration interface to include source
` [PATCH v3 04/11] x86/irq: Factor out common NMI handling code
` [PATCH v3 05/11] x86/irq: Process nmi sources in NMI handler
` [PATCH v3 06/11] KVM: VMX: Expand FRED kvm entry with event data
` [PATCH v3 07/11] KVM: VMX: Handle NMI Source report in VM exit
` [PATCH v3 08/11] perf/x86: Enable NMI source reporting for perfmon
` [PATCH v3 09/11] x86/irq: Enable NMI source on IPIs delivered as NMI
` [PATCH v3 10/11] x86/irq: Move __prepare_ICR to x86 common header
` [PATCH v3 11/11] KVM: X86: Use common code for PV IPIs in linux guest
[PATCH v2 00/12] arm64: Add support for Armv9.4 PMU fixed instruction counter
2024-07-01 17:11 UTC (13+ messages)
` [PATCH v2 01/12] perf: arm_pmuv3: Avoid assigning fixed cycle counter with threshold
` [PATCH v2 02/12] perf: arm_pmuv3: Drop unnecessary IS_ENABLED(CONFIG_ARM64) check
` [PATCH v2 06/12] perf: arm_pmu: Remove event index to counter remapping
` [PATCH v2 10/12] arm64: perf/kvm: Use a common PMU cycle counter define
[PATCH 1/2] perf script: Fix perf script -F +metric
2024-07-01 16:54 UTC (5+ messages)
[PATCH v12 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
2024-07-01 15:35 UTC (2+ messages)
[PATCH 0/3] Perf avoid opening events on offline CPUs
2024-07-01 14:22 UTC (2+ messages)
[PATCH] perf/x86/amd: check event before enable to avoid GPF
2024-07-01 14:15 UTC (11+ messages)
[PATCH v4 0/6] perf: Make SIGTRAP and __perf_pending_irq() work on RT
2024-07-01 13:27 UTC (8+ messages)
` [PATCH v4 2/6] perf: Enqueue SIGTRAP always via task_work
` [PATCH v4 3/6] perf: Shrink the size of the recursion counter
[PATCH v4 00/17] coresight: Use per-sink trace ID maps for Perf sessions
2024-07-01 13:25 UTC (3+ messages)
` [PATCH v4 15/17] coresight: Remove pending trace ID release mechanism
[PATCH v3 00/10] Add per-core RAPL energy counter support for AMD CPUs
2024-07-01 13:08 UTC (7+ messages)
` [PATCH v3 02/10] perf/x86/rapl: Fix the energy-pkg event "
` [PATCH v3 05/10] perf/x86/rapl: Move cpumask variable to rapl_pmus struct
` [PATCH v3 08/10] perf/x86/rapl: Modify the generic variable names to *_pkg*
[PATCH v4 0/4] x86/cpufeatures: Automatically generate required and disabled feature masks
2024-07-01 11:57 UTC (8+ messages)
` [PATCH v4 1/4] x86/cpufeatures: Add {required,disabled} feature configs
` [PATCH v4 2/4] x86/cpufeatures: Generate a feature mask header based on build config
` [PATCH v4 3/4] x86/cpufeatures: Remove {disabled,required}-features.h
` [PATCH v4 4/4] x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET
[PATCH V8 00/12] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
2024-07-01 10:52 UTC (16+ messages)
` [PATCH V8 01/12] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V8 02/12] perf/x86/intel/pt: Add support for pause / resume
` [PATCH V8 03/12] perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling
` [PATCH V8 04/12] perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64
` [PATCH V8 05/12] perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSF
` [PATCH V8 06/12] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V8 07/12] perf tools: Add aux-action config term
` [PATCH V8 08/12] perf tools: Parse aux-action
` [PATCH V8 09/12] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
` [PATCH V8 10/12] perf intel-pt: Improve man page format
` [PATCH V8 11/12] perf intel-pt: Add documentation for pause / resume
` [PATCH V8 12/12] perf intel-pt: Add a test "
[PATCH] perf topdown: Correct leader selection with sample_read enabled
2024-07-01 9:51 UTC (6+ messages)
[PATCH v2 0/2] perf test: Display remaining tests while waiting
2024-07-01 4:42 UTC (3+ messages)
` [PATCH v2 1/2] tools subcmd: Add non-waitpid check_if_command_finished()
` [PATCH v2 2/2] perf test: Display number of remaining tests
[PATCH V5 00/17] Add data type profiling support for powerpc
2024-07-01 4:34 UTC (18+ messages)
` [PATCH V5 01/17] tools/perf: Move the data structures related to register type to header file
` [PATCH V5 02/17] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
` [PATCH V5 03/17] tools/perf: Update TYPE_STATE_MAX_REGS to include max of regs in powerpc
` [PATCH V5 04/17] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [PATCH V5 05/17] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [PATCH V5 06/17] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [PATCH V5 07/17] tools/perf: Add parse function for memory instructions in powerpc
` [PATCH V5 08/17] tools/perf: Add support to identify memory instructions of opcode 31 "
` [PATCH V5 09/17] tools/perf: Add some of the arithmetic instructions to support instruction tracking "
` [PATCH V5 10/17] tools/perf: Add more instructions for instruction tracking
` [PATCH V5 11/17] tools/perf: Update instruction tracking for powerpc
` [PATCH V5 12/17] tools/perf: Make capstone_init non-static so that it can be used during symbol disassemble
` [PATCH V5 13/17] tools/perf: Use capstone_init and remove open_capstone_handle from disasm.c
` [PATCH V5 14/17] tools/perf: Add support to use libcapstone in powerpc
` [PATCH V5 15/17] tools/perf: Add support to find global register variables using find_data_type_global_reg
` [PATCH V5 16/17] tools/perf: Add support for global_die to capture name of variable in case of register defined variable
` [PATCH V5 17/17] tools/perf: Set instruction name to be used with insn-stat when using raw instruction
[PATCH] perf pmu: Remove unneeded semicolon
2024-07-01 3:43 UTC
[PATCH] perf pmu: remove one dupliacte ';'
2024-07-01 3:03 UTC
[PATCH v4 0/5] perf: support specify vdso path in cmdline
2024-07-01 2:30 UTC (11+ messages)
` [PATCH v4 1/5] "
[PATCH v11 0/4] Introduce perf check subcommand
2024-06-30 14:08 UTC (13+ messages)
` [PATCH v11 1/4] perf check: introduce "
[PATCH v12 0/4] Introduce perf check subcommand
2024-06-30 11:37 UTC (7+ messages)
` [PATCH v12 1/4] perf check: introduce "
` [PATCH v12 2/4] perf version: update --build-options to use 'supported_features' array
` [PATCH v12 3/4] perf tests task_analyzer: use perf check for libtraceevent support
` [PATCH v12 4/4] tools/perf/tests: Update probe_vfs_getname.sh script to use perf check feature
[V4 00/16] Add data type profiling support for powerpc
2024-06-30 11:10 UTC (8+ messages)
` [V4 05/16] tools/perf: Add disasm_line__parse to parse raw instruction "
[PATCH v5 0/3] Introduce --task-name and --fuzzy-name options in perf sched map
2024-06-30 6:36 UTC (10+ 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
[RFC PATCH v14 0/8] TPEBS counting mode support
2024-06-30 5:12 UTC (5+ messages)
[PATCH 0/9] Add CPU-type to topology
2024-06-29 11:37 UTC (9+ messages)
[PATCH v3 00/28] Constify tool pointers
2024-06-29 4:53 UTC (29+ messages)
` [PATCH v3 01/28] perf auxtrace: Remove dummy tools
` [PATCH v3 02/28] perf s390-cpumsf: Remove unused struct
` [PATCH v3 03/28] perf cs-etm: Fix address sanitizer dso build failure
` [PATCH v3 04/28] perf tool: Constify tool pointers
` [PATCH v3 05/28] perf tool: Move fill defaults into tool.c
` [PATCH v3 06/28] perf tool: Add perf_tool__init
` [PATCH v3 07/28] perf kmem: Use perf_tool__init
` [PATCH v3 08/28] perf buildid-list: "
` [PATCH v3 09/28] perf kvm: "
` [PATCH v3 10/28] perf lock: "
` [PATCH v3 11/28] perf evlist: "
` [PATCH v3 12/28] perf record: "
` [PATCH v3 13/28] perf c2c: "
` [PATCH v3 14/28] perf script: "
` [PATCH v3 15/28] perf inject: "
` [PATCH v3 16/28] perf report: "
` [PATCH v3 17/28] perf stat: "
` [PATCH v3 18/28] perf annotate: "
` [PATCH v3 19/28] perf sched: "
` [PATCH v3 20/28] perf mem: "
` [PATCH v3 21/28] perf timechart: "
` [PATCH v3 22/28] perf diff: "
` [PATCH v3 23/28] perf data convert json: "
` [PATCH v3 24/28] perf data convert ctf: "
` [PATCH v3 25/28] perf test event_update: Ensure tools is initialized
` [PATCH v3 26/28] perf kwork: Use perf_tool__init
` [PATCH v3 27/28] perf tool: Remove perf_tool__fill_defaults
` [PATCH v3 28/28] perf session: Constify tool
[PATCH] perf test: Print test description first
2024-06-28 22:20 UTC (2+ messages)
[PATCH v2 00/27] Constify tool pointers
2024-06-28 22:07 UTC (7+ messages)
` [PATCH v2 01/27] perf auxevent: Zero size dummy tool
[PATCH v2 1/6] perf build: Conditionally add feature check flags for libtrace{event,fs}
2024-06-28 20:34 UTC (6+ messages)
` [PATCH v2 2/6] perf build: Warn if libtracefs is not found
` [PATCH v2 3/6] tools: Make pkg-config dependency checks usable by other tools
` [PATCH v2 4/6] tools/verification: Use pkg-config in lib_setup of Makefile.config
` [PATCH v2 5/6] tools/rtla: "
` [PATCH v2 6/6] tools/latency: "
[PATCH v3 0/8] perf trace: Augment enum arguments with BTF
2024-06-28 19:48 UTC (11+ messages)
` [PATCH v3 2/8] perf trace: BTF-based enum pretty printing for syscall args
` [PATCH v3 4/8] perf trace: Filter enum arguments with enum names
` [PATCH v3 5/8] perf test: Add landlock workload
[PATCH -next] perf: pmus: Remove unneeded semicolon
2024-06-28 19:30 UTC (2+ messages)
[PATCH 1/2] perf build: conditionally add feature check flags for libtrace{event,fs}
2024-06-28 18:54 UTC (3+ messages)
[PATCH] perf report: Calling available function for stats printing
2024-06-28 18:35 UTC (2+ messages)
[PATCH 0/2] perf intel-pt: Some small fixes
2024-06-28 16:57 UTC (2+ messages)
[PATCH v2 0/2] perf pmu: Event parsing and listing fixes
2024-06-28 16:55 UTC (2+ messages)
[PATCH] perf report: Display pregress bar on redirected pipe data
2024-06-28 16:54 UTC (2+ messages)
(no subject)
2024-06-28 12:56 UTC (5+ messages)
` [PATCH 1/2] perf build: Use pkg-config for feature check for libtrace{event,fs}
[PATCH 1/2] perf stat: Use field separator in the metric header
2024-06-28 12:47 UTC (4+ messages)
` [PATCH 2/2] perf stat: Fix a segfault with --per-cluster --metric-only
[PATCH v3] perf sched replay: Fix -r/--repeat command line option for infinity
2024-06-28 7:18 UTC
[PATCH v2] perf sched replay: Fix -r/--repeat command line option for infinity
2024-06-28 7:09 UTC (4+ messages)
[PATCH v10 0/4] Introduce perf check subcommand
2024-06-28 6:40 UTC (4+ messages)
` [PATCH v10 1/4] perf check: introduce "
[PATCH v2 5/5] perf trace: Add test for enum augmentation
2024-06-28 6: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).