linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-21 08:31:45 to 2023-06-24 00:05:11 UTC [more...]

[PATCH 0/9] Add support for Firefox's gecko profile format
 2023-06-24  0:04 UTC  (14+ messages)
` [PATCH 1/9] scripts: python: Add check for correct perf script format
` [PATCH 2/9] scripts: python: implement add sample function and return finish function
` [PATCH 3/9] scripts: python: Introduce thread sample processing in convertPerfScriptProfile
` [PATCH 4/9] scripts: python: Implement parsing of input data "
` [PATCH 5/9] scripts: python: implement function for thread creation
` [PATCH 6/9] scripts: python: implement get or create stack function
` [PATCH 7/9] scripts: python: implement get or create frame function
` [PATCH 8/9] scripts: python: Finalize convertPerfScriptProfile and return profile data
` [PATCH 9/9] scripts: python: Add temporary main function for testing purposes

[PATCH v3 0/7] Add JSON metrics for arm CMN and Yitian710 DDR
 2023-06-23 23:52 UTC  (9+ messages)
` [PATCH v3 2/7] perf metric: Event "Compat" value supports matching multiple identifiers

[PATCH 00/22] tools/perf: Fix shellcheck coding/formatting issues of perf tool shell scripts
 2023-06-23 23:40 UTC  (11+ messages)
` [PATCH 14/22] tools/perf/tests: Fix shellcheck warning for probe.sh shell script
` [PATCH 15/22] tools/perf/trace: Fix shellcheck issue for arch_errno_names.sh script
` [PATCH 16/22] tools/perf: Fix shellcheck issue for check-headers.sh script
` [PATCH 17/22] tools/perf/tests: Fix shellcheck warnings for thread_loop_check_tid_10.sh
` [PATCH 18/22] tools/perf/tests: Fix shellcheck warnings for unroll_loop_thread_10.sh
` [PATCH 19/22] tools/perf/tests: Fix shellcheck warnings for lib/probe_vfs_getname.sh
` [PATCH 20/22] tools/perf/tests: Fix the shellcheck wanrings in lib/waiting.sh
` [PATCH 21/22] tools/perf/trace: Fix x86_arch_prctl.sh to address shellcheck warnings
` [PATCH 22/22] tools/perf/arch/x86: Fix syscalltbl.sh "

[PATCH 1/2] perf test: Reorder event name checks in stat STD output linter
 2023-06-23 23:23 UTC  (4+ messages)
` [PATCH 2/2] perf test: Skip metrics w/o event name "

[PATCH V13 00/10] arm64/perf: Enable branch stack sampling
 2023-06-23 23:21 UTC  (12+ messages)
` [PATCH V13 01/10] drivers: perf: arm_pmu: Add new sched_task() callback
` [PATCH V13 02/10] arm64/perf: Add BRBE registers and fields
` [PATCH V13 03/10] arm64/perf: Add branch stack support in struct arm_pmu
` [PATCH V13 04/10] arm64/perf: Add branch stack support in struct pmu_hw_events
` [PATCH V13 05/10] arm64/perf: Add branch stack support in ARMV8 PMU
` [PATCH V13 06/10] arm64/perf: Enable branch stack events via FEAT_BRBE
` [PATCH V13 07/10] arm64/perf: Add PERF_ATTACH_TASK_DATA to events with has_branch_stack()
` [PATCH V13 08/10] arm64/perf: Add struct brbe_regset helper functions
` [PATCH V13 09/10] arm64/perf: Implement branch records save on task sched out
` [PATCH V13 10/10] arm64/perf: Implement branch records save on PMU IRQ

Invalid event (cycles:pp) in per-thread mode, enable system wide with '-a'
 2023-06-23 23:18 UTC  (13+ messages)

[PATCH 00/17] tool/perf/test: Fix shellcheck coding/formatting issues of test shell scripts
 2023-06-23 23:11 UTC  (11+ messages)
` [PATCH 15/17] perf tests task_analyzer: fix bad substitution ${$1}

Perf stat regression from d15480a3d67
 2023-06-23 23:04 UTC  (11+ messages)

[PATCH net-next v5 16/16] net: Kill MSG_SENDPAGE_NOTLAST
 2023-06-23 22:55 UTC 

[PATCH 0/1] Fix Coresight instruction synthesis logic
 2023-06-23 18:22 UTC  (2+ messages)
` [PATCH 1/1] perf: cs-etm: Fixes in instruction sample synthesis

[PATCH v2 1/2] perf pmus: Add notion of default PMU for JSON events
 2023-06-23 18:04 UTC  (3+ messages)
` [PATCH v2 2/2] perf pmu: Remove a hard coded cpu PMU assumption

[PATCH 1/2] perf script: Initialize buffer for regs_map()
 2023-06-23 18:03 UTC  (5+ messages)
` [PATCH 2/2] perf test: Set PERF_EXEC_PATH for script execution

[PATCH v2] perf symbol: Add LoongArch case in get_plt_sizes()
 2023-06-23 18:01 UTC  (6+ messages)

[PATCH] perf tests: Fix test_arm_callgraph_fp variable expansion
 2023-06-23 18:00 UTC  (3+ messages)

perf-tools-next: Request for testing hybrid changes
 2023-06-23 17:59 UTC  (5+ messages)

[PATCH v2] perf unwind: Fix map reference counts
 2023-06-23 17:58 UTC  (4+ messages)

[PATCH v2 00/12] Add metric has_event, update intel vendor events
 2023-06-23 16:08 UTC  (13+ messages)
` [PATCH v2 01/12] perf expr: Add has_event function
` [PATCH v2 02/12] perf jevents: Support for "
` [PATCH v2 03/12] perf vendor metrics intel: Make transaction metrics conditional
` [PATCH v2 06/12] perf vendor events intel: Update cascadelakex to 1.19
` [PATCH v2 07/12] perf vendor events intel: Update icelake "
` [PATCH v2 08/12] perf vendor events intel: Update icelakex to 1.21
` [PATCH v2 09/12] perf vendor events intel: Update sapphirerapids to 1.14
` [PATCH v2 10/12] perf vendor events intel: Update skylake to 57
` [PATCH v2 11/12] perf vendor events intel: Update skylakex to 1.31
` [PATCH v2 12/12] perf vendor events intel: Update tigerlake to 1.13

perf test pmu-events question
 2023-06-23 15:48 UTC  (2+ messages)

[PATCH v1 00/12] Add metric has_event, update intel vendor events
 2023-06-23 15:00 UTC  (13+ messages)
` [PATCH v1 01/12] perf expr: Add has_event function
` [PATCH v1 02/12] perf jevents: Support for "
` [PATCH v1 03/12] perf vendor metrics intel: Make transaction metrics conditional
` [PATCH v1 06/12] perf vendor events intel: Update cascadelakex to 1.19
` [PATCH v1 07/12] perf vendor events intel: Update icelake "
` [PATCH v1 08/12] perf vendor events intel: Update icelakex to 1.21
` [PATCH v1 09/12] perf vendor events intel: Update sapphirerapids to 1.14
` [PATCH v1 10/12] perf vendor events intel: Update skylake to 57
` [PATCH v1 11/12] perf vendor events intel: Update skylakex to 1.31
` [PATCH v1 12/12] perf vendor events intel: Update tigerlake to 1.13

[PATCH net-next v4 15/15] net: Kill MSG_SENDPAGE_NOTLAST
 2023-06-23 11:44 UTC 

[RFC] perf record: Use PERF_RECORD_LOST for synthesizing samples from read_format->lost
 2023-06-23  8:20 UTC 

[PATCH 0/2] perf/core: deliver PERF_RECORD_COMM and PERF_RECORD_MMAP side-band events to all online cpus
 2023-06-23  5:48 UTC  (3+ messages)

[PATCH v5 0/4] perf tools: Add printing perf_event_attr `config` and `id` symbol in perf_event_attr__fprintf()
 2023-06-23  5:44 UTC  (5+ messages)
` [PATCH v5 1/4] perf trace-event-info: Add tracepoint_id_to_name() helper
` [PATCH v5 2/4] perf tools: Extend PRINT_ATTRf to support printing of members with a value of 0
` [PATCH v5 3/4] perf tools: Add printing perf_event_attr type symbol in perf_event_attr__fprintf()
` [PATCH v5 4/4] perf tools: Add printing perf_event_attr config "

[PATCH v3 0/3] Remove symbol_name_rb_node
 2023-06-23  5:45 UTC  (4+ messages)
` [PATCH v3 1/3] perf dso: Sort symbols under lock
` [PATCH v3 2/3] perf symbol: Remove symbol_name_rb_node
` [PATCH v3 3/3] perf symbol_conf: Remove now unused sort_by_name

[PATCH RESEND v4 0/4] perf tools: Add printing perf_event_attr `config` and `id` symbol in perf_event_attr__fprintf()
 2023-06-23  5:27 UTC  (4+ messages)
` [PATCH RESEND v4 1/4] perf trace-event-info: Add tracepoint_id_to_name() helper

[PATCH v4 0/4] Bring back vmlinux.h generation
 2023-06-23  4:14 UTC  (5+ messages)
` [PATCH v4 1/4] perf build: Add ability to build with a generated vmlinux.h
` [PATCH v4 2/4] perf bpf: Move the declaration of struct rq
` [PATCH v4 3/4] perf test: Add build tests for BUILD_BPF_SKEL
` [PATCH v4 4/4] perf build: Filter out BTF sources without a .BTF section

[PATCH] tools lib subcmd: Show parent options in help
 2023-06-23  0:56 UTC  (4+ messages)

[PATCH v1 1/1] perf unwind: Fix map reference counts
 2023-06-22 22:23 UTC  (2+ messages)

[PATCH] perf probe: read DWARF files from the correct CU
 2023-06-22 22:04 UTC  (2+ messages)

[PATCH v1 1/2] perf pmus: Add notion of default PMU for JSON events
 2023-06-22 21:49 UTC  (4+ messages)
` [PATCH v1 2/2] perf pmu: Remove a hard coded cpu PMU assumption

[PATCH v5 0/3] Add metric value validation test
 2023-06-22 21:35 UTC  (3+ messages)

[PATCH] perf test: Remove x permission from lib/stat_output.sh
 2023-06-22 17:51 UTC  (2+ messages)

[PATCH 1/3] perf machine: Add machine->has_data_mmap field
 2023-06-22 17:27 UTC  (6+ messages)
` [PATCH 2/3] perf tools: Add kallsyms__get_symbol_start()
` [PATCH 3/3] perf machine: Include data symbols in the kernel map

[PATCH] perf lock contention: Add -x option for CSV style output
 2023-06-22 15:30 UTC  (2+ messages)

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-06-22 15:09 UTC  (4+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v3 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze

[PATCH] perf vendor events arm64: Add AmpereOne core pmu events
 2023-06-22 14:03 UTC  (5+ messages)

[PATCH v2 0/2] Unify uapi bitsperlong.h
 2023-06-22 12:50 UTC  (5+ messages)
` [PATCH v2 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v2 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze

[PATCH v2 1/2] perf symbol: Remove symbol_name_rb_node
 2023-06-22  5:54 UTC  (7+ messages)
` [PATCH v2 2/2] perf symbol_conf: Remove now unused sort_by_name

[PATCH] perf/amd: Prevent grouping of IBS events
 2023-06-22  5:49 UTC  (13+ messages)
    ` [PATCH] perf evsel amd: Fix IBS error message

[PATCH v1 1/3] perf unwind: Fix map reference counts
 2023-06-22  5:01 UTC 

[PATCH V12 00/10] arm64/perf: Enable branch stack sampling
 2023-06-22  2:07 UTC  (9+ messages)
` [PATCH V12 08/10] arm64/perf: Add struct brbe_regset helper functions
` [PATCH V12 09/10] arm64/perf: Implement branch records save on task sched out
` [PATCH V12 10/10] arm64/perf: Implement branch records save on PMU IRQ

[PATCH V12 05/10] arm64/perf: Add branch stack support in ARMV8 PMU
 2023-06-22  1:52 UTC  (7+ messages)

[PATCH V3] perf vendor events riscv: add T-HEAD C9xx JSON file
 2023-06-22  0:11 UTC  (2+ messages)

[PATCH v2 0/6] watchdog/hardlockup: Cleanup configuration of hardlockup detectors
 2023-06-21 23:50 UTC  (4+ messages)
` [PATCH v2 6/6] watchdog/hardlockup: Define HARDLOCKUP_DETECTOR_ARCH

[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-06-21 23:37 UTC  (2+ messages)

Linux Perf Tool Office Hours
 2023-06-21 22:15 UTC  (4+ messages)

[PATCH v2 0/3] Do IRQ move cleanup with a timer instead of an IPI
 2023-06-21 17:12 UTC  (4+ messages)
` [PATCH v2 1/3] x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()
` [PATCH v2 2/3] x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callback
` [PATCH v2 3/3] tools: Get rid of IRQ_MOVE_CLEANUP_VECTOR from tools

[PATCH] perf annotate: Fix instruction association and parsing for LoongArch
 2023-06-21 17:28 UTC  (2+ messages)

[PATCH v2 1/2] perf sharded_mutex: Introduce sharded_mutex
 2023-06-21 17:27 UTC  (3+ messages)

[PATCH] tools: Fix incorrect calculation of object size by sizeof
 2023-06-21 17:26 UTC  (4+ messages)

[PATCH] perf parse: Add missing newline to pr_debug message in evsel__compute_group_pmu_name()
 2023-06-21 17:25 UTC  (3+ messages)

[PATCH] perf parse-events: Remove unneeded semicolon
 2023-06-21 17:24 UTC  (3+ messages)

[PATCH v3] perf stat: Add missing newline in pr_err messages
 2023-06-21 17:22 UTC  (2+ messages)

[PATCH v2] Subject: perf jit: Fix incorrect file name in DWARF line table
 2023-06-21 17:21 UTC  (2+ messages)

[PATCH] perf/core: Add pmu stop before unthrottling to prevent WARNING
 2023-06-21 11:58 UTC  (4+ 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).