messages from 2024-06-12 07:59:20 to 2024-06-16 03:32:30 UTC [more...]
[RFC PATCH v13 0/9] TPEBS counting mode support
2024-06-16 3:32 UTC (12+ messages)
` [RFC PATCH v13 1/9] Add fake testing metrics for GNR
` [RFC PATCH v13 2/9] perf parse-events: Add a retirement latency modifier
` [RFC PATCH v13 3/9] perf data: Allow to use given fd in data->file.fd
` [RFC PATCH v13 4/9] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v13 5/9] perf stat: Plugin retire_lat value from sampled data to evsel
` [RFC PATCH v13 6/9] perf vendor events intel: Add MTL metric json files
` [RFC PATCH v13 7/9] perf stat: Add command line option for enabling tpebs recording
` [RFC PATCH v13 8/9] perf Document: Add TPEBS to Documents
` [RFC PATCH v13 9/9] perf test: Add test for Intel TPEBS counting mode
[PATCH] perf: Timehist account sch delay for scheduled out running
2024-06-15 20:50 UTC (2+ messages)
[PATCH] perf: sched map skips redundant lines with cpu filters
2024-06-15 20:07 UTC (4+ messages)
[PATCH v4 0/3] Hardening perf subsystem
2024-06-15 16:09 UTC (10+ messages)
[PATCH v2 0/4] perf: support specify vdso path in cmdline
2024-06-15 9:20 UTC (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] perf: disasm: use build_id_path if fallback failed
` [PATCH v2 3/4] perf: symbol: generalize vmlinux path searching
` [PATCH v2 4/4] perf: symbol: try to seach vdso path if not given by user
[PATCH v1] perf trace: Filter enum arguments with enum names
2024-06-15 6:29 UTC
[PATCH v1] perf trace: Augment non-syscall tracepoints with enum arguments with BTF
2024-06-15 3:27 UTC
[PATCH v1] perf trace: Augment enum syscall arguments with BTF
2024-06-15 1:54 UTC
[PATCH v1 00/37] Update Intel perf vendor events
2024-06-14 23:01 UTC (38+ messages)
` [PATCH v1 01/37] perf vendor events: Update alderlake events/metrics
` [PATCH v1 02/37] perf vendor events: Update alderlaken events/metrics
` [PATCH v1 03/37] perf vendor events: Add bonnell counter information
` [PATCH v1 04/37] perf vendor events: Update broadwell metrics add event "
` [PATCH v1 05/37] perf vendor events: Update broadwellde "
` [PATCH v1 06/37] perf vendor events: Update broadwellx "
` [PATCH v1 07/37] perf vendor events: Update cascadelakex events/metrics
` [PATCH v1 08/37] perf vendor events: Update elkhartlake events
` [PATCH v1 09/37] perf vendor events: Add/update emeraldrapids events/metrics
` [PATCH v1 10/37] perf vendor events: Add goldmont counter information
` [PATCH v1 11/37] perf vendor events: Add goldmontplus "
` [PATCH v1 12/37] perf vendor events: Update/add grandridge events/metrics
` [PATCH v1 13/37] perf vendor events: Update grandridge events and add counter information
` [PATCH v1 14/37] perf vendor events: Add haswell "
` [PATCH v1 15/37] perf vendor events: Update haswellx metrics add event "
` [PATCH v1 16/37] perf vendor events: Add/update icelake events/metrics
` [PATCH v1 17/37] perf vendor events: Add/update icelakex events/metrics
` [PATCH v1 18/37] perf vendor events: Update ivybridge metrics add event counter information
` [PATCH v1 19/37] perf vendor events: Update ivytown "
` [PATCH v1 20/37] perf vendor events: Update jaketown "
` [PATCH v1 21/37] perf vendor events: Add knightslanding "
` [PATCH v1 22/37] perf vendor events: Add lunarlake "
` [PATCH v1 23/37] perf vendor events: Update meteorlake events and add "
` [PATCH v1 24/37] perf vendor events: Add nehalemep "
` [PATCH v1 25/37] perf vendor events: Add nehalemex "
` [PATCH v1 26/37] perf vendor events: Add/update rocketlake events/metrics
` [PATCH v1 27/37] perf vendor events: Update sandybridge metrics add event counter information
` [PATCH v1 28/37] perf vendor events: Add/update sapphirerapids events/metrics
` [PATCH v1 29/37] perf vendor events: Add/update sierraforest events/metrics
` [PATCH v1 30/37] perf vendor events: Add silvermont counter information
` [PATCH v1 31/37] perf vendor events: Add/update skylake events/metrics
` [PATCH v1 32/37] perf vendor events: Add/update skylakex events/metrics
` [PATCH v1 33/37] perf vendor events: Add snowridgex counter information
` [PATCH v1 34/37] perf vendor events: Add/update tigerlake events/metrics
` [PATCH v1 35/37] perf vendor events: Add westmereep-dp counter information
` [PATCH v1 36/37] perf vendor events: Add westmereep-sp "
` [PATCH v1 37/37] perf vendor events: Add westmereex "
[PATCH v4] perf trace: BTF-based enum pretty printing
2024-06-14 18:41 UTC (6+ messages)
[PATCH 1/2] tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
2024-06-14 17:27 UTC (2+ messages)
` [PATCH 2/2] tools/perf: Fix parallel-perf python script to replace new python syntax ":=" usage
[V4 00/16] Add data type profiling support for powerpc
2024-06-14 17:26 UTC (17+ messages)
` [V4 01/16] tools/perf: Move the data structures related to register type to header file
` [V4 02/16] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
` [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 07/16] tools/perf: Add support to identify memory instructions of opcode 31 in powerpc
` [V4 08/16] tools/perf: Add some of the arithmetic instructions to support instruction tracking "
` [V4 09/16] tools/perf: Add more instructions for instruction tracking
` [V4 10/16] tools/perf: Update instruction tracking for powerpc
` [V4 11/16] tools/perf: Make capstone_init non-static so that it can be used during symbol disassemble
` [V4 12/16] tools/perf: Use capstone_init and remove open_capstone_handle from disasm.c
` [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
` [V4 15/16] tools/perf: Add support for global_die to capture name of variable in case of register defined variable
` [V4 16/16] tools/perf: Set instruction name to be used with insn-stat when using raw instruction
[PATCH V18 0/9] arm64/perf: Enable branch stack sampling
2024-06-14 15:23 UTC (16+ messages)
` [PATCH V18 1/9] arm64/sysreg: Add BRBE registers and fields
` [PATCH V18 2/9] KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
` [PATCH V18 3/9] drivers: perf: arm_pmu: Add infrastructure for branch stack sampling
` [PATCH V18 4/9] arm64/boot: Enable EL2 requirements for BRBE
` [PATCH V18 5/9] drivers: perf: arm_pmuv3: Enable branch stack sampling via FEAT_BRBE
` [PATCH V18 6/9] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH V18 7/9] perf: test: Speed up running brstack test on an Arm model
` [PATCH V18 8/9] perf: test: Remove empty lines from branch filter test output
` [PATCH V18 9/9] perf: test: Extend branch stack sampling test for Arm64 BRBE
[PATCH v1] perf test pmu: Warn don't fail for legacy mixed case event names
2024-06-14 13:45 UTC (2+ messages)
[PATCH 1/3] tools/perf: Fix the nrcpus in perf bench futex to enable the run when all CPU's are not online
2024-06-14 13:45 UTC (4+ messages)
[PATCH v2] perf record: Ensure space for lost samples
2024-06-14 13:31 UTC (2+ messages)
[PATCH] perf pmus: Fixes always false when compare duplicates aliases
2024-06-14 9:43 UTC
[PATCH v3 0/8] Refactor perf python module build
2024-06-14 9:33 UTC (10+ messages)
` [PATCH v3 1/8] perf build: Add '*.a' to clean targets
` [PATCH v3 2/8] perf ui: Make ui its own library
` [PATCH v3 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v3 4/8] perf test: Make tests its own library
` [PATCH v3 5/8] perf bench: Make bench "
` [PATCH v3 6/8] perf util: Make util "
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v3 8/8] perf python: Clean up build dependencies
[PATCH 0/2] perf: support specify vdso path in cmdline
2024-06-14 3:55 UTC (11+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] perf: disasm: prefer symsrc_filename for filename
[PATCH v2] perf sched map: Add command-name, fuzzy-name options to filter the output map
2024-06-14 3:43 UTC (4+ messages)
WARNING in __perf_event_overflow
2024-06-13 20:29 UTC (3+ messages)
[PATCH v2 0/8] Refactor perf python module build
2024-06-13 18:32 UTC (9+ messages)
` [PATCH v2 1/8] perf build: Add '*.a' to clean targets
` [PATCH v2 2/8] perf ui: Make ui its own library
` [PATCH v2 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v2 4/8] perf test: Make tests its own library
` [PATCH v2 5/8] perf bench: Make bench "
` [PATCH v2 6/8] perf util: Make util "
` [PATCH v2 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v2 8/8] perf python: Clean up build dependencies
[PATCH v2 00/54] Mediated Passthrough vPMU 2.0 for x86
2024-06-13 18:04 UTC (11+ messages)
` [PATCH v2 07/54] perf: Add generic exclude_guest support
[PATCH v1 0/7] Refactor perf python module build
2024-06-13 16:55 UTC (12+ messages)
` [PATCH v1 1/7] perf ui: Make ui its own library
` [PATCH v1 2/7] perf pmu-events: Make pmu-events a library
` [PATCH v1 3/7] perf test: Make tests its own library
` [PATCH v1 4/7] perf bench: Make bench "
` [PATCH v1 5/7] perf util: Make util "
` [PATCH v1 6/7] perf python: Switch module to linking libraries from building source
` [PATCH v1 7/7] perf python: Clean up build dependencies
[PATCH] perf test stat_bpf_counter.sh: Remove comparison of separate runs
2024-06-13 14:20 UTC (3+ messages)
Linux Perf Tool Office Hours
2024-06-13 13:48 UTC (3+ messages)
Perf Wiki Appears Broken
2024-06-13 13:01 UTC (3+ messages)
[PATCH] perf/test: Speed up test case perf annotate basic tests
2024-06-13 11:26 UTC
[PATCH 0/6] Add per-core RAPL energy counter support for AMD CPUs
2024-06-13 6:39 UTC (4+ messages)
` [PATCH 6/6] perf/x86/rapl: Add per-core "
[PATCH v2 2/2] perf jevents: Autogenerate empty-pmu-events.c
2024-06-13 3:04 UTC (7+ messages)
[RESEND v1 0/3] x86/cpufeatures: Automatically generate required and disabled feature masks
2024-06-13 2:56 UTC (4+ messages)
` [RESEND v1 1/3] x86/cpufeatures: Add {required,disabled} feature configs
[PATCH v3] perf trace: BTF-based enum pretty printing
2024-06-13 2:27 UTC
(no subject)
2024-06-12 21:54 UTC (7+ messages)
` [PATCH v2 4/6] x86/irq: Process nmi sources in NMI handler
` [PATCH v2 5/6] perf/x86: Enable NMI source reporting for perfmon
[PATCH v1] perf arm: Workaround ARM PMUs cpu maps having offline cpus
2024-06-12 20:59 UTC (7+ messages)
[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
2024-06-12 17:31 UTC (12+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
[PATCH v6 0/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
2024-06-12 14:56 UTC (8+ messages)
` [PATCH v6 1/2] "
[PATCH] perf test: Make test_arm_callgraph_fp.sh more robust
2024-06-12 14:03 UTC
[PATCH v8 0/4] perf: Support PERF_SAMPLE_READ with inherit
2024-06-12 13:39 UTC (5+ messages)
` [PATCH v8 1/4] perf: Rename perf_event_context.nr_pending to nr_no_switch_fast
` [PATCH v8 2/4] perf: Support PERF_SAMPLE_READ with inherit
` [PATCH v8 3/4] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
` [PATCH v8 4/4] tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events
[PATCH v2] perf trace: BTF-based enum pretty printing
2024-06-12 12:43 UTC
[PATCH V3 00/14] Add data type profiling support for powerpc
2024-06-12 8:42 UTC (5+ messages)
` [PATCH V3 05/14] tools/perf: Add disasm_line__parse to parse raw instruction "
[PATCH RESEND] perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra Forest
2024-06-12 8:08 UTC (2+ messages)
` [PATCH RESEND AGAIN] "
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).