Andi Kleen

Results 55 comments of Andi Kleen

>Request to provide events from all the available PMUs across uncore components. This has been implemented with jevent_next_pmu et.al. >Request to provide values of uncore events for all the cores...

Kind of supported with the --pinned option now. Drawback is that it won't interoperate with other users.

On Thu, Jun 14, 2012 at 02:40:05PM -0700, nbkolchin wrote: > On ARM (and probably other platforms) unaligned 64-bit access is really > slow. Instead of using 'STORE64(p, LOAD64(src))' macro,...

For the download: Does it work when you revert 7a51c65 ? I might have broken something here. For the second one please run with --perf-output p --perf and attach "p"...

Also you could try if it helps to run a newer perf built from https://mirrors.edge.kernel.org/pub/linux/kernel/tools/perf/v5.15.0/ (you can override with export PERF=/path/to/new/perf)

Let's keep it open for now because RHEL8 should be supported directly.

Cannot reproduce here. Do you still see it? It might be related to an old perf that doesn't support duration_time, check perf list | grep duration_time

Should also add option to not add core domain nodes by default. And enable automatically when perf is not running as root or with paranoid=-1

Implemented except for the option to disable core domains.

On Wed, Mar 03, 2021 at 09:34:16PM -0800, Chandru Kumar R wrote: > I see in the TSX Tools description, TSX is for 4th Gen Intel CPUs. Does this >...