> On Mar 11, 2019, at 6:59 AM, Jiri Olsa <jolsa@xxxxxxxxxx> wrote: > > On Thu, Mar 07, 2019 at 09:57:55AM -0800, Song Liu wrote: > > SNIP > >> ===================== Note on patch dependency ======================== >> This set has dependency in both bpf-next tree and tip/perf/core. Current >> version is developed on bpf-next tree with the following commits >> cherry-picked from tip/perf/core (or acme/perf/core): >> >> (from 1/11 to 11/11) >> commit 76193a94522f ("perf, bpf: Introduce PERF_RECORD_KSYMBOL") >> commit d764ac646491 ("tools headers uapi: Sync tools/include/uapi/linux/perf_event.h") >> commit 6ee52e2a3fe4 ("perf, bpf: Introduce PERF_RECORD_BPF_EVENT") >> commit df063c83aa2c ("tools headers uapi: Sync tools/include/uapi/linux/perf_event.h") >> commit 9aa0bfa370b2 ("perf tools: Handle PERF_RECORD_KSYMBOL") >> commit 45178a928a4b ("perf tools: Handle PERF_RECORD_BPF_EVENT") >> commit 7b612e291a5a ("perf tools: Synthesize PERF_RECORD_* for loaded BPF programs") >> commit a40b95bcd30c ("perf top: Synthesize BPF events for pre-existing loaded BPF programs") >> commit 6934058d9fb6 ("bpf: Add module name [bpf] to ksymbols for bpf programs") >> commit 811184fb6977 ("perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENT") >> comimt 94816add0005 ("perf tools: Add perf_exe() helper to find perf binary") >> ======================================================================== >> >> This set is also available at: >> >> https://github.com/liu-song-6/linux/tree/bpf-annotation > > could you please update the branch? it seems to have still the old version > > thanks, > jirka Just updated. Sorry for the confusion. Song