From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH bpf-next 0/2] bpftool improvements for xlated dump Date: Wed, 20 Dec 2017 18:16:05 -0800 Message-ID: <20171221021603.onprwy257ejpht3j@ast-mbp> References: <20171220124257.4512-1-daniel@iogearbox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, jakub.kicinski@netronome.com, quentin.monnet@netronome.com To: Daniel Borkmann Return-path: Received: from mail-pl0-f49.google.com ([209.85.160.49]:39035 "EHLO mail-pl0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755834AbdLUCQI (ORCPT ); Wed, 20 Dec 2017 21:16:08 -0500 Received: by mail-pl0-f49.google.com with SMTP id bi12so10144577plb.6 for ; Wed, 20 Dec 2017 18:16:07 -0800 (PST) Content-Disposition: inline In-Reply-To: <20171220124257.4512-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Dec 20, 2017 at 01:42:55PM +0100, Daniel Borkmann wrote: > This work adds correlation of maps and calls into the bpftool > xlated dump in order to help debugging and introspection of > loaded BPF progs. First patch makes kallsyms work on subprogs > with bpf calls, and second implements the actual correlation. > Details and example output can be found in the 2nd patch. Applied, thanks Daniel!