linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-07 01:44:58 to 2023-06-12 08:45:44 UTC [more...]

[PATCH 0/2] Fix high-order allocations for AUX space
 2023-06-12  8:45 UTC  (8+ messages)
` [PATCH 1/2] perf/core: Bail out early if the request AUX area is out of bound
` [PATCH 2/2] perf/ring_buffer: Fix high-order allocations for AUX space with correct MAX_ORDER limit

[PATCH V11 00/10] arm64/perf: Enable branch stack sampling
 2023-06-12  8:35 UTC  (20+ messages)
` [PATCH V11 05/10] arm64/perf: Add branch stack support in ARMV8 PMU
` [PATCH V11 06/10] arm64/perf: Enable branch stack events via FEAT_BRBE

[PATCH v2] perf stat: Add missing newline in pr_err messages
 2023-06-12  8:31 UTC  (2+ messages)

[acme:tmp.perf/core 89/117] tools/perf/util/pfm.c: util/cpumap.h is included more than once
 2023-06-12  6:37 UTC 

[Issue] perf report gets stuck at addr2line
 2023-06-12  4:05 UTC  (5+ messages)

[PATCH] perf/doc: revise the description about PR_TASK_PERF_EVENTS_{ENABLE,DISABLE}
 2023-06-12  2:35 UTC 

[PATCH v1 1/5] lib subcmd: Avoid memory leak in exclude_cmds
 2023-06-11 23:36 UTC  (5+ messages)
` [PATCH v1 2/5] perf help: Ensure clean_cmds is called on all paths
` [PATCH v1 3/5] perf bench epoll: Fix missing frees/puts
` [PATCH v1 4/5] perf bench futex: Avoid memory leaks from pthread_attr
` [PATCH v1 5/5] perf bench sched messaging: Free contexts on exit

Reg: Perf report consuming too high memory
 2023-06-11 17:02 UTC  (6+ messages)

[PATCH v1 1/2] perf sharded_mutex: Introduce sharded_mutex
 2023-06-11  7:27 UTC  (2+ messages)
` [PATCH v1 2/2] perf annotation: Switch lock from a mutex to a sharded_mutex

[PATCH v5 00/34] PMU refactoring and improvements
 2023-06-11  3:55 UTC  (13+ messages)
` [PATCH v5 28/34] perf pmus: Split pmus list into core and other
` [PATCH v5 29/34] perf pmus: Allow just core PMU scanning

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

[PATCH] perf stat: Add missing newline in pr_error messages
 2023-06-10  9:40 UTC 

[PATCH v2 0/5] perf cs-etm: Track exception level
 2023-06-10  2:33 UTC  (8+ messages)
` [PATCH v2 1/5] perf cs-etm: Only track threads instead of PID and TIDs
` [PATCH v2 2/5] perf cs-etm: Use previous thread for branch sample source IP
` [PATCH v2 3/5] perf cs-etm: Make PID format accessible from struct cs_etm_auxtrace
` [PATCH v2 4/5] perf cs-etm: Track exception level
` [PATCH v2 5/5] perf cs-etm: Add exception level consistency check

[PATCH 0/4] perf cs-etm: Track exception level
 2023-06-10  1:20 UTC  (14+ messages)
` [PATCH 2/4] perf cs-etm: Use previous thread for branch sample source IP
` [PATCH 4/4] perf cs-etm: Add exception level consistency check

[PATCH v1 1/2] perf srcline: Make addr2line configuration failure more verbose
 2023-06-09 23:54 UTC  (2+ messages)
` [PATCH v1 2/2] perf srcline: Make sentinel reading for binutils addr2line more robust

[PATCH v1] tools api fs: More thread safety for global filesystem variables
 2023-06-09 22:40 UTC 

[PATCH v2 00/26] Fix memory leaks (was reference count checking for thread)
 2023-06-09 19:49 UTC  (34+ messages)
` [PATCH v2 01/26] perf thread: Remove notion of dead threads
` [PATCH v2 02/26] perf thread: Make threads rbtree non-invasive
` [PATCH v2 03/26] perf thread: Add accessor functions for thread
` [PATCH v2 04/26] perf maps: Make delete static, always use put
` [PATCH v2 05/26] perf addr_location: Move to its own header
` [PATCH v2 06/26] perf addr_location: Add init/exit/copy functions
` [PATCH v2 07/26] perf thread: Add reference count checking
` [PATCH v2 08/26] perf machine: Make delete_threads part of machine__exit
` [PATCH v2 09/26] perf report: Avoid thread leak
` [PATCH v2 10/26] perf header: Ensure bitmaps are freed
` [PATCH v2 11/26] perf stat: Avoid evlist leak
` [PATCH v2 12/26] perf intel-pt: Fix missed put and leak
` [PATCH v2 13/26] perf evlist: Free stats in all evlist destruction
` [PATCH v2 14/26] perf python: Avoid 2 leak sanitizer issues
` [PATCH v2 15/26] perf jit: Fix two thread leaks
` [PATCH v2 16/26] perf symbol-elf: Correct holding a reference
` [PATCH v2 17/26] perf maps: Fix overlapping memory leak
` [PATCH v2 18/26] perf machine: Fix leak of kernel dso
` [PATCH v2 19/26] perf machine: Don't leak module maps
` [PATCH v2 20/26] perf map/maps/thread: Changes to reference counting
` [PATCH v2 21/26] perf annotate: Fix parse_objdump_line memory leak
` [PATCH v2 22/26] perf top: Add exit routine for main thread
` [PATCH v2 23/26] perf header: Avoid out-of-bounds read
` [PATCH v2 24/26] perf callchain: Use pthread keys for tls callchain_cursor
` [PATCH v2 25/26] perf srcline: Change free_srcline to zfree_srcline
` [PATCH v2 26/26] perf hist: Fix srcline memory leak

[linux-next:master] BUILD REGRESSION 53ab6975c12d1ad86c599a8927e8c698b144d669
 2023-06-09 16:53 UTC 

[PATCH v2 0/3] Add metric value validation test
 2023-06-09 16:26 UTC  (4+ messages)
` [PATCH v2 1/3] perf test: "
` [PATCH v2 2/3] perf test: Add skip list for metrics known would fail
` [PATCH v2 3/3] perf test: Rerun failed metrics with longer workload

[PATCH 0/3] perf list: Improve libpfm4 event support
 2023-06-09 13:59 UTC  (6+ messages)
` [PATCH 1/3] perf list: Check if libpfm4 event is supported
` [PATCH 2/3] perf list: Check arguments to show libpfm4 events
` [PATCH 3/3] perf test: Add test of "

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-06-09 13:05 UTC  (6+ messages)

[PATCH v2 0/3] tools/perf: Fix perf probe crash by clang DWARF5 file
 2023-06-09 12:21 UTC  (3+ messages)
` [PATCH v2 3/3] tools/perf: Fix to get declared file name from clang DWARF5

Some questions about using the perf tool in ARM-SPE
 2023-06-09  9:06 UTC  (2+ messages)

[PATCH v2 0/2] perf tools: annotation browser from c2c tui
 2023-06-09  8:37 UTC  (7+ messages)
` [PATCH v2 1/2] perf util: move symbol__new_unresolved() to util/symbol.c
` [PATCH v2 2/2] perf tools: allow running annotation browser from c2c-report

[linux-next:master] BUILD REGRESSION db10f126048021b86e43a5d6a335ec49dec10155
 2023-06-08 16:38 UTC 

[PATCH 0/7] watchdog/hardlockup: Cleanup configuration of hardlockup detectors
 2023-06-08 13:55 UTC  (22+ messages)
` [PATCH 1/7] watchdog/hardlockup: Sort hardlockup detector related config values a logical way
` [PATCH 2/7] watchdog/hardlockup: Make the config checks more straightforward
` [PATCH 3/7] watchdog/hardlockup: Declare arch_touch_nmi_watchdog() only in linux/nmi.h
` [PATCH 4/7] watchdog/hardlockup: Enable HAVE_NMI_WATCHDOG only on sparc64
` [PATCH 5/7] watchdog/sparc64: Rename HAVE_NMI_WATCHDOG to HAVE_HARDLOCKUP_WATCHDOG_SPARC64
` [PATCH 6/7] watchdog/sparc64: Define HARDLOCKUP_DETECTOR_SPARC64
` [PATCH 7/7] watchdog/hardlockup: Define HARDLOCKUP_DETECTOR_ARCH

[RFC] Adding Support for Firefox's Gecko Profile Format
 2023-06-08 12:53 UTC  (8+ messages)

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

[PATCH v2] perf symbol: Add LoongArch case in get_plt_sizes()
 2023-06-08  7:01 UTC  (3+ messages)

[PATCH v1 1/2] tools api: Add simple timeout to io read
 2023-06-08  6:18 UTC  (2+ messages)
` [PATCH v1 2/2] perf srcline: Add a timeout to reading from addr2line

[PATCH] perf lock contention: Add -x option for CSV style output
 2023-06-08  5:38 UTC 

Linux Perf Tool Office Hours
 2023-06-08  4:14 UTC  (2+ messages)

[PATCH 0/2] perf tools: annotation browser from c2c tui
 2023-06-07 16:50 UTC  (5+ messages)
` [PATCH 2/2] perf tools: allow running annotation browser from c2c-report

[linux-next:master] BUILD REGRESSION abbd8bb42915d9ed06df11b430bf4ecb3d8ac5ad
 2023-06-07 16:39 UTC 

[PATCH 0/8] New metricgroup output in perf stat default mode
 2023-06-07 16:27 UTC  (9+ messages)
` [PATCH 1/8] perf metric: Fix no group check
` [PATCH 2/8] perf evsel: Fix the annotation for hardware events on hybrid
` [PATCH 3/8] perf metric: JSON flag to default metric group
` [PATCH 4/8] perf vendor events arm64: Add default tags into topdown L1 metrics
` [PATCH 5/8] perf stat,jevents: Introduce Default tags for the default mode
` [PATCH 6/8] perf stat,metrics: New metricgroup output "
` [PATCH 7/8] pert tests: Support metricgroup perf stat JSON output
` [PATCH 8/8] perf test: Add test case for the standard perf stat output

[PATCH V3 0/1] perf tools: Allow config terms with breakpoints
 2023-06-07 13:48 UTC  (7+ messages)

[PATCH v2 0/4] Bring back vmlinux.h generation
 2023-06-07  7:11 UTC  (4+ messages)
` [PATCH v2 4/4] perf build: Filter out BTF sources without a .BTF section

[PATCH v1 00/20] Reference count checking for thread
 2023-06-07  7:07 UTC  (19+ messages)
` [PATCH v1 04/20] perf maps: Make delete static, always use put
` [PATCH v1 05/20] perf addr_location: Move to its own header
` [PATCH v1 06/20] perf addr_location: Add init/exit/copy functions
` [PATCH v1 07/20] perf thread: Add reference count checking
` [PATCH v1 08/20] perf machine: Make delete_threads part of machine__exit
` [PATCH v1 09/20] perf report: Avoid thread leak
` [PATCH v1 10/20] perf header: Ensure bitmaps are freed
` [PATCH v1 11/20] perf stat: Avoid evlist leak
` [PATCH v1 12/20] perf intel-pt: Fix missed put and leak
` [PATCH v1 13/20] perf evlist: Free stats in all evlist destruction
` [PATCH v1 14/20] perf python: Avoid 2 leak sanitizer issues
` [PATCH v1 15/20] perf jit: Fix two thread leaks
` [PATCH v1 16/20] perf symbol-elf: Correct holding a reference
` [PATCH v1 17/20] perf maps: Fix overlapping memory leak
` [PATCH v1 18/20] perf machine: Fix leak of kernel dso
` [PATCH v1 19/20] perf machine: Don't leak module maps
` [PATCH v1 20/20] perf map/maps/thread: Changes to reference counting

[PATCH v1 0/2] Fix leak sanitizer warnings in perf top
 2023-06-07  5:01 UTC  (3+ messages)
` [PATCH v1 1/2] perf annotate: Fix parse_objdump_line memory leak
` [PATCH v1 2/2] perf top: Add exit routine for main thread


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).