linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-11 10:41:46 to 2021-07-21 16:05:36 UTC [more...]

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

[PATCH 0/6] Support ETE decoding
 2021-07-21 14:59 UTC  (9+ messages)
` [PATCH 1/6] perf cs-etm: Refactor initialisation of decoder params
` [PATCH 2/6] perf cs-etm: Initialise architecture based on TRCIDR1
` [PATCH 3/6] perf cs-etm: Save TRCDEVARCH register
` [PATCH 4/6] perf cs-etm: Update OpenCSD decoder for ETE
` [PATCH 5/6] perf cs-etm: Create ETE decoder
` [PATCH 6/6] perf cs-etm: Print the decoder name

[PATCH] perf build: Fix static linking with libopencsd
 2021-07-21 10:32 UTC 

[PATCH 0/6] perf cs-etm: Support TRBE (unformatted decoding)
 2021-07-21  8:35 UTC  (15+ 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

[PATCH] perf pmu: Fix alias matching
 2021-07-21  7:37 UTC  (3+ messages)

[PATCH v3] perf vendor events: Add metrics for Icelake Server
 2021-07-21  7:07 UTC 

[PATCH] perf mem: Standardize \'perf mem\' arg parsing
 2021-07-21  2:24 UTC  (2+ messages)
` [PATCH] perf mem: Standardize 'perf mem' "

[PATCH v7 0/2] perf cs-etm: Split Coresight decode by aux records
 2021-07-20 15:15 UTC  (7+ messages)
` [PATCH v7 2/2] perf cs-etm: Split --dump-raw-trace by AUX records

[RESEND PATCH] perf/x86/amd: Do not touch the AMD64_EVENTSEL_HOSTONLY bit inside the guest
 2021-07-20 11:26 UTC 

0001-perf-x86-amd-Do-not-touch-the-AMD64_EVENTSEL_HOSTONL.patchFrom 9f724a38754d3f99a1b332c11e72e9dd213289d7 Mon Sep 17 00:00:00 2001
 2021-07-20 10:25 UTC  (3+ messages)

[PATCH] perf pmu: Create x86 specific perf_pmu__valid_suffix
 2021-07-20  8:56 UTC  (2+ messages)

[bug report] Patch "perf tools: Fix pattern matching for same substring in different pmu type" broken
 2021-07-20  5:56 UTC  (3+ messages)

[RFC PATCH 00/10] perf: add workqueue library and use it in synthetic-events
 2021-07-19 21:13 UTC  (32+ 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 0/7] Tidy perf Documentation build
 2021-07-19 19:32 UTC  (9+ messages)
` [PATCH 1/7] perf doc: Fix perfman.info build
` [PATCH 2/7] perf doc: Fix doc.dep
` [PATCH 3/7] perf doc: Remove references to user-manual
` [PATCH 4/7] perf doc: Add info pages to all target
` [PATCH 5/7] perf doc: Remove cmd-list.perl references
` [PATCH 6/7] perf doc: Remove howto-index.sh related references
` [PATCH 7/7] perf doc: Reorganize ARTICLES variables

[PATCH] perf machine: Initialize srcline string member in add_location struct
 2021-07-19 14:53 UTC 

[GIT PULL] perf tools fixes for v5.14: 1st batch
 2021-07-18 19:33 UTC  (2+ messages)

[PATCH] perf sched: Fix record failed when CONFIG_SCHEDSTATS is not set
 2021-07-18 13:37 UTC  (2+ messages)

[PATCH v2] perf probe: Fix add event failed when 32-bit perf running in 64-bit kernel
 2021-07-18 12:32 UTC  (4+ messages)

[PATCH RESEND] perf data: close all files in close_dir
 2021-07-16 19:01 UTC  (2+ messages)

[PATCH 00/20] perf: fix several memory leaks reported by ASan on perf-test
 2021-07-16 16:50 UTC  (47+ messages)
` [PATCH 01/20] perf nsinfo: fix refcounting
` [PATCH 02/20] perf env: fix sibling_dies memory leak
` [PATCH 03/20] perf test: session_topology: delete session->evlist
` [PATCH 04/20] perf test: event_update: fix memory leak of evlist
` [PATCH 05/20] perf test: event_update: fix memory leak of unit
` [PATCH 06/20] perf dso: fix memory leak in dso__new_map
` [PATCH 07/20] perf test: maps__merge_in: fix memory leak of maps
` [PATCH 08/20] perf env: fix memory leak of cpu_pmu_caps
` [PATCH 09/20] perf report: free generated help strings for sort option
` [PATCH 10/20] perf inject: close inject.output
` [PATCH 11/20] perf session: cleanup trace_event
` [PATCH 12/20] perf script: release zstd data
` [PATCH 13/20] perf script: fix memory leaks in perf_script
` [PATCH 14/20] perf util/lzma: close lzma stream
` [PATCH 15/20] perf trace: free malloc'd trace fields on exit
` [PATCH 16/20] perf trace: free syscall->arg_fmt
` [PATCH 17/20] perf trace: free syscall tp fields in evsel->priv
` [PATCH 18/20] perf trace: free strings in trace__parse_events_option
` [PATCH 19/20] perf test: bpf: free obj_buf
` [PATCH 20/20] perf util/probe-file: delete namelist on error in del_events

[PATCH] perf probe: Fix add event failed when 32-bit perf running in 64-bit kernel
 2021-07-15  6:47 UTC  (5+ messages)

[PATCH AUTOSEL 5.10 84/88] perf/x86/intel/uncore: Clean up error handling path of iio mapping
 2021-07-14 19:42 UTC 

[PATCH AUTOSEL 5.12 098/102] perf/x86/intel/uncore: Clean up error handling path of iio mapping
 2021-07-14 19:40 UTC 

[PATCH AUTOSEL 5.13 104/108] perf/x86/intel/uncore: Clean up error handling path of iio mapping
 2021-07-14 19:37 UTC 

[PATCH v4 00/11] perf: Refine barriers for AUX ring buffer
 2021-07-14 14:00 UTC  (28+ messages)
` [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 07/11] perf auxtrace: Remove auxtrace_mmap__read_snapshot_head()
` [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] perf trace: Update cmd string table to decode sys_bpf first arg
 2021-07-14 12:41 UTC  (2+ messages)

[PATCH] arc: Prefer unsigned int to bare use of unsigned
 2021-07-13 19:45 UTC 

[PATCH] libperf: fix build error with LIBPFM4=1
 2021-07-13 18:59 UTC  (4+ messages)

[PATCH] perf events, x86: Add stalled-cycles-frontend events to supported micro-architectures
 2021-07-13 16:12 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  (3+ messages)

[PATCH v2 1/1] tools: Rename bitmap_alloc() to bitmap_zalloc()
 2021-07-13  9:37 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)


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