From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH bpf-next v4 10/10] tools: bpftool: add delimiters to multi-function JITed dumps Date: Thu, 24 May 2018 00:04:21 -0700 Message-ID: <20180524000421.3def372c@cakuba> References: <477bc3286831947c2eb774e8787f72680cf378cf.1527143877.git.sandipan@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ast@kernel.org, daniel@iogearbox.net, netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, mpe@ellerman.id.au, naveen.n.rao@linux.vnet.ibm.com To: Sandipan Das Return-path: Received: from mail-pl0-f67.google.com ([209.85.160.67]:34883 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750766AbeEXHEY (ORCPT ); Thu, 24 May 2018 03:04:24 -0400 Received: by mail-pl0-f67.google.com with SMTP id i5-v6so479486plt.2 for ; Thu, 24 May 2018 00:04:24 -0700 (PDT) In-Reply-To: <477bc3286831947c2eb774e8787f72680cf378cf.1527143877.git.sandipan@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 24 May 2018 12:26:54 +0530, Sandipan Das wrote: > This splits up the contiguous JITed dump obtained via the bpf > system call into more relatable chunks for each function in > the program. If the kernel symbols corresponding to these are > known, they are printed in the header for each JIT image dump > otherwise the masked start address is printed. ... > Signed-off-by: Sandipan Das Reviewed-by: Jakub Kicinski Thank you!