linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-29 12:20:14 to 2024-02-05 09:01:44 UTC [more...]

[PATCH] perf stat: Enable iostat mode for HiSilicon PCIe PMU
 2024-02-05  9:01 UTC  (2+ messages)

[PATCH 0/2] perf symbols: Slightly improve module file executable section mappings
 2024-02-05  7:08 UTC  (7+ messages)
` [PATCH 1/2] perf script: Make it possible to see perf's kernel and module memory mappings
` [PATCH 2/2] perf symbols: Slightly improve module file executable section mappings

[PATCH] perf: make pmu_bus const
 2024-02-04 14:25 UTC  (2+ messages)

[PATCH] perf/x86/uncore: avoid null-ptr-deref on error in pmu_alloc_topology
 2024-02-04 13:48 UTC 

[PATCH v2 0/4] perf sched: Fix task state report
 2024-02-04  2:03 UTC  (4+ messages)
` [PATCH] perf evsel: Rename get_states() to parse_task_states() and make it public

[GIT PULL] perf tools fixes for v6.8
 2024-02-03 13:15 UTC  (7+ messages)

[PATCHSET 00/14] perf tools: Remaining bits of data type profiling (v5)
 2024-02-03  3:21 UTC  (20+ messages)
` [PATCH 01/14] perf dwarf-aux: Add die_collect_vars()
` [PATCH 02/14] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 03/14] perf annotate-data: Introduce struct data_loc_info
` [PATCH 04/14] perf map: Add map__objdump_2rip()
` [PATCH 05/14] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 06/14] perf annotate-data: Maintain variable type info
` [PATCH 07/14] perf annotate-data: Add update_insn_state()
` [PATCH 08/14] perf annotate-data: Handle global variable access
` [PATCH 09/14] perf annotate-data: Handle call instructions
` [PATCH 10/14] perf annotate-data: Implement instruction tracking
` [PATCH 11/14] perf annotate: Parse x86 segment register location
` [PATCH 12/14] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 13/14] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 14/14] perf annotate-data: Add stack canary type

[PATCH 0/1] tools: perf: Expose sample ID / stream ID to python scripts
 2024-02-03  1:54 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v3 0/8] Clean up libperf cpumap's empty function
 2024-02-02 23:40 UTC  (9+ messages)
` [PATCH v3 1/8] libperf cpumap: Add any, empty and min helpers
` [PATCH v3 2/8] libperf cpumap: Ensure empty cpumap is NULL from alloc
` [PATCH v3 3/8] perf arm-spe/cs-etm: Directly iterate CPU maps
` [PATCH v3 4/8] perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use
` [PATCH v3 5/8] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
` [PATCH v3 6/8] perf arm64 header: Remove unnecessary CPU map get and put
` [PATCH v3 7/8] perf stat: Remove duplicate cpus_map_matched function
` [PATCH v3 8/8] perf cpumap: Use perf_cpu_map__for_each_cpu when possible

[PATCH v2] perf Documentation: Add some more hints to tips.txt
 2024-02-02 20:58 UTC  (2+ messages)

[PATCH v1 1/1] perf test: Simplify metric value validation test final report
 2024-02-02 20:58 UTC  (3+ messages)

[PATCH] perf report: Prevent segfault with --no-parent
 2024-02-02 20:57 UTC  (3+ messages)

[PATCH] perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()
 2024-02-02 20:57 UTC  (2+ messages)

[PATCH 1/1] perf bpf: Clean up the generated/copied vmlinux.h
 2024-02-02 15:40 UTC  (2+ messages)

[PATCH] perf header: Set proper symbol name for vdso when build-id event found
 2024-02-02 11:16 UTC  (4+ messages)

[RFC] perf: Reconsider an error code selection in bpf_map__fprintf()
 2024-02-02  6:48 UTC  (2+ messages)

[PATCH v8 00/25] maps/threads/dsos memory improvements and fixes
 2024-02-02  6:15 UTC  (26+ messages)
` [PATCH v8 01/25] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v8 02/25] perf maps: Get map before returning in maps__find
` [PATCH v8 03/25] perf maps: Get map before returning in maps__find_by_name
` [PATCH v8 04/25] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v8 05/25] perf maps: Hide maps internals
` [PATCH v8 06/25] perf maps: Locking tidy up of nr_maps
` [PATCH v8 07/25] perf dso: Reorder variables to save space in struct dso
` [PATCH v8 08/25] perf report: Sort child tasks by tid
` [PATCH v8 09/25] perf trace: Ignore thread hashing in summary
` [PATCH v8 10/25] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v8 11/25] perf threads: Move threads to its own files
` [PATCH v8 12/25] perf threads: Switch from rbtree to hashmap
` [PATCH v8 13/25] perf threads: Reduce table size from 256 to 8
` [PATCH v8 14/25] perf dsos: Attempt to better abstract dsos internals
` [PATCH v8 15/25] perf dsos: Tidy reference counting and locking
` [PATCH v8 16/25] perf dsos: Add dsos__for_each_dso
` [PATCH v8 17/25] perf dso: Move dso functions out of dsos
` [PATCH v8 18/25] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v8 19/25] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v8 20/25] perf dsos: Remove __dsos__addnew
` [PATCH v8 21/25] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v8 22/25] perf dsos: Switch hand code to bsearch
` [PATCH v8 23/25] perf dso: Add reference count checking and accessor functions
` [PATCH v8 24/25] perf dso: Reference counting related fixes
` [PATCH v8 25/25] perf dso: Use container_of to avoid a pointer in dso_data

[PATCH v7 00/25] maps/threads/dsos memory improvements and fixes
 2024-02-02  4:21 UTC  (6+ messages)
` [PATCH v7 01/25] perf maps: Switch from rbtree to lazily sorted array for addresses

[PATCH v1 1/3] perf stat: Pass fewer metric arguments
 2024-02-02  2:25 UTC  (3+ messages)
` [PATCH v1 2/3] perf metrics: Compute unmerged uncore metrics individually
` [PATCH v1 3/3] perf stat: Fix metric-only aggregation index

Document: How to Use Perf to Debug Perf
 2024-02-02  2:22 UTC 

[PATCH 1/7] perf testsuite: Add common regex patters
 2024-02-02  0:05 UTC  (11+ messages)
` [PATCH 2/7] perf testsuite: Add common setting for shell tests
` [PATCH 3/7] perf testsuite: Add initialization script "
` [PATCH 4/7] perf testsuite: Add test case for perf probe
` [PATCH 5/7] perf testsuite: Add common output checking helpers
` [PATCH 6/7] perf testsuite: Add test for kprobe handling
` [PATCH 7/7] perf testsuite: Install kprobe tests and common files

Perf not able to cross compile
 2024-02-01 19:21 UTC  (4+ messages)

[PATCH V4 00/11] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-02-01 16:29 UTC  (4+ messages)

[PATCH v2 0/8] Clean up libperf cpumap's empty function
 2024-02-01 14:24 UTC  (12+ messages)
` [PATCH v2 1/8] libperf cpumap: Add any, empty and min helpers
` [PATCH v2 2/8] libperf cpumap: Ensure empty cpumap is NULL from alloc
` [PATCH v2 3/8] perf arm-spe/cs-etm: Directly iterate CPU maps
` [PATCH v2 4/8] perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use
` [PATCH v2 5/8] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
` [PATCH v2 6/8] perf arm64 header: Remove unnecessary CPU map get and put
` [PATCH v2 7/8] perf stat: Remove duplicate cpus_map_matched function
` [PATCH v2 8/8] perf cpumap: Use perf_cpu_map__for_each_cpu when possible

[PATCH v2 1/3] perf tsc: Add missing newlines to debug statements
 2024-02-01 13:59 UTC  (6+ messages)
` [PATCH v2 2/3] perf parse-events: Improve error location of terms cloned from an event
` [PATCH v2 3/3] perf parse-events: Print all errors

[PATCH v1 00/14] Clean up libperf cpumap's empty function
 2024-02-01 11:06 UTC  (6+ messages)
` [PATCH v1 07/14] perf arm-spe/cs-etm: Directly iterate CPU maps

[PATCH v1 0/3] x86/cpufeatures: Automatically generate required and disabled feature masks
 2024-02-01  5:46 UTC  (4+ messages)
` [PATCH v1 1/3] x86/cpufeatures: Add {required,disabled} feature configs
` [PATCH v1 2/3] x86/cpufeatures: Generate a feature mask header based on build config
` [PATCH v1 3/3] x86/cpufeatures: Remove {disabled,required}-features.h

[PATCH v2 1/9] perf thread_map: Skip exited threads when scanning /proc
 2024-02-01  0:15 UTC  (9+ messages)
` [PATCH v2 2/9] perf list: Add scandirat compatibility function
` [PATCH v2 3/9] perf tests: Avoid fork in perf_has_symbol test
` [PATCH v2 4/9] tools subcmd: Add a no exec function call option
` [PATCH v2 5/9] perf test: Rename builtin-test-list and add missed header guard
` [PATCH v2 6/9] perf tests: Use scandirat for shell script finding
` [PATCH v2 7/9] perf tests: Run time generate shell test suites
` [PATCH v2 8/9] perf srcline: Add missed addr2line closes
` [PATCH v2 9/9] perf tests: Add option to run tests in parallel

[PATCH 1/1] perf trace: Collect sys_nanosleep first argument
 2024-01-31 21:39 UTC  (2+ messages)

[PATCH v1] perf jevents: Drop or simplify small integer values
 2024-01-31 21:28 UTC  (2+ messages)

[PATCH] perf test: Enable Symbols test to work with a current module dso
 2024-01-31 20:58 UTC  (2+ messages)

[Intel Alderlake CPUID issue]
 2024-01-31 15:49 UTC  (4+ messages)

[PATCH v4 1/6] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-01-31 15:29 UTC  (9+ messages)
` [PATCH v4 2/6] perf: imx_perf: refactor driver for imx93
` [PATCH v4 3/6] perf: imx_perf: add support for i.MX95 platform
` [PATCH v4 4/6] perf: imx_perf: add macro definitions for parsing config attr
` [PATCH v4 5/6] perf: imx_perf: limit counter ID from user space and optimize counter usage
` [PATCH v4 6/6] perf vendor events arm64:: Add i.MX95 DDR Performane Monitor metrics

[PATCH v1 1/2] perf tsc: Add missing newlines to debug statements
 2024-01-31 13:35 UTC  (5+ messages)
` [PATCH v1 2/2] perf parse-events: Improve error location of terms cloned from an event

[PATCH] perf/pmu-events/powerpc: Update json mapfile with Power11 PVR
 2024-01-31 11:30 UTC  (2+ messages)

[PATCH v3 1/4] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-01-31  1:56 UTC  (12+ messages)
` [PATCH v3 2/4] perf: imx_perf: add support for i.MX95 platform
` [PATCH v3 3/4] perf: imx_perf: limit counter ID from user space and optimize counter usage
` [PATCH v3 4/4] perf vendor events arm64:: Add i.MX95 DDR Performane Monitor metrics

Intel Sapphire Rapids uncore: umask too big
 2024-01-31  1:40 UTC  (3+ messages)

[PATCH] perf Documentation: Add some more hints to tips.txt
 2024-01-31  0:25 UTC  (2+ messages)

[PATCH v8] Documentation: userspace-api: Document perf ring buffer mechanism
 2024-01-30 20:59 UTC  (2+ messages)

[PATCH v4] perf evlist: Fix evlist__new_default() for > 1 core PMU
 2024-01-30 14:39 UTC  (2+ messages)

perf test hybrid failing on 14700K
 2024-01-30 14:02 UTC  (4+ messages)

[PATCH] tools/perf: Fix compiler error when using gcc-14
 2024-01-30 13:56 UTC  (2+ messages)

[PATCH V16 0/8] arm64/perf: Enable branch stack sampling
 2024-01-30  3:41 UTC  (7+ messages)
` [PATCH V16 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
` [PATCH V16 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests

[PATCH bpf-next] perf/bpf: Fix duplicate type check
 2024-01-29 21:50 UTC  (4+ messages)

[PATCH 1/1] bpftool: Be more portable by using POSIX's basename()
 2024-01-29 15:17 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).