mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* BUG in "perf: Suppress AUX/OVERWRITE records"?
@ 2019-03-25 13:20 Ben Gainey
  2019-03-26  7:02 ` Alexander Shishkin
  0 siblings, 1 reply; 6+ messages in thread
From: Ben Gainey @ 2019-03-25 13:20 UTC (permalink / raw)
  To: mingo, peterz, acme, alexander.shishkin, Will Deacon
  Cc: linux-arm-kernel, linux-kernel

Hi all

Regarding commit 1627314fb54a33ebd23bd08f2e215eaed0f44712 "perf:
Suppress AUX/OVERWRITE records", I have found that I no longer receive
PERF_RECORD_AUX on context switch when collecting data from the arm_spe
PMU driver. This is because, on context switch, the arm_spe driver
calls perf_aux_output_end with `handle->aux_flags == 0`, failing the
test added in this commit.

This is a problem as it means when capturing data for multiple threads
(using perf_event_open) where AUX data is written to a per-cpu buffer,
I can no longer accurately attribute SPE AUX data to an individual
thread.

If I read the intent of the commit as to remove OVERWRITE AUX records,
then it seems the added if condition is incorrect and should probably
be formulated as:

    if ((handle->aux_flags & ~(u64)PERF_AUX_FLAG_OVERWRITE) || !handle-
>aux_flags)

Is this correct (and would you like a patch?), or is my use of
PERF_RECORD_AUX incorrect in this case?

Thanks

Ben


IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-04-02 10:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-25 13:20 BUG in "perf: Suppress AUX/OVERWRITE records"? Ben Gainey
2019-03-26  7:02 ` Alexander Shishkin
2019-03-26  9:07   ` Ben Gainey
2019-03-27  9:17     ` Alexander Shishkin
2019-03-27 10:23       ` Ben Gainey
2019-04-02 10:47       ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®