messages from 2023-11-27 13:18:05 to 2023-11-30 12:58:52 UTC [more...]
[PATCH v4 00/13] Support Andes PMU extension
2023-11-30 12:58 UTC (17+ messages)
` [PATCH v4 04/13] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v4 09/13] dt-bindings: riscv: Add T-Head PMU extension description
` [PATCH v4 11/13] riscv: dts: allwinner: Add T-Head PMU extension
Perf support in CPython
2023-11-30 12:42 UTC (5+ messages)
armv8pmu: Pending overflow interrupt is discarded when perf event is disabled
2023-11-30 12:23 UTC (5+ messages)
[PATCH] perf test record+probe_libc_inet_pton: Fix call chain match on powerpc
2023-11-30 10:46 UTC (6+ messages)
[PATCH v6 0/3] arm64: perf: Add support for event counting threshold
2023-11-30 10:36 UTC (9+ messages)
` [PATCH v6 2/3] "
` [PATCH v6 3/3] Documentation: arm64: Document the PMU event counting threshold feature
[PATCH RFC 0/3] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
2023-11-30 10:07 UTC (10+ 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] KVM: x86/pmu: Prevent any host user from enabling PEBS for profiling guest
2023-11-30 7:29 UTC (3+ messages)
[PATCH v2] perf/x86/amd: Reject branch stack for IBS events
2023-11-30 6:22 UTC
[PATCH v2 1/4] perf build: Shellcheck support for OUTPUT directory
2023-11-30 5:47 UTC (5+ messages)
` [PATCH v2 2/4] perf list: Fix json segfault
` [PATCH v2 3/4] perf test: Use common python setup library
` [PATCH v2 4/4] perf test: Add basic list test
[PATCH v5 00/50] Improvements to memory use
2023-11-30 4:22 UTC (63+ 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
[V14 0/8] arm64/perf: Enable branch stack sampling
2023-11-30 3:58 UTC (4+ messages)
` [V14 3/8] drivers: perf: arm_pmuv3: Enable branch stack sampling framework
[PATCHSET 0/8] perf annotate: Make annotation_options global (v1)
2023-11-30 0:01 UTC (13+ 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 v1] perf stat: Fix help message for --metric-no-threshold option
2023-11-29 22:35 UTC
[PATCH v1 1/2] perf list: Fix json segfault
2023-11-29 21:37 UTC (7+ messages)
` [PATCH v1 2/2] perf test: Add basic list test
[PATCH] perf mem: Fix perf mem error on hybrid
2023-11-29 21:15 UTC (5+ messages)
[PATCH 0/2] Skip the 'perf test sigtrap' on kernels with sleepable spinlocks
2023-11-29 20:42 UTC (5+ messages)
` [PATCH 1/2] perf test sigtrap: Generalize the BTF routine to reuse it in this test
` [PATCH 2/2] perf tests sigtrap: Skip if running on a kernel with sleepable spinlocks
[GIT PULL] perf tools fixes for v6.7: 1st batch
2023-11-29 19:21 UTC
[PATCH 0/2] perf build: Fixes for arm64 sysreg-defs build rules
2023-11-29 16:27 UTC (3+ messages)
` [PATCH 2/2] perf build: Ensure sysreg-defs Makefile respects output dir
[syzbot] [perf?] general protection fault in inherit_task_group
2023-11-29 12:21 UTC (3+ messages)
[PATCH] perf/x86: Don't enforce minimum period for KVM guest-only events
2023-11-29 11:20 UTC (4+ messages)
Question about perf sibling_list race problem
2023-11-29 10:32 UTC (2+ messages)
[PATCH] perf help:Fail check on dynamic allocation
2023-11-29 9:42 UTC
[PATCH v7 0/4] Introduce perf check subcommand
2023-11-29 7:09 UTC (4+ messages)
[PATCH v3] perf vendor events amd: Add Zen 4 memory controller events
2023-11-29 6:25 UTC
[PATCH v1 00/14] Clean up libperf cpumap's empty function
2023-11-29 6:02 UTC (15+ messages)
` [PATCH v1 01/14] libperf cpumap: Rename perf_cpu_map__dummy_new
` [PATCH v1 02/14] libperf cpumap: Rename and prefer sysfs for perf_cpu_map__default_new
` [PATCH v1 03/14] libperf cpumap: Rename perf_cpu_map__empty
` [PATCH v1 04/14] libperf cpumap: Replace usage of perf_cpu_map__new(NULL)
` [PATCH v1 05/14] libperf cpumap: Add for_each_cpu that skips the "any CPU" case
` [PATCH v1 06/14] libperf cpumap: Add any, empty and min helpers
` [PATCH v1 07/14] perf arm-spe/cs-etm: Directly iterate CPU maps
` [PATCH v1 08/14] perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use
` [PATCH v1 09/14] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
` [PATCH v1 10/14] perf top: Avoid repeated function calls
` [PATCH v1 11/14] perf arm64 header: Remove unnecessary CPU map get and put
` [PATCH v1 12/14] perf stat: Remove duplicate cpus_map_matched function
` [PATCH v1 13/14] perf cpumap: Use perf_cpu_map__for_each_cpu when possible
` [PATCH v1 14/14] libperf cpumap: Document perf_cpu_map__nr's behavior
[PATCH] perf vendor events: Update datasource event name to fix duplicate events
2023-11-29 5:21 UTC (3+ 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 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 v1] perf tests: Make DSO tests a suite rather than individual
2023-11-28 19:46 UTC
[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)
[RFC 00/52] perf tools: Introduce data type profiling (v2)
2023-11-27 22:07 UTC (3+ messages)
` [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 (4+ messages)
` [PATCH 2/3] perf: imx_perf: add support for i.MX95 platform
[PATCH 0/8] perf tests: Reduce inexplicable test failures
2023-11-27 17:34 UTC (6+ messages)
[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 (7+ messages)
[PATCH] perf lock: Fix a memory leak on an error path
2023-11-27 13:18 UTC (4+ 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).