linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/1] perf: High-order AUX allocations
@ 2019-02-15 11:47 Alexander Shishkin
  2019-02-15 11:47 ` [PATCH v1 1/1] perf: Optimistically use high order allocations for AUX buffers Alexander Shishkin
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Shishkin @ 2019-02-15 11:47 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: Arnaldo Carvalho de Melo, Ingo Molnar, linux-kernel, jolsa,
	Alexander Shishkin

Hi Peter,

This supersedes [1]. Since there is no reason not to always go with high
order allocations, we simply change the AUX allocator to optimistically
do that with a fallback to lower orders. And since this is not an opt-in
any more, no tool changes.

[1] https://marc.info/?l=linux-kernel&m=155005848007143

Alexander Shishkin (1):
  perf: Optimistically use high order allocations for AUX buffers

 kernel/events/ring_buffer.c | 32 +++++++++++++++-----------------
 1 file changed, 15 insertions(+), 17 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-03-09 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15 11:47 [PATCH v1 0/1] perf: High-order AUX allocations Alexander Shishkin
2019-02-15 11:47 ` [PATCH v1 1/1] perf: Optimistically use high order allocations for AUX buffers Alexander Shishkin
2019-02-22 12:57   ` Alexander Shishkin
2019-03-09 14:38   ` [tip:perf/urgent] perf/ring_buffer: Use high order allocations for AUX buffers optimistically tip-bot for Alexander Shishkin

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