messages from 2023-11-23 07:54:39 to 2023-11-29 06:02:15 UTC [more...]
[PATCH v1 00/14] Clean up libperf cpumap's empty function
2023-11-29 6:01 UTC
[PATCH v7 0/4] Introduce perf check subcommand
2023-11-29 5:33 UTC (2+ messages)
[PATCH] perf vendor events: Update datasource event name to fix duplicate events
2023-11-29 5:21 UTC (3+ messages)
[PATCH] perf test record+probe_libc_inet_pton: Fix call chain match on powerpc
2023-11-29 5:24 UTC (4+ messages)
[PATCH V4] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf
2023-11-29 5:22 UTC (4+ messages)
[PATCH] perf/x86: Don't enforce minimum period for KVM guest-only events
2023-11-29 1:33 UTC (3+ messages)
[PATCH] perf mem: Fix perf mem error on hybrid
2023-11-28 20:39 UTC
[PATCH v4 00/53] Improvements to memory use
2023-11-28 20:29 UTC (28+ messages)
` [PATCH v4 01/53] perf comm: Use regular mutex
` [PATCH v4 03/53] libperf: Lazily allocate mmap event copy
` [PATCH v4 04/53] perf mmap: Lazily initialize zstd streams
` [PATCH v4 06/53] tools api fs: Switch filename__read_str to use io.h
` [PATCH v4 07/53] tools api fs: Avoid reading whole file for a 1 byte bool
` [PATCH v4 10/53] perf record: Be lazier in allocating lost samples buffer
[PATCH RFC 0/3] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
2023-11-28 19:52 UTC (5+ messages)
` [PATCH RFC 1/3] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH RFC 2/3] perf/x86/intel/pt: Add support for pause_resume()
` [PATCH RFC 3/3] perf tools: Add support for AUX area pause_resume()
[PATCH v1] perf tests: Make DSO tests a suite rather than individual
2023-11-28 19:46 UTC
[PATCHSET 0/8] perf annotate: Make annotation_options global (v1)
2023-11-28 19:20 UTC (11+ messages)
` [PATCH 1/8] perf annotate: Introduce global annotation_options
` [PATCH 2/8] perf report: Convert to the "
` [PATCH 3/8] perf top: "
` [PATCH 4/8] perf annotate: Use "
` [PATCH 5/8] perf ui/browser/annotate: "
` [PATCH 6/8] perf annotate: Ensure init/exit for global options
` [PATCH 7/8] perf annotate: Remove remaining usages of local annotation options
` [PATCH 8/8] perf annotate: Get rid "
[PATCH] tools/perf: Fix man page formatting for perf lock
2023-11-28 11:08 UTC (2+ messages)
[PATCH 0/2] drivers: perf: arm_pmu: Drop 'pmu_lock' element from 'struct pmu_hw_events'
2023-11-28 5:29 UTC (2+ messages)
[PATCH v5 00/50] Improvements to memory use
2023-11-27 22:09 UTC (51+ messages)
` [PATCH v5 01/50] perf comm: Use regular mutex
` [PATCH v5 02/50] libperf: Lazily allocate/size mmap event copy
` [PATCH v5 03/50] perf mmap: Lazily initialize zstd streams
` [PATCH v5 04/50] tools api fs: Switch filename__read_str to use io.h
` [PATCH v5 05/50] tools api fs: Avoid reading whole file for a 1 byte bool
` [PATCH v5 06/50] tools lib api: Add io_dir an allocation free readdir alternative
` [PATCH v5 07/50] perf maps: Switch modules tree walk to io_dir__readdir
` [PATCH v5 08/50] perf record: Be lazier in allocating lost samples buffer
` [PATCH v5 09/50] perf pmu: Switch to io_dir__readdir
` [PATCH v5 10/50] perf header: Switch mem topology "
` [PATCH v5 11/50] perf events: Remove scandir in thread synthesis
` [PATCH v5 12/50] perf map: Simplify map_ip/unmap_ip and make map size smaller
` [PATCH v5 13/50] perf maps: Move symbol maps functions to maps.c
` [PATCH v5 14/50] perf thread: Add missing RC_CHK_EQUAL
` [PATCH v5 15/50] perf maps: Add maps__for_each_map to call a function on each entry
` [PATCH v5 16/50] perf maps: Add remove maps function to remove a map based on callback
` [PATCH v5 17/50] perf debug: Expose debug file
` [PATCH v5 18/50] perf maps: Refactor maps__fixup_overlappings
` [PATCH v5 19/50] perf maps: Do simple merge if given map doesn't overlap
` [PATCH v5 20/50] perf maps: Rename clone to copy from
` [PATCH v5 21/50] perf maps: Add maps__load_first
` [PATCH v5 22/50] perf maps: Add find next entry to give entry after the given map
` [PATCH v5 23/50] perf maps: Reduce scope of map_rb_node and maps internals
` [PATCH v5 24/50] perf maps: Fix up overlaps during fixup_end
` [PATCH v5 25/50] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v5 26/50] perf maps: Get map before returning in maps__find
` [PATCH v5 27/50] perf maps: Get map before returning in maps__find_by_name
` [PATCH v5 28/50] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v5 29/50] perf maps: Hide maps internals
` [PATCH v5 30/50] perf maps: Locking tidy up of nr_maps
` [PATCH v5 31/50] perf dso: Reorder variables to save space in struct dso
` [PATCH v5 32/50] perf report: Sort child tasks by tid
` [PATCH v5 33/50] perf trace: Ignore thread hashing in summary
` [PATCH v5 34/50] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v5 35/50] perf threads: Move threads to its own files
` [PATCH v5 36/50] perf threads: Switch from rbtree to hashmap
` [PATCH v5 37/50] perf threads: Reduce table size from 256 to 8
` [PATCH v5 38/50] perf dsos: Attempt to better abstract dsos internals
` [PATCH v5 39/50] perf dsos: Tidy reference counting and locking
` [PATCH v5 40/50] perf dsos: Add dsos__for_each_dso
` [PATCH v5 41/50] perf dso: Move dso functions out of dsos
` [PATCH v5 42/50] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v5 43/50] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v5 44/50] perf dsos: Remove __dsos__addnew
` [PATCH v5 45/50] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v5 46/50] perf dsos: Switch hand code to bsearch
` [PATCH v5 47/50] perf dso: Add reference count checking and accessor functions
` [PATCH v5 48/50] perf dso: Reference counting related fixes
` [PATCH v5 49/50] perf dso: Use container_of to avoid a pointer in dso_data
` [PATCH v5 50/50] perf env: Avoid recursively taking env->bpf_progs.lock
[RFC 00/52] perf tools: Introduce data type profiling (v2)
2023-11-27 22:07 UTC (9+ messages)
` [PATCH 18/52] perf report: Add 'type' sort key
` [PATCH 32/52] perf dwarf-aux: Add die_find_variable_by_addr()
[PATCH] perf tools: Add --debug-file option to redirect debug output
2023-11-27 22:06 UTC (3+ messages)
[RFC 00/48] perf tools: Introduce data type profiling (v1)
2023-11-27 19:05 UTC (3+ messages)
` [PATCH 02/48] perf annotate: Check if operand has multiple regs
[PATCH] perf test: Use existing config value for objdump path
2023-11-27 18:57 UTC (3+ messages)
[PATCH V4 RESEND] perf vendor events riscv: add T-HEAD C9xx JSON file
2023-11-27 18:54 UTC (2+ messages)
[PATCH v1] perf vendor events: Add skx, clx, icx and spr upi bandwidth metric
2023-11-27 18:44 UTC (3+ messages)
[PATCH 1/3] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
2023-11-27 17:36 UTC (5+ messages)
` [PATCH 2/3] perf: imx_perf: add support for i.MX95 platform
` [PATCH 3/3] perf vendor events arm64:: Add i.MX95 DDR Performane Monitor metrics
[PATCH 0/8] perf tests: Reduce inexplicable test failures
2023-11-27 17:34 UTC (14+ messages)
` [PATCH 1/8] perf header: Fix segfault on build_mem_topology() error path
` [PATCH 2/8] perf tests lib: Add perf_has_symbol.sh
` [PATCH 3/8] perf tests: Skip pipe test if noploop symbol is missing
` [PATCH 4/8] perf tests: Skip record test if test_loop "
` [PATCH 5/8] perf tests: Skip Arm64 callgraphs test if leafloop "
` [PATCH 6/8] perf tests: Skip branch stack sampling test if brstack_bench "
` [PATCH 7/8] perf tests: Make data symbol test wait for perf to start
` [PATCH 8/8] perf tests: Skip data symbol test if buf1 symbol is missing
[PATCH linux-next] perf report: remove warning on missing raw data for s390
2023-11-27 15:07 UTC (3+ messages)
[PATCH 0/2] Perf lock improvements
2023-11-27 14:43 UTC (8+ messages)
` [PATCH 2/2] perf lock info: Enforce exactly one of --map and --thread
[PATCH v4] perf vendor events riscv: add StarFive Dubhe-90 JSON file
2023-11-27 14:40 UTC (2+ messages)
[PATCH] perf/tests:coresight:remove unused variables
2023-11-27 14:36 UTC (3+ messages)
[PATCH] perf test: Remove atomics from test_loop to avoid test failures
2023-11-27 13:29 UTC (8+ messages)
[PATCH] perf lock: Fix a memory leak on an error path
2023-11-27 13:18 UTC (4+ messages)
[PATCH v6 0/3] arm64: perf: Add support for event counting threshold
2023-11-27 10:24 UTC (7+ messages)
` [PATCH v6 1/3] arm64: perf: Include threshold control fields in PMEVTYPER mask
` [PATCH v6 2/3] arm64: perf: Add support for event counting threshold
` [PATCH v6 3/3] Documentation: arm64: Document the PMU event counting threshold feature
[V14 0/8] arm64/perf: Enable branch stack sampling
2023-11-27 8:25 UTC (16+ messages)
` [V14 3/8] drivers: perf: arm_pmuv3: Enable branch stack sampling framework
` [V14 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests
[PATCH] perf pmu: add loaded_json_aliases for non-core pmu when get total events number
2023-11-27 6:34 UTC (2+ messages)
[GIT PULL] perf events fix
2023-11-26 17:16 UTC (2+ messages)
[PATCH] perf help:Fail check on dynamic allocation
2023-11-24 16:59 UTC (2+ messages)
[PATCH v4 00/13] Support Andes PMU extension
2023-11-24 15:08 UTC (23+ messages)
` [PATCH v4 01/13] riscv: errata: Rename defines for Andes
` [PATCH v4 04/13] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v4 05/13] riscv: dts: renesas: r9a07g043f: Update compatible string to use Andes INTC
` [PATCH v4 07/13] RISC-V: Move T-Head PMU to CPU feature alternative framework
` [PATCH v4 08/13] perf: RISC-V: Introduce Andes PMU for perf event sampling
` [PATCH v4 09/13] dt-bindings: riscv: Add T-Head PMU extension description
` [PATCH v4 10/13] dt-bindings: riscv: Add Andes "
` [PATCH v4 11/13] riscv: dts: allwinner: Add T-Head PMU extension
` [PATCH v4 12/13] riscv: dts: renesas: Add Andes "
` [PATCH v4 13/13] riscv: andes: Support symbolic FW and HW raw events
[RFC PATCH v1] perf parse-events: Make legacy events lower priority than sysfs/json
2023-11-24 13:51 UTC (15+ messages)
[PATCH] perf callchain: Support riscv cross-platform
2023-11-24 11:47 UTC (2+ messages)
[PATCH v5 0/3] arm64: perf: Add support for event counting threshold
2023-11-24 9:52 UTC (11+ messages)
` [PATCH v5 2/3] "
` [PATCH v5 3/3] Documentation: arm64: Document the PMU event counting threshold feature
[REGRESSION] Perf (userspace) broken on big.LITTLE systems since v6.5
2023-11-23 17:15 UTC (9+ messages)
[PATCH v1 0/2] perf cs-etm: Add support for itrace option 'T'
2023-11-23 14:42 UTC (9+ messages)
` [PATCH v1 1/2] perf auxtrace: Add 'T' itrace option for timestamp trace
[PATCH] perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is present
2023-11-23 14:31 UTC (3+ messages)
REGRESSION linux-next since Nov 16th, perf tool broken (at least on s390)
2023-11-23 11:38 UTC (6+ 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).