Re: [PATCH 21/24] perf buildid-cache: Add support to add build ids from perf data

2020-11-17 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 17, 2020 at 12:00:50PM +0100, Jiri Olsa escreveu: > Adding support to specify perf data file as -a option file > argument, > > If the file is detected to be perf data file, it is processed > and all dso objects with sample hit are stored to the build > id cache. > > $

[PATCH 21/24] perf buildid-cache: Add support to add build ids from perf data

2020-11-17 Thread Jiri Olsa
Adding support to specify perf data file as -a option file argument, If the file is detected to be perf data file, it is processed and all dso objects with sample hit are stored to the build id cache. $ DEBUGINFOD_URLS=http://192.168.122.174:8002 perf buildid-cache -a perf.data OK

[PATCH 21/24] perf buildid-cache: Add support to add build ids from perf data

2020-11-09 Thread Jiri Olsa
Adding support to specify perf data file as -a option file argument, If the file is detected to be perf data file, it is processed and all dso objects with sample hit are stored to the build id cache. $ DEBUGINFOD_URLS=http://192.168.122.174:8002 perf buildid-cache -a perf.data OK