[tip:perf/core] perf tools: Fix paths in include statements

2019-08-15 Thread tip-bot for Luke Mujica
Commit-ID: 2b75863b0845764529e01014a5c90664d8044cbe Gitweb: https://git.kernel.org/tip/2b75863b0845764529e01014a5c90664d8044cbe Author: Luke Mujica AuthorDate: Fri, 19 Jul 2019 13:22:53 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 12 Aug 2019 16:26:02 -0300 perf tools

[PATCH] perf tools: Fix paths in include statements

2019-07-19 Thread Luke Mujica
These paths point to the wrong location but still work because they get picked up by a -I flag that happens to direct to the correct file. Fix paths to lead to the actual file location without help from include flags. Signed-off-by: Luke Mujica --- tools/perf/arch/x86/util/kvm-stat.c | 4

[tip:perf/urgent] perf parse-events: Remove unused variable 'i'

2019-07-13 Thread tip-bot for Luke Mujica
Commit-ID: 34c9af571e51466fbcc423fb955277c82f03ce92 Gitweb: https://git.kernel.org/tip/34c9af571e51466fbcc423fb955277c82f03ce92 Author: Luke Mujica AuthorDate: Wed, 3 Jul 2019 15:25:08 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 9 Jul 2019 10:13:27 -0300 perf parse

[tip:perf/urgent] perf parse-events: Remove unused variable: error

2019-07-13 Thread tip-bot for Luke Mujica
Commit-ID: 72de3fd97f15d75657dd5389e26801cbf8af0f9a Gitweb: https://git.kernel.org/tip/72de3fd97f15d75657dd5389e26801cbf8af0f9a Author: Luke Mujica AuthorDate: Wed, 3 Jul 2019 15:25:09 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 9 Jul 2019 10:13:27 -0300 perf parse

[PATCH] perf parse-events: Remove unused variable i

2019-07-03 Thread Luke Mujica
Remove int i because it is declared but not used in parse-events.y or in the generated parse-events.c. Signed-off-by: Luke Mujica --- tools/perf/util/parse-events.y | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/util/parse-events.y b/tools/perf/util/parse-events.y index

[PATCH] perf parse-events: Remove unused variable: error

2019-07-03 Thread Luke Mujica
Remove error variable because it is declared but not used in parse-events.y or in the generated parse-events.c. Signed-off-by: Luke Mujica --- tools/perf/util/parse-events.y | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/util/parse-events.y b/tools/perf/util/parse-events.y index

[tip:perf/core] perf jevents: Use nonlocal include statements in pmu-events.c

2019-07-03 Thread tip-bot for Luke Mujica
Commit-ID: 06c642c0e9fceafd16b1a4c80d44b1c09e282215 Gitweb: https://git.kernel.org/tip/06c642c0e9fceafd16b1a4c80d44b1c09e282215 Author: Luke Mujica AuthorDate: Tue, 25 Jun 2019 10:31:22 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 1 Jul 2019 22:50:42 -0300 perf jevents