linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-05 10:59:38 to 2021-08-17 22:16:17 UTC [more...]

[PATCH 0/3] perf report: Add support to print a textual representation of IBS raw sample data
 2021-08-17 22:15 UTC  (4+ messages)
` [PATCH 1/3] perf env: Add perf_env__cpuid, perf_env__{nr_}pmu_mappings
` [PATCH 2/3] perf report: Add tools/arch/x86/include/asm/amd-ibs.h
` [PATCH 3/3] perf report: Add support to print a textual representation of IBS raw sample data

[PATCH 0/8] perf/amd: Fixes, uncore as a module, new IBS header
 2021-08-17 22:10 UTC  (9+ messages)
` [PATCH 1/8] perf/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS Op
` [PATCH 2/8] perf/x86/amd/ibs: Add workaround for erratum #1,197
` [PATCH 3/8] perf/x86/amd/power: Assign pmu.module
` [PATCH 4/8] perf/amd/uncore: Use free_percpu's built-in check for null
` [PATCH 5/8] perf/amd/uncore: Use linux/ include paths instead of asm/
` [PATCH 6/8] x86/cpu: Add helper function get_llc_id
` [PATCH 7/8] perf/amd/uncore: Allow the driver to be built as a module
` [PATCH 8/8] perf/x86/amd/ibs: Add bitfield definitions in new header

[PATCH v2 1/1] perf stat: Add JSON output option
 2021-08-17 19:56 UTC  (5+ messages)

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-17 16:35 UTC  (20+ messages)
` [PATCH 01/17] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/17] bitops: move find_bit_*_le functions from le.h to find.h
` [PATCH 03/17] include: move find.h from asm_generic to linux
` [PATCH 04/17] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [PATCH 05/17] lib: add find_first_and_bit()
` [PATCH 06/17] cpumask: use find_first_and_bit()
` [PATCH 07/17] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [PATCH 08/17] tools: sync tools/bitmap with mother linux
` [PATCH 09/17] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
` [PATCH 10/17] include/linux: move for_each_bit() macros from bitops.h to find.h
` [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit()
` [PATCH 12/17] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
` [PATCH 13/17] tools: Rename bitmap_alloc() to bitmap_zalloc()
` [PATCH 14/17] mm/percpu: micro-optimize pcpu_is_populated()
` [PATCH 15/17] bitmap: unify find_bit operations
` [PATCH 16/17] lib: bitmap: add performance test for bitmap_print_to_pagebuf
` [PATCH 17/17] vsprintf: rework bitmap_list_string

[PATCH] perf, android: fixup get_current_dir_name() compilation
 2021-08-17 11:58 UTC 

[PATCH v5 0/2] perf tools: Add PMU alias support
 2021-08-17  5:19 UTC  (3+ messages)
` [PATCH v5 1/2] perf pmu: "
` [PATCH v5 2/2] perf tests: Test for PMU alias

[RFC PATCH] perf script python: Allow reporting [un]throttle
 2021-08-17  0:21 UTC 

[PATCH] perflib: deprecate bpf_map__resize in favor of bpf_map_set_max_entries
 2021-08-16 19:28 UTC  (2+ messages)

[PATCH] tools build: Fix feature detect clean for out of source builds
 2021-08-16 13:07 UTC 

[PATCH v2 1/1] Add field checking tests for perf stat JSON output
 2021-08-13 22:09 UTC 

perf report sort
 2021-08-13 20:17 UTC 

[PATCH v2 1/1] Add field checking tests for perf stat CSV output
 2021-08-13 19:21 UTC 

[PATCH v1 0/3] perf: Support compat mode for AUX ring buffer
 2021-08-13 16:22 UTC  (8+ messages)
` [PATCH v1 1/3] perf env: Track kernel 64-bit mode in environment
` [PATCH v1 2/3] perf auxtrace: Add compat_auxtrace_mmap__{read_head|write_tail}
` [PATCH v1 3/3] perf auxtrace arm: Support compat_auxtrace_mmap__{read_head|write_tail}

[PATCH V2 0/3] perf intel-pt: Add PEBS-via-PT side-band
 2021-08-13 12:17 UTC  (4+ messages)
` [PATCH V2 1/3] perf/x86: Add new event for AUX output counter index

[PATCH v4 0/2] perf tools: Add PMU alias support
 2021-08-13  1:59 UTC  (9+ messages)
` [PATCH v4 1/2] perf pmu: "
` [PATCH v4 2/2] perf tests: Test for PMU alias

[PATCH 1/1] perf stat: Add JSON output option and testing
 2021-08-12 18:23 UTC  (2+ messages)

[RFC 0/3] perf/x86: Rework RDPMC access handling
 2021-08-12 18:16 UTC  (4+ messages)
` [RFC 2/3] perf/x86: Control RDPMC access from .enable() hook

[PATCH v4 0/3] perf tool: Enable cpu list for hybrid
 2021-08-11 19:09 UTC  (4+ messages)

[PATCH] perf test: make --skip work on shell tests
 2021-08-11 19:02 UTC  (3+ messages)

[PATCH 00/11] perf test: Improve pmu-events support
 2021-08-11 18:38 UTC  (11+ messages)
` [PATCH 02/11] perf jevents: Relocate test events to cpu folder

[RFC PATCH v2 01/10] perf workqueue: threadpool creation and destruction
 2021-08-11 17:55 UTC  (16+ messages)
` [RFC PATCH v2 03/10] perf workqueue: add threadpool start and stop functions
` [RFC PATCH v2 04/10] perf workqueue: add threadpool execute and wait functions
` [RFC PATCH v2 06/10] perf workqueue: introduce workqueue struct
` [RFC PATCH v2 10/10] perf synthetic-events: use workqueue parallel_for

[PATCH v3 0/8] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-08-11 14:07 UTC  (3+ messages)
` [PATCH v3 7/8] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver

[PATCH V2] KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF
 2021-08-11 10:44 UTC  (4+ messages)
` [PATCH V2] arm64/perf: "

[PATCH 0/6] perf events update for CascadeLake server and SkyLake server
 2021-08-11  0:28 UTC  (8+ messages)
` [PATCH 2/6] perf vendor events intel: Update uncore event list for CascadeLake Server
` [PATCH 3/6] perf vendor events: Update metrics "
` [PATCH 5/6] perf vendor events intel: Update uncore event list for SkyLake Server
` [PATCH 6/6] perf vendor events: Update metrics "

[PATCH] arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF
 2021-08-10 15:01 UTC  (3+ messages)

[PATCH AUTOSEL 5.13 20/24] perf/x86: Fix out of bound MSR access
 2021-08-10 14:15 UTC 

[PATCH] perf bench: add benchmark for evlist open/close operations
 2021-08-10 14:07 UTC  (6+ messages)

[PATCH v5 0/9] perf: Refine barriers for AUX ring buffer
 2021-08-09 20:02 UTC  (15+ messages)
` [PATCH v5 1/9] perf/ring_buffer: Add comment for barriers on "
` [PATCH v5 2/9] coresight: tmc-etr: Add barrier after updating "
` [PATCH v5 3/9] coresight: tmc-etf: Add comment for store ordering
` [PATCH v5 4/9] perf/x86: Add compiler barrier after updating BTS
` [PATCH v5 5/9] perf auxtrace: Use WRITE_ONCE() for updating aux_tail
` [PATCH v5 6/9] perf auxtrace: Drop legacy __sync functions
` [PATCH v5 7/9] perf auxtrace: Remove auxtrace_mmap__read_snapshot_head()
` [PATCH v5 8/9] perf: Cleanup for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORT
` [PATCH v5 9/9] tools: Remove feature-sync-compare-and-swap feature detection

[PATCH] perf script python: fix unintended underline
 2021-08-09 19:55 UTC  (5+ messages)

[PATCH v2 0/6] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-08-09 18:14 UTC  (8+ messages)
` [PATCH v2 5/6] PCI: Adapt all code locations to not use struct pci_dev::driver directly

[PATCH -tip v2 0/7] perf/bench-futex: Misc updates
 2021-08-09 16:30 UTC  (15+ messages)
` [PATCH 1/7] perf/bench-futex: Group test parameters cleanup
` [PATCH 2/7] perf/bench-futex: Remove bogus backslash from comment
` [PATCH 3/7] perf/bench-futex: Factor out futex_flag
` [PATCH 4/7] perf/bench-futex: Add --mlockall parameter
` [PATCH 5/7] perf/bench-futex, requeue: Add --broadcast option
` [PATCH 6/7] perf/bench-futex, requeue: Robustify futex_wait() handling
` [PATCH 7/7] perf/bench-futex, requeue: Add --pi parameter

[PATCH 1/1] perf test: Add test for CSV output
 2021-08-09 16:24 UTC 

[PATCH] tools/perf/Documentation: fix accidental em-dashes
 2021-08-09 15:32 UTC 

[PATCH] perf/core: Add missing device_remove_file() in pmu_dev_alloc()
 2021-08-09  3:49 UTC 

[PATCH v9 0/3] arm64 userspace counter support
 2021-08-06 22:51 UTC  (4+ messages)
` [PATCH v9 1/3] arm64: perf: Add userspace counter access disable switch
` [PATCH v9 2/3] arm64: perf: Enable PMU counter userspace access for perf event
` [PATCH v9 3/3] Documentation: arm64: Document PMU counters access from userspace

[PATCH v3 0/1] perf tools: Warning fixes
 2021-08-06 18:39 UTC  (3+ messages)
` [PATCH v3 1/1] perf cs-etm: Add warnings for missing DSOs

[RFC PATCH 0/6] perf tools: Warning fixes
 2021-08-06 18:36 UTC  (7+ messages)
` [RFC PATCH 6/6] perf cs-etm: Add warnings for missing DSOs

[PATCH 1/1] perf test: Add test for CSV output
 2021-08-06 18:34 UTC  (2+ messages)

[PATCH -tip 0/3] perf/bench-futex: Misc updates
 2021-08-06 18:30 UTC  (5+ messages)
` [PATCH 1/3] perf/bench-futex: Group test parameters cleanup
` [PATCH 2/3] perf/bench-futex: Add --mlockall parameter
` [PATCH 3/3] perf/bench-futex, requeue: Add --pi parameter

[PATCH v4] perf vendor events: Add metrics for Icelake Server
 2021-08-06 18:20 UTC  (3+ messages)

[PATCH v2 0/9] Support ETE decoding
 2021-08-06 13:41 UTC  (10+ messages)
` [PATCH v2 1/9] perf cs-etm: Refactor initialisation of decoder params
` [PATCH v2 2/9] perf cs-etm: Initialise architecture based on TRCIDR1
` [PATCH v2 3/9] perf cs-etm: Refactor out ETMv4 header saving
` [PATCH v2 4/9] perf cs-etm: Save TRCDEVARCH register
` [PATCH v2 5/9] perf cs-etm: Fix typo
` [PATCH v2 6/9] perf cs-etm: Update OpenCSD decoder for ETE
` [PATCH v2 7/9] perf cs-etm: Create ETE decoder
` [PATCH v2 8/9] perf cs-etm: Print the decoder name
` [PATCH v2 9/9] perf cs-etm: Show a warning for an unknown magic number

[PATCH 0/6] Support ETE decoding
 2021-08-06 11:52 UTC  (9+ messages)
` [PATCH 5/6] perf cs-etm: Create ETE decoder
` [PATCH 6/6] perf cs-etm: Print the decoder name

{Spam?} Z. HD,Sehr geehrte / r Fondsempfänger
 2021-08-05 21:15 UTC 

[PATCH] perf test: Fix bpf test sample mismatch reporting
 2021-08-05 16:06 UTC 

[PATCH v2 0/1] perf tools: Warning fixes
 2021-08-05 12:56 UTC  (2+ messages)
` [PATCH v2 1/1] perf cs-etm: Add warnings for missing DSOs


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