linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-14 21:20:24 to 2021-08-27 07:49:17 UTC [more...]

[PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-27  7:44 UTC  (22+ messages)
` [PATCH 01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH 02/15] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH 03/15] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH 04/15] perf: Force architectures to opt-in to "
` [PATCH 05/15] perf: Track guest callbacks on a per-CPU basis
` [PATCH 06/15] KVM: x86: Register perf callbacks only when actively handling interrupt
` [PATCH 07/15] KVM: Use dedicated flag to track if KVM is handling an NMI from guest
` [PATCH 08/15] KVM: x86: Drop current_vcpu in favor of kvm_running_vcpu
` [PATCH 09/15] KVM: arm64: Register/unregister perf callbacks at vcpu load/put
` [PATCH 10/15] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH 11/15] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH 12/15] KVM: arm64: Convert to the generic perf callbacks
` [PATCH 13/15] KVM: arm64: Drop perf.c and fold its tiny bit of code into pmu.c
` [PATCH 14/15] perf: Disallow bulk unregistering of guest callbacks and do cleanup
` [PATCH 15/15] perf: KVM: Indicate "in guest" via NULL ->is_in_guest callback

[PATCH v2] perf bpf: Fix memory leaks relating to BTF
 2021-08-27  7:28 UTC  (2+ messages)

[GSoC] Multi-threading in perf: Final Report
 2021-08-27  0:33 UTC  (5+ messages)

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-26 21:09 UTC  (11+ messages)
` [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit()
` [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

[RFC 0/3] perf/x86: Rework RDPMC access handling
 2021-08-26 19:09 UTC  (6+ messages)
` [RFC 2/3] perf/x86: Control RDPMC access from .enable() hook

[PATCH] perf bpf: Fix memory leak during synthesis
 2021-08-26 18:49 UTC  (3+ messages)

[PATCH] perf header: Fix spelling mistake "cant'" -> "can't"
 2021-08-26 12:18 UTC 

[PATCH 0/3] perf/x86/intel: KVM: PT intr handler fix and cleanup
 2021-08-25 20:09 UTC  (9+ messages)
` [PATCH 1/3] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH 2/3] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH 3/3] perf/x86/intel: Fold current_vcpu check into KVM's PT intr handler

[PATCH v9 0/3] arm64 userspace counter support
 2021-08-25 19:59 UTC  (7+ 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 1/1] perf bench inject-buildid: Handle writen() errors
 2021-08-25 19:32 UTC  (2+ messages)

[PATCH] perf tools: Fix *probe_vfs_getname.sh test failures
 2021-08-25 17:09 UTC  (2+ messages)

[Question] perf tools: lex parsing issue
 2021-08-25 16:58 UTC  (5+ messages)

[PATCH v2 0/9] Support ETE decoding
 2021-08-25 10:14 UTC  (16+ messages)
` [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 7/9] perf cs-etm: Create ETE decoder
` [PATCH v2 9/9] perf cs-etm: Show a warning for an unknown magic number

[PATCH] perf data: Correct -h output
 2021-08-24 20:58 UTC 

[RFC PATCH v3 00/15] perf: add workqueue library and use it in synthetic-events
 2021-08-24 19:40 UTC  (18+ 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] perf config: fix caching and memory leak in perf_home_perfconfig
 2021-08-24 19:26 UTC  (4+ messages)

[PATCH 0/3] libperf: Add support for scaling counters obtained from the read() system call during multiplexing
 2021-08-24 18:06 UTC  (8+ 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] perf tools: Add missing newline at the end of file
 2021-08-24 18:03 UTC  (3+ messages)

intel_pt crash on alderlake
 2021-08-24 10:35 UTC  (5+ messages)

[PATCH linux-next] x86:lbr: fix boolreturn.cocci warnings
 2021-08-24  7:07 UTC 

[PATCH] perf/x86/intel/pt: Fix mask of num_address_ranges
 2021-08-24  4:06 UTC 

[PATCH v1 0/3] perf: Support compat mode for AUX ring buffer
 2021-08-24  2:13 UTC  (13+ messages)
` [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 -next] perf unwind: Do not overwrite FEATURE_CHECK_LDFLAGS-libunwind-{x86,aarch64}
 2021-08-23 13:43 UTC 

[RFC PATCH v1 00/37] perf: use workqueue for evlist operations
 2021-08-21  9:19 UTC  (38+ 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
` [RFC PATCH v1 26/37] perf evsel: add evsel__open_per_cpu_no_fallback function
` [RFC PATCH v1 27/37] perf evlist: add evlist__for_each_entry_from macro
` [RFC PATCH v1 28/37] perf evlist: add multithreading to evlist__open
` [RFC PATCH v1 29/37] perf evlist: add custom fallback "
` [RFC PATCH v1 30/37] perf record: use evlist__open_custom
` [RFC PATCH v1 31/37] tools lib/subcmd: add OPT_UINTEGER_OPTARG option type
` [RFC PATCH v1 32/37] perf record: add --threads option
` [RFC PATCH v1 33/37] perf record: pin threads to monitored cpus if enough threads available
` [RFC PATCH v1 34/37] perf record: apply multithreading in init and fini phases
` [RFC PATCH v1 35/37] perf test/evlist-open-close: add multithreading
` [RFC PATCH v1 36/37] perf test/evlist-open-close: use inline func to convert timeval to usec
` [RFC PATCH v1 37/37] perf test/evlist-open-close: add detailed output mode

[PATCH] perf tests: dlfilter: free desc and long_desc in check_filter_desc
 2021-08-20 14:17 UTC  (3+ messages)

[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  (4+ messages)

[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 


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