linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-27 17:49:06 to 2024-07-01 04:35:13 UTC [more...]

[PATCH V5 00/17] Add data type profiling support for powerpc
 2024-07-01  4:34 UTC  (8+ 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] perf pmu: Remove unneeded semicolon
 2024-07-01  3:43 UTC 

[PATCH v2 0/9] Add CPU-type to topology
 2024-07-01  3:37 UTC  (15+ 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 PATCH v2 4/9] x86/cpu: Remove get_this_hybrid_cpu_type()
` [PATCH PATCH v2 5/9] x86/cpu: Name CPU matching macro more generically (and shorten)
` [PATCH PATCH v2 6/9] x86/cpu: Add cpu_type to struct x86_cpu_id
` [PATCH PATCH v2 7/9] x86/cpu: Update x86_match_cpu() to also use cpu-type
` [PATCH PATCH v2 8/9] x86/bugs: Declutter vulnerable CPU list
` [PATCH PATCH v2 9/9] x86/rfds: Exclude P-only parts from the RFDS affected list

[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 v3 00/11] Add support for NMI source reporting
 2024-06-30 13:04 UTC  (19+ 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 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] perf topdown: Correct leader selection with sample_read enabled
 2024-06-28 20:27 UTC  (5+ messages)

[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 script: Fix perf script -F +metric
 2024-06-28 19:19 UTC  (7+ messages)
` [PATCH 2/2] Add a test case for "

[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 v4 0/4] x86/cpufeatures: Automatically generate required and disabled feature masks
 2024-06-28 17:45 UTC  (5+ 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 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  (3+ 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  (6+ 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 V8 00/12] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-06-28  6:51 UTC  (13+ 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 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)

(no subject)
 2024-06-28  5:00 UTC  (13+ messages)
` [PATCH v2 1/6] x86/irq: Add enumeration of NMI source reporting CPU feature
` [PATCH v2 2/6] x86/irq: Extend NMI handler registration interface to include source

[PATCH V2 0/3] perf/x86/intel/cstate: Update for latest client platforms
 2024-06-28  3:17 UTC  (4+ messages)
` [PATCH V2 1/3] perf/x86/intel/cstate: Fix Alderlake/Raptorlake/Meteorlake
` [PATCH V2 2/3] perf/x86/intel/cstate: Add Arrowlake support
` [PATCH V2 3/3] perf/x86/intel/cstate: Add Lunarlake support

[PATCH v2 1/2] perf stat: Fix a segfault with --per-cluster --metric-only
 2024-06-28  2:33 UTC  (3+ messages)
` [PATCH v2 2/2] perf stat: Use field separator in the metric header

[PATCH v2 1/2] perf script: Fix perf script -F +metric
 2024-06-28  0:04 UTC  (2+ messages)
` [PATCH v2 2/2] Add a test case for "

[PATCH v1 0/2] perf mem: Support multiple Arm SPE PMUs
 2024-06-27 22:37 UTC  (5+ messages)
` [PATCH v1 1/2] perf arm-spe: "

[PATCH 00/11] perftool-testsuite 2nd batch
 2024-06-27 22:29 UTC  (2+ messages)

[PATCH 0/1] perf report: fix missing references to maps and map in thread__find_map
 2024-06-27 21:36 UTC  (3+ messages)
` [PATCH] perf probe: "
` [PATCH] debug patch for perf report segfault

[PATCH v3 4/4] x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET
 2024-06-27 18:39 UTC  (3+ messages)
` [PATCH v3B "

[PATCH v2] perf test stat_bpf_counter.sh: Stabilize the test results
 2024-06-27 18:21 UTC  (2+ messages)

[PATCH v5 0/8] Refactor perf python module build
 2024-06-27 18:20 UTC  (2+ messages)

Linux Perf Tool Office Hours
 2024-06-27 17:48 UTC  (6+ messages)


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).