Re: [PATCH v2] perf buildid-cache: Warn --purge-all failures

2018-05-10 Thread Arnaldo Carvalho de Melo
Em Fri, May 11, 2018 at 12:37:52AM +0900, Masami Hiramatsu escreveu: > On Thu, 10 May 2018 10:06:51 +0530 > Ravi Bangoria wrote: > > > Warn perf buildid-cache --purge-all failures in non verbose mode. > > Ex, > > > > $ sudo chown root:root /home/ravi/.debug -R > > $ sudo chmod 700 /home/ravi

Re: [PATCH v2] perf buildid-cache: Warn --purge-all failures

2018-05-10 Thread Masami Hiramatsu
On Thu, 10 May 2018 10:06:51 +0530 Ravi Bangoria wrote: > Warn perf buildid-cache --purge-all failures in non verbose mode. > Ex, > > $ sudo chown root:root /home/ravi/.debug -R > $ sudo chmod 700 /home/ravi/.debug/ -R > $ ./perf buildid-cache -P > Couldn't remove some caches. Error: P

[PATCH v2] perf buildid-cache: Warn --purge-all failures

2018-05-09 Thread Ravi Bangoria
Warn perf buildid-cache --purge-all failures in non verbose mode. Ex, $ sudo chown root:root /home/ravi/.debug -R $ sudo chmod 700 /home/ravi/.debug/ -R $ ./perf buildid-cache -P Couldn't remove some caches. Error: Permission denied. Suggested-by: Masami Hiramatsu Signed-off-by: Ravi B