linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-02 23:39:05 to 2024-07-07 19:28:11 UTC [more...]

Performance of 'perf'
 2024-07-07 19:27 UTC  (7+ messages)

[PATCH v6 0/3] Introduce --task-name and --fuzzy-name options in perf sched map
 2024-07-07 18:27 UTC  (4+ messages)
` [PATCH v6 1/3] perf sched map: Add task-name option to filter the output map
` [PATCH v6 2/3] perf sched map: Add support for multiple task names using CSV
` [PATCH v6 3/3] perf sched map: Add --fuzzy-name option for fuzzy matching in task names

[PATCH 1/1] perf archive: unpack to correct dir given by perf
 2024-07-07 18:04 UTC 

[PATCH 1/1] perf build x86: Fix SC2034 error in syscalltbl.sh
 2024-07-07 18:04 UTC 

[PATCH 1/1] perf record: Fix memset out-of-range error
 2024-07-07 18:01 UTC 

[PATCH V6 00/18] Add data type profiling support for powerpc
 2024-07-07 14:44 UTC  (19+ messages)
` [PATCH V6 01/18] tools/perf: Move the data structures related to register type to header file
` [PATCH V6 02/18] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
` [PATCH V6 03/18] tools/perf: Update TYPE_STATE_MAX_REGS to include max of regs in powerpc
` [PATCH V6 04/18] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [PATCH V6 05/18] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [PATCH V6 06/18] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [PATCH V6 07/18] tools/perf: Add parse function for memory instructions in powerpc
` [PATCH V6 08/18] tools/perf: Add support to identify memory instructions of opcode 31 "
` [PATCH V6 09/18] tools/perf: Add some of the arithmetic instructions to support instruction tracking "
` [PATCH V6 10/18] tools/perf: Add more instructions for instruction tracking
` [PATCH V6 11/18] tools/perf: Update instruction tracking for powerpc
` [PATCH V6 12/18] tools/perf: Make capstone_init non-static so that it can be used during symbol disassemble
` [PATCH V6 13/18] tools/perf: Use capstone_init and remove open_capstone_handle from disasm.c
` [PATCH V6 14/18] tools/perf: Add support to use libcapstone in powerpc
` [PATCH V6 15/18] tools/perf: Add support to find global register variables using find_data_type_global_reg
` [PATCH V6 16/18] tools/perf: Add support for global_die to capture name of variable in case of register defined variable
` [PATCH V6 17/18] tools/perf: Update data_type_cmp and sort__typeoff_sort function to include var_name in comparison
` [PATCH V6 18/18] tools/perf: Set instruction name to be used with insn-stat when using raw instruction

[PATCH v3 00/11] Add support for NMI source reporting
 2024-07-07  3:48 UTC  (10+ messages)
` [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 08/11] perf/x86: Enable NMI source reporting for perfmon

[RFC PATCH v16 0/8] TPEBS counting mode support
 2024-07-06 23:29 UTC  (9+ messages)
` [RFC PATCH v16 1/8] perf parse-events: Add a retirement latency modifier
` [RFC PATCH v16 2/8] perf data: Allow to use given fd in data->file.fd
` [RFC PATCH v16 3/8] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v16 4/8] perf stat: Plugin retire_lat value from sampled data to evsel
` [RFC PATCH v16 5/8] perf vendor events intel: Add MTL metric json files
` [RFC PATCH v16 6/8] perf stat: Add command line option for enabling tpebs recording
` [RFC PATCH v16 7/8] perf Document: Add TPEBS to Documents
` [RFC PATCH v16 8/8] perf test: Add test for Intel TPEBS counting mode

[PATCH v4 1/2] perf script: Fix perf script -F +metric
 2024-07-06 19:18 UTC  (2+ messages)
` [PATCH v4 2/2] Add a test case for "

[PATCH v3 0/7] perf: build: Fix cross compilation
 2024-07-06 18:29 UTC  (8+ messages)
` [PATCH v3 1/7] perf: build: Setup PKG_CONFIG_LIBDIR for "
` [PATCH v3 2/7] perf: build: Set Python configuration "
` [PATCH v3 3/7] perf: build: Only link libebl.a for old libdw
` [PATCH v3 4/7] perf: build: Link lib 'lzma' for static build
` [PATCH v3 5/7] perf: build: Link lib 'zstd' "
` [PATCH v3 6/7] perf docs: Document cross compilation
` [PATCH v3 7/7] perf docs: Remove the Android cross building document

[PATCH v2 0/2] perf mem: Support multiple Arm SPE PMUs
 2024-07-06 15:20 UTC  (3+ messages)
` [PATCH v2 1/2] perf arm-spe: "
` [PATCH v2 2/2] perf mem: Warn if memory events are not supported on all CPUs

[PATCH v2 0/3] hw_breakpoint: Save privilege of access control via ptrace
 2024-07-06  5:31 UTC  (6+ messages)
` [PATCH v2 1/3] perf: Add perf_event_attr::bp_priv

[PATCH v5 0/6] perf: Make SIGTRAP and __perf_pending_irq() work on RT
 2024-07-05 14:58 UTC  (15+ messages)
` [PATCH v5 1/7] perf: Move irq_work_queue() where the event is prepared
` [PATCH v5 2/7] task_work: Add TWA_NMI_CURRENT as an additional notify mode
` [PATCH v5 3/7] perf: Enqueue SIGTRAP always via task_work
` [PATCH v5 4/7] perf: Shrink the size of the recursion counter
` [PATCH v5 5/7] perf: Move swevent_htable::recursion into task_struct
` [PATCH v5 6/7] perf: Don't disable preemption in perf_pending_task()
` [PATCH v5 7/7] perf: Split __perf_pending_irq() out of perf_pending_irq()

[PATCH v5 0/8] perf trace: Augment enum arguments with BTF
 2024-07-05 13:20 UTC  (9+ messages)
` [PATCH v5 1/8] perf trace: Fix iteration of syscall ids in syscalltbl->entries
` [PATCH v5 2/8] perf trace: BTF-based enum pretty printing for syscall args
` [PATCH v5 3/8] perf trace: Augment non-syscall tracepoints with enum arguments with BTF
` [PATCH v5 4/8] perf trace: Filter enum arguments with enum names
` [PATCH v5 5/8] perf test: Add landlock workload
` [PATCH v5 6/8] perf test trace_btf_enum: Add regression test for the BTF augmentation of enums in 'perf trace'
` [PATCH v5 7/8] perf trace: Introduce trace__btf_scnprintf()
` [PATCH v5 8/8] perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type

[PATCH v4 0/8] perf trace: Augment enum arguments with BTF
 2024-07-05  9:43 UTC  (9+ messages)
` [PATCH v5 1/8] perf trace: Fix iteration of syscall ids in syscalltbl->entries
` [PATCH v5 2/8] perf trace: BTF-based enum pretty printing for syscall args
` [PATCH v5 3/8] perf trace: Augment non-syscall tracepoints with enum arguments with BTF
` [PATCH v5 4/8] perf trace: Filter enum arguments with enum names
` [PATCH v5 5/8] perf test: Add landlock workload
` [PATCH v5 6/8] perf test trace_btf_enum: Add regression test for the BTF augmentation of enums in 'perf trace'
` [PATCH v5 7/8] perf trace: Introduce trace__btf_scnprintf()
` [PATCH v5 8/8] perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type

[PATCH v3] perf kvm: Add kvm-stat for loongarch64
 2024-07-05  9:38 UTC  (5+ messages)

[PATCH v3 00/10] Add per-core RAPL energy counter support for AMD CPUs
 2024-07-05  9:24 UTC  (9+ messages)
` [PATCH v3 08/10] perf/x86/rapl: Modify the generic variable names to *_pkg*

[PATCH v4 0/8] perf trace: Augment enum arguments with BTF
 2024-07-05  9:14 UTC  (13+ messages)
` [PATCH v4 1/8] perf trace: Fix iteration of syscall ids in syscalltbl->entries
` [PATCH v4 2/8] perf trace: BTF-based enum pretty printing for syscall args
` [PATCH v4 3/8] perf trace: Augment non-syscall tracepoints with enum arguments with BTF
` [PATCH v4 4/8] perf trace: Filter enum arguments with enum names
` [PATCH v4 5/8] perf test: Add landlock workload
` [PATCH v4 6/8] perf test trace_btf_enum: Add regression test for the BTF augmentation of enums in 'perf trace'
` [PATCH v4 7/8] perf trace: Introduce trace__btf_scnprintf()
` [PATCH v4 8/8] perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type

[PATCH] perf install: Don't propagate subdir to Documentation submake
 2024-07-04 20:00 UTC  (4+ messages)

[PATCH v12 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-07-04 20:00 UTC  (4+ messages)
` [PATCH v12 7/8] perf vendor events arm64:: Add i.MX93 DDR Performance Monitor metrics

[PATCH v1 0/2] Try to avoid some qsorts
 2024-07-04 19:57 UTC  (6+ messages)
` [PATCH v1 1/2] perf comm str: Avoid sort during insert
` [PATCH v1 2/2] perf dsos: When adding a dso into sorted dsos maintain the sort order

[PATCH v3 0/8] perf trace: Augment enum arguments with BTF
 2024-07-04 19:23 UTC  (4+ messages)

[PATCH v2] riscv: stacktrace: Add USER_STACKTRACE support
 2024-07-04  2:58 UTC  (3+ messages)

Linux Perf Tool Office Hours
 2024-07-04  2:41 UTC  (7+ messages)

[PATCH] perf annotate: Cache debuginfo for data type profiling
 2024-07-04  1:58 UTC 

[PATCH v2 1/6] perf build: Conditionally add feature check flags for libtrace{event,fs}
 2024-07-04  1:45 UTC  (10+ messages)
  ` [PATCH v2 3/6] tools: Make pkg-config dependency checks usable by other tools

[PATCH v5 0/8] perf: support specify vdso path in cmdline
 2024-07-04  1:43 UTC  (4+ messages)
` [PATCH v5 8/8] perf buildid-cache: recognize vdso when adding files

[PATCH v1] perf dso: Fix address sanitizer build
 2024-07-04  1:17 UTC 

Bug with --buildid-mmap?
 2024-07-04  0:02 UTC  (2+ messages)

[RFC PATCH v15 0/8] TPEBS counting mode support
 2024-07-03 23:38 UTC  (3+ messages)
` [RFC PATCH v15 8/8] perf test: Add test for Intel TPEBS counting mode

[PATCH v3] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-03 23:26 UTC  (3+ messages)

[PATCH v2 0/9] Add CPU-type to topology
 2024-07-03 23:07 UTC  (12+ messages)
` [PATCH PATCH v2 1/9] x86/cpu/topology: Add CPU type to struct cpuinfo_topology
    ` [PATCH "
` [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 v2] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-03 22:58 UTC  (10+ messages)

[PATCH] perf jevents: return potentially empty metrics table
 2024-07-03 22:33 UTC  (3+ messages)

[PATCHSET v3 0/8] perf record: Use a pinned BPF program for filter
 2024-07-03 22:30 UTC  (9+ messages)
` [PATCH v3 1/8] perf bpf-filter: Make filters map a single entry hashmap
` [PATCH v3 2/8] perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()
` [PATCH v3 3/8] perf bpf-filter: Split per-task filter use case
` [PATCH v3 4/8] perf bpf-filter: Support pin/unpin BPF object
` [PATCH v3 5/8] perf bpf-filter: Support separate lost counts for each filter
` [PATCH v3 6/8] perf record: Fix a potential error handling issue
` [PATCH v3 7/8] perf record: Add --setup-filter option
` [PATCH v3 8/8] perf test: Update sample filtering test

[PATCH] perf report: Calling available function for stats printing
 2024-07-03 21:53 UTC  (2+ messages)

[PATCH 0/2] perf intel-pt: Some small fixes
 2024-07-03 21:52 UTC  (2+ messages)

[PATCH v12 0/4] Introduce perf check subcommand
 2024-07-03 21:26 UTC  (7+ messages)
` [PATCH v12 1/4] perf check: introduce "

[PATCH v2 0/2] perf test: Display remaining tests while waiting
 2024-07-03 21:23 UTC  (8+ 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 v3 1/2] perf script: Fix perf script -F +metric
 2024-07-03 21:10 UTC  (3+ messages)
` [PATCH v3 2/2] Add a test case for "

[PATCH v2 00/12] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-07-03 14:38 UTC  (2+ messages)

[PATCH 0/4] Bug fixes on topdown metrics group leader selection
 2024-07-03 13:50 UTC  (11+ messages)
` [PATCH 1/4] perf topdown: Correct leader selection with sample_read enabled
` [PATCH 3/4] perf parse-events: Don't move slots event when no topdwon metrics event
` [PATCH 4/4] perf tests: Add leader sampling test in record tests

[PATCH V5 00/17] Add data type profiling support for powerpc
 2024-07-03 13:11 UTC  (13+ messages)
` [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 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 v4 0/4] x86/cpufeatures: Automatically generate required and disabled feature masks
 2024-07-03  9:23 UTC  (4+ messages)
` [PATCH v4 2/4] x86/cpufeatures: Generate a feature mask header based on build config

[PATCH bpf-next] uprobes: Fix the xol slots reserved for uretprobe trampoline
 2024-07-03  8:54 UTC  (7+ messages)

[PATCH 0/3] Perf avoid opening events on offline CPUs
 2024-07-03  4:55 UTC  (3+ messages)

[PATCH] perf pmu: Remove unneeded semicolon
 2024-07-02 23:51 UTC  (2+ messages)

[PATCH] perf pmu: remove one dupliacte ';'
 2024-07-02 23:51 UTC  (2+ 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).