messages from 2021-08-09 11:15:28 to 2021-08-21 09:21:56 UTC [more...]
[RFC PATCH v1 00/37] perf: use workqueue for evlist operations
2021-08-21 9:19 UTC (26+ messages)
` [RFC PATCH v1 01/37] libperf cpumap: improve idx function
` [RFC PATCH v1 02/37] libperf cpumap: improve max function
` [RFC PATCH v1 03/37] perf evlist: replace evsel__cpu_iter* functions with evsel__find_cpu
` [RFC PATCH v1 04/37] perf util: add mmap_cpu_mask__duplicate function
` [RFC PATCH v1 05/37] perf util/mmap: add missing bitops.h header
` [RFC PATCH v1 06/37] perf workqueue: add affinities to threadpool
` [RFC PATCH v1 07/37] perf workqueue: add support for setting affinities to workers
` [RFC PATCH v1 08/37] perf workqueue: add method to execute work on specific CPU
` [RFC PATCH v1 09/37] perf python: add workqueue dependency
` [RFC PATCH v1 10/37] perf evlist: add multithreading helper
` [RFC PATCH v1 11/37] perf evlist: add multithreading to evlist__disable
` [RFC PATCH v1 12/37] perf evlist: add multithreading to evlist__enable
` [RFC PATCH v1 13/37] perf evlist: add multithreading to evlist__close
` [RFC PATCH v1 14/37] perf evsel: remove retry_sample_id goto label
` [RFC PATCH v1 15/37] perf evsel: separate open preparation from open itself
` [RFC PATCH v1 16/37] perf evsel: save open flags in evsel
` [RFC PATCH v1 17/37] perf evsel: separate missing feature disabling from evsel__open_cpu
` [RFC PATCH v1 18/37] perf evsel: add evsel__prepare_open function
` [RFC PATCH v1 19/37] perf evsel: separate missing feature detection from evsel__open_cpu
` [RFC PATCH v1 20/37] perf evsel: separate rlimit increase "
` [RFC PATCH v1 21/37] perf evsel: move ignore_missing_thread to fallback code
` [RFC PATCH v1 22/37] perf evsel: move test_attr__open to success path in evsel__open_cpu
` [RFC PATCH v1 23/37] perf evsel: move bpf_counter__install_pe "
` [RFC PATCH v1 24/37] perf evsel: handle precise_ip fallback "
` [RFC PATCH v1 25/37] perf evsel: move event open in evsel__open_cpu to separate function
[PATCH] perf config: fix caching and memory leak in perf_home_perfconfig
2021-08-20 19:58 UTC (3+ messages)
[PATCH] perf tests: dlfilter: free desc and long_desc in check_filter_desc
2021-08-20 14:17 UTC (3+ messages)
[RFC PATCH v3 00/15] perf: add workqueue library and use it in synthetic-events
2021-08-20 10:54 UTC (16+ messages)
` [RFC PATCH v3 01/15] perf workqueue: threadpool creation and destruction
` [RFC PATCH v3 02/15] perf tests: add test for workqueue
` [RFC PATCH v3 03/15] perf workqueue: add threadpool start and stop functions
` [RFC PATCH v3 04/15] perf workqueue: add threadpool execute and wait functions
` [RFC PATCH v3 05/15] tools: add sparse context/locking annotations in compiler-types.h
` [RFC PATCH v3 06/15] perf workqueue: introduce workqueue struct
` [RFC PATCH v3 07/15] perf workqueue: implement worker thread and management
` [RFC PATCH v3 08/15] perf workqueue: add queue_work and flush_workqueue functions
` [RFC PATCH v3 09/15] perf workqueue: spinup threads when needed
` [RFC PATCH v3 10/15] perf workqueue: create global workqueue
` [RFC PATCH v3 11/15] perf workqueue: add utility to execute a for loop in parallel
` [RFC PATCH v3 12/15] perf record: setup global workqueue
` [RFC PATCH v3 13/15] perf top: "
` [RFC PATCH v3 14/15] perf test/synthesis: "
` [RFC PATCH v3 15/15] perf synthetic-events: use workqueue parallel_for
[PATCH 0/3] libperf: Add support for scaling counters obtained from the read() system call during multiplexing
2021-08-20 9:39 UTC (4+ messages)
` [PATCH 1/3] libperf: Add processing to scale the counters obtained during the read() system call when multiplexing
` [PATCH 2/3] libperf tests: Fix verbose printing
` [PATCH 3/3] libperf tests: Add test_stat_multiplexing test
[PATCH] libperf evsel: Make use of FD robust
2021-08-20 0:13 UTC (4+ messages)
[PATCH 0/8] perf/amd: Fixes, uncore as a module, new IBS header
2021-08-19 22:56 UTC (11+ 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] perf, android: fixup get_current_dir_name() compilation
2021-08-19 18:40 UTC (3+ messages)
[RFC PATCH] perf test: Workload test of metric and metricgroups
2021-08-19 5:56 UTC
[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 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 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 (11+ messages)
` [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 (14+ messages)
` [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 (2+ messages)
[PATCH v2 0/6] PCI: Drop duplicated tracking of a pci_dev's bound driver
2021-08-09 18:14 UTC (2+ messages)
[PATCH -tip v2 0/7] perf/bench-futex: Misc updates
2021-08-09 16:30 UTC (13+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).