Re: [GIT PULL] perf fixes

From: Markus Trippelsdorf
Date: Thu Nov 09 2017 - 03:13:25 EST


On 2017.11.05 at 15:40 +0100, Ingo Molnar wrote:
> Linus,
>
> Please pull the latest perf-urgent-for-linus git tree from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-for-linus
>
> Jiri Olsa (1):
> perf tools: Unwind properly location after REJECT

The patch above breaks the build for me:

util/parse-events.l: In function âparse_events_lexâ:
util/parse-events-flex.c:4722:16: error: âreject_used_but_not_detectedâ undeclared (first use in this function)
*/
^
util/parse-events.l:159:2: note: in expansion of macro âREJECTâ
REJECT
^~~~~~
util/parse-events.l:343:26: note: in expansion of macro âUSER_REJECTâ
{bpf_source} { if (!isbpf(yyscanner)) USER_REJECT; return str(yyscanner, PE_BPF_SOURCE); }
^~~~~~~~~~~
util/parse-events-flex.c:4722:16: note: each undeclared identifier is reported only once for each function it appears in
*/
^
util/parse-events.l:159:2: note: in expansion of macro âREJECTâ
REJECT
^~~~~~
util/parse-events.l:343:26: note: in expansion of macro âUSER_REJECTâ
{bpf_source} { if (!isbpf(yyscanner)) USER_REJECT; return str(yyscanner, PE_BPF_SOURCE); }
^~~~~~~~~~~
mv: cannot stat 'util/.parse-events-flex.o.tmp': No such file or directory

--
Markus