linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-30 16:02:11 to 2021-07-13 16:12:57 UTC [more...]

[PATCH] perf events, x86: Add stalled-cycles-frontend events to supported micro-architectures
 2021-07-13 16:12 UTC 

[PATCH v4 00/11] perf: Refine barriers for AUX ring buffer
 2021-07-13 15:49 UTC  (26+ messages)
` [PATCH v4 01/11] perf/ring_buffer: Add comment for barriers on "
` [PATCH v4 02/11] coresight: tmc-etr: Add barrier after updating "
` [PATCH v4 03/11] coresight: tmc-etf: Add comment for store ordering
` [PATCH v4 04/11] perf/x86: Add barrier after updating bts
` [PATCH v4 05/11] perf auxtrace: Use WRITE_ONCE() for updating aux_tail
` [PATCH v4 06/11] perf auxtrace: Drop legacy __sync functions
` [PATCH v4 07/11] perf auxtrace: Remove auxtrace_mmap__read_snapshot_head()
` [PATCH v4 08/11] perf: Cleanup for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORT
` [PATCH v4 09/11] tools: Remove feature-sync-compare-and-swap feature detection
` [PATCH v4 10/11] perf env: Set flag for kernel is 64-bit mode
` [PATCH v4 11/11] perf auxtrace: Add compat_auxtrace_mmap__{read_head|write_tail}

[PATCH 0/6] perf cs-etm: Support TRBE (unformatted decoding)
 2021-07-13 15:40 UTC  (7+ messages)
` [PATCH 1/6] perf cs-etm: Refactor initialisation of kernel start address
` [PATCH 2/6] perf cs-etm: Split setup and timestamp search functions
` [PATCH 3/6] perf cs-etm: Only setup queues when they are modified
` [PATCH 4/6] perf cs-etm: Suppress printing when resetting decoder
` [PATCH 5/6] perf cs-etm: Use existing decoder instead of resetting it
` [PATCH 6/6] perf cs-etm: Pass unformatted flag to decoder

[RFC PATCH 00/10] perf: add workqueue library and use it in synthetic-events
 2021-07-13 12:11 UTC  (11+ messages)
` [RFC PATCH 01/10] perf workqueue: threadpool creation and destruction
` [RFC PATCH 02/10] perf tests: add test for workqueue
` [RFC PATCH 03/10] perf workqueue: add threadpool start and stop functions
` [RFC PATCH 04/10] perf workqueue: add threadpool execute and wait functions
` [RFC PATCH 05/10] perf workqueue: add sparse annotation header
` [RFC PATCH 06/10] perf workqueue: introduce workqueue struct
` [RFC PATCH 07/10] perf workqueue: implement worker thread and management
` [RFC PATCH 08/10] perf workqueue: add queue_work and flush_workqueue functions
` [RFC PATCH 09/10] perf workqueue: add utility to execute a for loop in parallel
` [RFC PATCH 10/10] perf synthetic-events: use workqueue parallel_for

[PATCH] perf sched: Fix record failed when CONFIG_SCHEDSTATS is not set
 2021-07-13 11:23 UTC 

[PATCH] perf tests vmlinux-kallsyms: ignore hidden symbols
 2021-07-13  9:57 UTC  (2+ messages)

[PATCH v3 1/2] perf: Fix required permissions if sigtrap is requested
 2021-07-13  9:48 UTC  (6+ messages)
` [PATCH v3 2/2] perf: Refactor permissions check into perf_check_permission()

[PATCH v2 1/1] tools: Rename bitmap_alloc() to bitmap_zalloc()
 2021-07-13  9:37 UTC  (2+ messages)

[PATCH] libperf: fix build error with LIBPFM4=1
 2021-07-13  9:32 UTC  (2+ messages)

[PATCH v3] fpga: dfl: fme: Fix cpu hotplug issue in performance reporting
 2021-07-13  7:42 UTC 

[PATCH v2] fpga: dfl: fme: Fix cpu hotplug issue in performance reporting
 2021-07-13  7:37 UTC  (3+ messages)

[PATCH][next] perf tools: Fix spelling mistake "falied" -> "failed"
 2021-07-12  8:34 UTC 

[GIT PULL] perf tools changes for v5.14: 2nd batch
 2021-07-11 18:22 UTC  (2+ messages)

[PATCH v3 00/10] perf: Refine barriers for AUX ring buffer
 2021-07-11  8:08 UTC  (15+ messages)
` [PATCH v3 01/10] perf/ring_buffer: Add comment for barriers on "
` [PATCH v3 02/10] coresight: tmc-etr: Add barrier after updating "
` [PATCH v3 03/10] coresight: tmc-etf: Add comment for store ordering
` [PATCH v3 04/10] perf/x86: Add barrier after updating bts
` [PATCH v3 05/10] perf auxtrace: Drop legacy __sync functions
` [PATCH v3 06/10] perf auxtrace: Remove auxtrace_mmap__read_snapshot_head()
` [PATCH v3 07/10] perf: Cleanup for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORT
` [PATCH v3 08/10] perf auxtrace: Use WRITE_ONCE() for updating aux_tail
` [PATCH v3 09/10] perf env: Set kernel bit mode
` [PATCH v3 10/10] perf auxtrace: Add compat_auxtrace_mmap__{read_head|write_tail}

[PATCH] perf test: add missing free for scandir-returned dirent entities
 2021-07-09 18:21 UTC  (2+ messages)

[RFCv2 0/7] libperf: Add leader/group info to perf_evsel
 2021-07-09 17:59 UTC  (26+ messages)
` [PATCH 1/7] libperf: Change tests to single static and shared binaries
` [PATCH 2/7] libperf: Move idx to perf_evsel::idx
` [PATCH 3/7] libperf: Move leader to perf_evsel::leader
` [PATCH 4/7] libperf: Move nr_groups to evlist::nr_groups
` [PATCH 5/7] libperf: Add perf_evlist__set_leader function
` [PATCH 6/7] libperF: Add group support to perf_evsel__open
      ` [PATCH] libperf: Remove BUG_ON() from library code in get_group_fd(). was "
` [PATCH 7/7] libperf: Add tests for perf_evlist__set_leader function

[PATCH 0/4] TSX force abort
 2021-07-08  9:15 UTC  (15+ messages)
` [PATCH 4/4] x86/tsx: Add cmdline tsx=fake to not clear CPUID bits RTM and HLE

[RFC PATCH] perf evlist: Remove group option
 2021-07-07 22:22 UTC 

[PATCH v2] perf vendor events power10: Adds 24x7 nest metric events for power10 platform
 2021-07-07 14:36 UTC  (2+ messages)

[PATCH] perf script python: Fix buffer size to report iregs in perf script
 2021-07-07 14:04 UTC  (7+ messages)

[PATCH] Fix the perf trace link location
 2021-07-06 19:08 UTC  (2+ messages)

[PATCH][next] perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32
 2021-07-06 13:28 UTC  (2+ messages)

[RFC 0/7] libperf: Add leader/group info to perf_evsel
 2021-07-06 13:20 UTC  (4+ messages)
` [PATCH 1/7] libperf: Change tests to single static and shared binaries
` [PATCH 2/7] libperf: Move idx to perf_evsel::idx
` [PATCH 3/7] libperf: Move leader to perf_evsel::leader

[RFC 0/7] libperf: Add leader/group info to perf_evsel
 2021-07-06 13:12 UTC 

[PATCH 0/3] perf: Fix perf probe for Fedora34 glibc update
 2021-07-06  5:51 UTC  (8+ messages)
` [PATCH 1/3] perf-probe: Fix debuginfo__new() to enable build-id based debuginfo
` [PATCH 2/3] perf symbol-elf: Decode dynsym even if symtab exists
` [PATCH 3/3] perf probe: Do not show @plt function by default

[PATCH 0/4] RISC-V: make perf record --call-graph=dwarf work
 2021-07-05 23:25 UTC  (3+ messages)
` [PATCH 1/4] tools/perf/arch/riscv: record registers needed for --call-graph=dwarf
` [PATCH 4/4] tools/perf/arch/riscv: add libdw unwind test

[PATCH v7 0/2] perf cs-etm: Split Coresight decode by aux records
 2021-07-05 19:33 UTC  (5+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] perf cs-etm: Split --dump-raw-trace by AUX records

[PATCH] perf top: fix overflow in elf_sec__is_text
 2021-07-05 17:56 UTC  (3+ messages)

[PATCH] perf annotate: fix 's' on source line when disasm is empty
 2021-07-05 17:52 UTC  (2+ messages)

[PATCH V2 0/3] perf intel-pt: Add PEBS-via-PT side-band
 2021-07-05  7:24 UTC  (5+ messages)
` [PATCH V2 1/3] perf/x86: Add new event for AUX output counter index
` [PATCH V2 2/3] perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
` [PATCH V2 3/3] perf intel-pt: "

[PATCH] arch: alpha: fix spelling mistakes
 2021-07-05  1:21 UTC 

[PATCH AUTOSEL 5.10 32/70] arm64: perf: Convert snprintf to sysfs_emit
 2021-07-04 23:07 UTC 

[PATCH AUTOSEL 5.12 34/80] arm64: perf: Convert snprintf to sysfs_emit
 2021-07-04 23:05 UTC 

[PATCH AUTOSEL 5.13 36/85] arm64: perf: Convert snprintf to sysfs_emit
 2021-07-04 23:04 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 66/85] perf/x86: Reset the dirty counter to prevent the leak for an RDPMC task

Perf loses events without reporting
 2021-07-02 22:48 UTC  (8+ messages)

[GIT PULL] perf tools changes for v5.14
 2021-07-02 20:13 UTC  (2+ messages)

[PATCH v2 0/3] coresight: Fix for snapshot mode
 2021-07-02 18:00 UTC  (7+ messages)
` [PATCH v2 1/3] coresight: tmc-etr: Use perf_output_handle::head for AUX ring buffer
` [PATCH v2 2/3] perf cs-etm: Remove callback cs_etm_find_snapshot()
` [PATCH v2 3/3] coresight: Update comments for removing cs_etm_find_snapshot()

[PATCH] perf: tests: fix some mmemory leak issues
 2021-07-02 17:57 UTC  (4+ messages)

[PATCH] arch: alpha: fix spelling mistakes
 2021-07-02 12:48 UTC 

[PATCH v2] perf: Require CAP_KILL if sigtrap is requested
 2021-07-02  7:20 UTC  (3+ messages)

[PATCH] perf llvm: Fix error return code in llvm__compile_bpf()
 2021-07-02  3:01 UTC  (3+ messages)

[PATCH v5 0/5] perf arm-spe: Enable timestamp
 2021-07-02  1:31 UTC  (6+ messages)
` [PATCH v5 5/5] perf arm-spe: Don't wait for PERF_RECORD_EXIT event

perf test case probe libc fails with latest Fedora34 glibc update
 2021-07-02  0:41 UTC  (6+ messages)
` Part 2: "

[PATCH] perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events()
 2021-07-01 21:33 UTC  (5+ messages)

[PATCH v2] perf session: add missing evlist__delete when deleting a session
 2021-07-01 18:04 UTC  (4+ messages)

[PATCH v2] perf annotate: allow 's' on source code lines
 2021-07-01 18:03 UTC  (5+ messages)

[PATCH V2 00/10] perf script: Add API for filtering via dynamically loaded shared object
 2021-07-01 17:40 UTC  (2+ messages)

[PATCH] perf: Require CAP_KILL if sigtrap is requested
 2021-07-01  7:56 UTC  (4+ 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).