Searched hist:c2412fae3f01725615b0de472095a9e16ed30ca9 (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/util/ |
H A D | parse-events.y | diff c2412fae3f01725615b0de472095a9e16ed30ca9 Tue Jun 09 07:36:09 CEST 2020 Ian Rogers <irogers@google.com> perf parse-events: Fix an incompatible pointer
Arrays are pointer types and don't need their address taking.
Fixes: 8255718f4bed (perf pmu: Expand PMU events by prefix match) Signed-off-by: Ian Rogers <irogers@google.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Link: http://lore.kernel.org/lkml/20200609053610.206588-1-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|