From mboxrd@z Thu Jan 1 00:00:00 1970 From: peterz@infradead.org (Peter Zijlstra) Date: Fri, 3 May 2019 18:35:27 +0200 Subject: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions In-Reply-To: <20190503123126.3a2801be@gandalf.local.home> References: <20190502181811.GY2623@hirez.programming.kicks-ass.net> <20190502202146.GZ2623@hirez.programming.kicks-ass.net> <20190502185225.0cdfc8bc@gandalf.local.home> <20190502193129.664c5b2e@gandalf.local.home> <20190502195052.0af473cf@gandalf.local.home> <20190503092959.GB2623@hirez.programming.kicks-ass.net> <20190503092247.20cc1ff0@gandalf.local.home> <2045370D-38D8-406C-9E94-C1D483E232C9@amacapital.net> <20190503123126.3a2801be@gandalf.local.home> Message-ID: <20190503163527.GI2606@hirez.programming.kicks-ass.net> Content-Type: text/plain; charset="UTF-8" Message-ID: <20190503163527.ig1BzZ6W50u33YNjile-dYGJCrvO0_hAfVdJ0JqKUc0@z> On Fri, May 03, 2019@12:31:26PM -0400, Steven Rostedt wrote: > I guess the real question is, what's the performance impact of doing > that? Is there anyone that considers i386 a performance platform?